ChatGPT Sites
Ask ChatGPT for a website and it builds and hosts it.
Describe a site in chat and ChatGPT writes it, publishes it and gives you a link to share, with simple data storage for lightweight apps. In beta for paid ChatGPT plans, and not yet available in the UK, EU or Switzerland.
Key info
- Pricing
- Paid
- Platform
- Web
- Category
- App Builders
- Best for
- Beginner
- Free plan
- None; needs a paid ChatGPT plan
- Paid plans from
- ChatGPT Plus
- Builds
- Websites and lightweight web apps
- Code it writes
- Runs on Cloudflare Workers; no Node.js servers
- Backend
- Simple storage on Cloudflare D1 and R2
- Hosting
- Included, with a shareable link
- Custom domains
- Yes, if you own the domain
Related reading
- Tool reviews
Choosing your first AI coding setup
You need three things, and you probably already have one of them.
Beginner - Fundamentals
Full stack fundamentals without the framework churn
A longer course on how web applications actually fit together: requests, responses, databases, authentication and deployment.
Intermediate - Fundamentals
Row level security is the security boundary
If your database rows are protected by a check in your application code, they are not protected. Anything holding a key can talk to the database directly, an…
Expert