Project Scaffolding & Templates
Spin up production-ready scaffolds in seconds with curated templates that include opinionated defaults and a working agent loop.
Built-in templates
| Template | Stack |
|---|---|
| Laravel App | Laravel 12 · Pest · Pint · Vite · Tailwind |
| Filament Admin | Laravel 12 · Filament v5 · Livewire 3 |
| Next.js App | Next 14 · TypeScript · Tailwind · ESLint |
| Flutter App | Flutter 3 · Riverpod · Material 3 |
| FastAPI Service | FastAPI · Pydantic · Uvicorn · Pytest |
| Electron Renderer | Electron · Vite · TypeScript |
Custom scaffold
Choose “Blank + Agent” and tell Studio what you want: “Make a Symfony 7 API with JWT auth and a Postgres dockerfile.” The agent picks the toolchain, installs deps, generates files, and verifies the dev server boots.
Where projects live
Default base directory is ~/Vortex/Projects. Configurable in Settings → Studio. Each project keeps its own .vortex/ directory with agent memory and run history.