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 TypeScript

Production-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-supabase

Python + FastAPI

Modern Python backend

Async 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-fastapi

Swift / SwiftUI

Native iOS & macOS

Native 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-ios

Generic

Bring your own stack

Stack-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 generic

Feature comparison

FeatureNext.jsPythonSwiftGeneric
PRD Workshop
10 workflow commands
Quality gates
Guardrails
MCP servers
Type safety
E2E tests
Auth setup
DB migrations
Deployment config