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
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
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
npx @aslomon/effectum --stack swift-iosGo + Echo
High-performance Go backendProduction Go backend with Echo v4 routing, GORM ORM, PostgreSQL, Air hot-reload, and golangci-lint for strict code quality.
- Go 1.22+ with strict linting
- Echo v4 HTTP framework
- GORM ORM + PostgreSQL
- Air hot-reload for dev
- golangci-lint code quality
- Docker Compose setup
- Structured logging
npx @aslomon/effectum --stack go-echoDjango + PostgreSQL
Batteries-included PythonFull-featured Django 5+ setup with Django REST Framework, pytest-django testing, ruff linting, uv package manager, and Docker Compose.
- Python 3.12+ with Django 5+
- Django REST Framework APIs
- pytest-django test suite
- ruff linting & formatting
- uv package manager
- Docker Compose setup
- PostgreSQL with migrations
npx @aslomon/effectum --stack django-postgresRust + Actix
Systems-level web backendHigh-performance Rust backend with Actix-web 4, SQLx async database, Tokio runtime, PostgreSQL, clippy linting, and cargo-watch for dev.
- Rust stable with clippy
- Actix-web 4 HTTP framework
- SQLx async + PostgreSQL
- Tokio async runtime
- cargo-watch hot-reload
- Docker multi-stage builds
- Structured error handling
npx @aslomon/effectum --stack rust-actixGeneric
Bring your own stackStack-agnostic template with all workflow commands and quality gates. Customize everything for your specific technology stack.
- All 42 workflow commands
- Customizable quality gates
- PRD Workshop included
- Guardrails system
- Stack-agnostic configuration
- Bring your own tools
- Full CLAUDE.md template
npx @aslomon/effectum --stack genericFeature comparison
| Feature | Next.js | Python | Swift | Go | Django | Rust | Generic |
|---|---|---|---|---|---|---|---|
| PRD Workshop | |||||||
| 42 workflow commands | |||||||
| Quality gates | |||||||
| Guardrails | |||||||
| MCP servers | |||||||
| Type safety | |||||||
| E2E tests | |||||||
| Auth setup | |||||||
| DB migrations | |||||||
| Deployment config |