Creating Projects
Creating Apps with Backend
How to create full-stack apps with database and API.
Creating Apps with Backend
When You Need Backend
- User authentication (login/signup)
- Storing data (users, products, posts)
- CRUD operations
How It Works
VULK detects when you need a backend:
"Create a blog with user login and comments"
This generates:
- Frontend - React UI
- Backend - Cloudflare Worker API
- Database - D1 (SQLite)
Backend Tab
After generation, access Backend tab to:
- View database schema
- Browse data
- Test API endpoints
Deployment
One-click deploy includes:
- Frontend → Cloudflare Pages
- Backend → Cloudflare Workers
- Database → Cloudflare D1