Replit App Builder Agent
An agent template for the Replit Agent runtime. Fork it and scaffold a full-stack app wired for Replit.
What it scaffolds
- Database — schema + migrations
- Auth — sessions and protected routes
- API — typed endpoints with validation
- UI — a starting frontend with routing
Use it as a template
bash
npx nuclexa install replit-app-builder --target replit-agentCustomize the defaults in agent.json, then let the Replit Agent build and deploy.