Create a new project with: "Build a FastAPI REST API for a blog with posts, comments, and user authentication using JWT."
The AI generates routes, models, and authentication. Check the generated OpenAPI docs at /docs endpoint.
Connect a PostgreSQL database in project settings. The AI can generate migrations and ORM models automatically.
Set up environment variables for database connection, JWT secret, and any API keys you need.
Deploy your API with one click. Configure a custom domain if needed.