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

Go + Echo

High-performance Go backend

Production 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
terminal
npx @aslomon/effectum --stack go-echo

Django + PostgreSQL

Batteries-included Python

Full-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
terminal
npx @aslomon/effectum --stack django-postgres

Rust + Actix

Systems-level web backend

High-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
terminal
npx @aslomon/effectum --stack rust-actix

Generic

Bring your own stack

Stack-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
terminal
npx @aslomon/effectum --stack generic

Feature comparison

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