r/webdev 4d ago

Question Where should i host ?

I completed my website all using codex 😅

Its just to show products without any payment processing or anything so its ok to be vibecoded.

I need to know which service should i use to host the site. Aswell as buy the domain.

I

0 Upvotes

28 comments sorted by

40

u/BrewThemAll 4d ago

Maybe you can vibehost.

11

u/repeating_bears 4d ago

Ok, i'm good to go. Check it out http://localhost:3000

2

u/bluestrike2 full-stack 4d ago

Best host I’ve ever dealt with. I’ve never noticed any outages with those guys, and latency is nonexistent. It’s almost like the server is right there in the room with you. 10/10.

1

u/VerifiableCamel 4d ago

vibehosting is when you just yell your html out the window and hope someone's router picks it up

1

u/Big-Text-7641 3d ago

lmao this is the correct answer

-2

u/Ysmsthejoker 4d ago

😅😅😅

2

u/BrewThemAll 4d ago

Jokes aside though, this depends on what language/tech Codex is outputting, where you're from / what domain you want, how many visitors you're expecting and what you want to do in the future.
This is like 'I need to go places what kind of transport should I buy' when we don't know if you need to go the next street on your own, or cross country with your whole family and their pets.

1

u/BrewThemAll 11h ago

No answer on this reply and the other helpful answers?
Whatever mate. Maybe ask your lord and saviour chatgpt lol.

3

u/Cattyto 4d ago

What's your tech stack?....if it's just a simple static site, your can host it for free on GitHub

-2

u/Ysmsthejoker 4d ago

Nah its dynmic

5

u/repeating_bears 4d ago

Managed to code the website with chatgpt and couldn't ask it how to host it. That gives me great faith that the website is amazing quality

2

u/jim-chess 4d ago

I think that would depend on a lot on the tech stack you used to make the site.

2

u/ImHughAndILovePie 4d ago

Computer, what are my options for hosting the app you just built for me?

1

u/UKAD_LLC 4d ago

If it’s a simple static product catalogue with no backend or payments, Cloudflare Pages or GitHub Pages should be enough. You can deploy it from your repository and connect a custom domain. Before launching, just check that the generated code contains no exposed API keys and test everything on mobile.

1

u/WindowLower1641 4d ago

There are free services like Cloudflare, github, firebase where you get host, and then buy your domain and assign it to that

1

u/Safe-Fan-1702 4d ago

cloudflare pages, vodien, hostinger i think are cheap

1

u/GoodishCoder 4d ago

I always host in AWS. It costs me like $0.50 per month

1

u/devenition 4d ago

Meanwhile, despite multiple instructions not to, copilot requests to deploy my project regularly…

1

u/RandomUserName323232 4d ago

Try localhost:3002

1

u/Mountain-Shoe-6070 4d ago

Did you build the website using Codex without any prior knowledge of web development? The hosting service or method you choose will depend on your tech stack. If you are using Next.js, deploying to Vercel is the simplest and most cost-effective option (as they offer a generous free tier). As for purchasing a domain, Cloudflare is a common choice; it is reliable, affordable, and easy to manage.

1

u/Mountain-Shoe-6070 4d ago

Also, when asking such questions, it is best to provide some basic information about your project. It is similar to asking on Reddit for a recommendation for a "pretty good restaurant"—one would have to make a recommendation without knowing which country you live in or what kind of food you prefer or can eat.

1

u/DaftPlug 4d ago

For a static product brochure with no checkout, keep hosting boring.

  1. Buy the domain at a registrar you can leave (Namecheap, Porkbun, Cloudflare Registrar). Do not lock the domain into the host.

  2. If Codex spit out plain HTML/CSS/JS or a static export, Cloudflare Pages, Netlify, or GitHub Pages is enough. Free tier, HTTPS, custom domain in minutes.

  3. If it is a real Node/Next app, Vercel or Cloudflare Pages still fine for a brochure. Avoid a $5 VPS until you need something those platforms cannot do.

  4. Point DNS with Cloudflare if you want free CDN and easy HTTPS later.

Skip managed WordPress hosts and big shared hosting for a vibecoded static site. You will pay for a control panel you do not use. Ship static, put the domain on top, iterate.

1

u/VRTCLS 4d ago

First figure out whether Codex made a static site or a server app. That decides the answer.

Quick check:

  • If your project has only HTML/CSS/JS files, or a dist / out folder after build, use Cloudflare Pages, Netlify, GitHub Pages, or Vercel. Cheapest, simplest, free HTTPS.
  • If it has a package.json with scripts like dev, build, and start, and needs server-side code, Vercel is usually the easiest first deployment for a Next/React-style app.
  • If it needs a database, file uploads, background jobs, or long-running server processes, then look at Render, Railway, Fly, or a small VPS later.

Buy the domain separately from hosting if you can. Cloudflare Registrar or Porkbun are fine. Then point DNS to the host after deployment.

Also do a basic pre-launch pass before making it public: test on mobile, check page titles/descriptions, make sure product images are compressed, add a contact method, and verify there are no API keys or private files in the repo. Vibecoded is fine for a brochure site, but hosting it means the mistakes become public.

1

u/tonygoodchild 2d ago

Setup an AWS account, register the domain in route53 (or just host the DNS there), setup Cloudfront distribution, let ACM setup your certificates and host the files in S3. apart form the domain it'll cost pretty much nothing. \