Workspace
Home
Migrated generator dashboard running inside the Astro desktop shell
Search tools, routes, and migration notes from the desktop shell.
Generators
3
Shell
Astro
Interactive UI
React islands
Available generators
The original React generator pages are now mounted inside Astro routes.
GET API + Lambda Integration
Build API Gateway GET integration payloads for Lambda
Open tool →
GET Lambda Handler Generator
Generate Python Lambda handlers from payload and response schema
Open tool →
Next.js GET Route Generator
Generate Next.js GET proxy route.ts code from schema
Open tool →
Migration notes
- Astro handles routing, shell layout, sidebar, and search.
- Each generator runs as a client-only React island.
- CodeMirror-based editors remain client-side to avoid SSR issues.