What’s Included
Authentication
User sign-up and login with secure password handling. Supports email/password authentication and social login (Google Sign-In via Better Auth).Database
A SQLite database managed through Prisma ORM. Store and query your app’s data in real-time. The AI sets up your database schema based on what your app needs.File Storage
Save user-uploaded photos, documents, and files securely in the cloud.How to Enable It
- Open your project in Vibecode
- Tell the AI: “Add a database and authentication to my app”
- The AI sets up Vibecode Cloud automatically — database schema, auth routes, and API endpoints
- Deploy your app to activate the backend
Requirements
Vibecode Cloud is available on Plus plans and above. The Free plan does not include database or authentication features.How It Works Under the Hood
- Database: SQLite with Prisma ORM, running on your deployed backend
- Auth: Better Auth library with secure cookie-based sessions
- Hosting: Your backend runs on Vibecode’s infrastructure at
*.vibecode.run - API: Express.js backend with auto-generated routes for your data models
