Prerequisites
- A Backdrift account (sign up here)
- A modern web browser
Step 1: Create a Project
Log in to the Dashboard
Go to backdrift.ai and sign in.
Step 2: Describe Your Backend
You have two options:- Start from Template
- Describe from Scratch
Choose from pre-built templates:
- Task Management - Projects, tasks, team members
- E-commerce - Products, orders, customers
- CRM - Contacts, deals, activities
- Blog - Posts, authors, comments
Step 3: Refine with AI Chat
After your initial description, you can chat with the AI to refine your spec:Step 4: Preview & Validate
Before deploying, click Preview to see:- Infrastructure Changes - What resources will be created
- Cost Estimate - Monthly cost at different usage tiers
- Validation Report - Security and architecture checks

Step 5: Deploy
Click Deploy and watch the magic happen:- ✅ Database tables created
- ✅ Authentication configured
- ✅ API endpoints deployed
- ✅ Frontend application built
- ✅ Health checks verified
- A live API URL (e.g.,
https://xyz123.execute-api.us-east-2.amazonaws.com) - A live Frontend URL (your React admin app)
- A Cognito User Pool for authentication
Step 6: Test Your Backend
Health Check
Create a User
Use the generated frontend to sign up, or use the AWS Console to create a test user in your Cognito User Pool.Make API Calls
What’s Next?
Download SDKs
Get Python and TypeScript clients for your API.
Integrate with Lovable
Use the Design Doc to build a frontend with Lovable.
Add Features
Use Spec Chat to add authentication, jobs, or file storage.
Manage Data
Use the Admin Dashboard to browse and edit records.
