Stack Presets
Stack presets
Pre-configured development setups for popular technology stacks. Each preset includes a tuned CLAUDE.md, guardrails, and stack-specific quality gates.
Next.js + Supabase
Full-stack TypeScriptProduction-ready full-stack setup with App Router, Tailwind CSS, Shadcn UI, Supabase auth and database, and Vercel deployment.
- TypeScript strict mode
- Tailwind CSS v4 + Shadcn UI
- Supabase Auth with RLS policies
- Server Components by default
- Vitest + Testing Library
- Playwright E2E tests
- Vercel deployment
terminal
npx @aslomon/effectum --stack nextjs-supabasePython + FastAPI
Modern Python backendAsync Python backend with Pydantic v2 validation, SQLAlchemy ORM, pytest test suite, ruff linting, and Docker Compose local dev.
- Python 3.12+ with type hints
- Pydantic v2 validation
- SQLAlchemy async ORM
- pytest + coverage
- ruff linting & formatting
- Docker Compose setup
- Alembic migrations
terminal
npx @aslomon/effectum --stack python-fastapiSwift / SwiftUI
Native iOS & macOSNative Apple platform development with SwiftUI declarative UI, SwiftData persistence, XCTest, and MVVM architecture.
- SwiftUI declarative UI
- SwiftData persistence
- XCTest + XCUITest
- swift-format code style
- Swift Package Manager
- Xcode project setup
- MVVM architecture
terminal
npx @aslomon/effectum --stack swift-iosGeneric
Bring your own stackStack-agnostic template with all workflow commands and quality gates. Customize everything for your specific technology stack.
- All 10 workflow commands
- Customizable quality gates
- PRD Workshop included
- Guardrails system
- Stack-agnostic configuration
- Bring your own tools
- Full CLAUDE.md template
terminal
npx @aslomon/effectum --stack genericFeature comparison
| Feature | Next.js | Python | Swift | Generic |
|---|---|---|---|---|
| PRD Workshop | ||||
| 10 workflow commands | ||||
| Quality gates | ||||
| Guardrails | ||||
| MCP servers | ||||
| Type safety | ||||
| E2E tests | ||||
| Auth setup | ||||
| DB migrations | ||||
| Deployment config |