What’s Included
The generated frontend is a Vite + React application, written in TypeScript, using shadcn/ui. It includes:Authentication
Login, signup, and password reset screens pre-wired to your auth provider.
API Client
A type-safe client pre-configured with your API URL and auth headers.
Data Browser
Auto-generated CRUD tables for every entity in your blueprint.
Modern UI
Built with shadcn/ui components and Tailwind CSS.
How It’s Hosted
We deploy your frontend to a global Content Delivery Network (CDN) using AWS Amplify:- We generate React code based on your schema
- A serverless build pipeline compiles the assets
- Static files are pushed to edge locations worldwide
https://main.abc123xyz.amplifyapp.com
Rebuilding the Frontend
When your schema changes, click Rebuild Frontend to:- Regenerate React components for new/modified entities
- Update the API client with new endpoints
- Rebuild and redeploy to Amplify
What the UI Looks Like
Login Screen
Data Browser
Customization
This isn’t a proprietary “no-code” interface—it’s standard React code.Download Source
From the Artifacts tab, downloadfrontend.zip containing:
Extend It
Common customizations:- Add custom pages or dashboards
- Modify the styling (Tailwind classes)
- Add charts and visualizations
- Integrate third-party components
Self-Host
You can deploy the frontend yourself:Environment Variables
The frontend is configured with these environment variables at build time:| Variable | Description |
|---|---|
VITE_API_URL | Your backend API URL |
VITE_COGNITO_USER_POOL_ID | Cognito User Pool ID |
VITE_COGNITO_CLIENT_ID | Cognito App Client ID |
VITE_REGION | AWS region |
Design Docs
Get LLM-optimized documentation for building custom frontends.
