references/architecture-patterns/astro-website.md | website, ssg, ssr, hybrid, seo | small–medium | Astro websites — blogs, docs, marketing, portfolios (SSG/SSR/Hybrid) |
references/architecture-patterns/astro-7-fullstack.md | fullstack, hybrid, server-islands, actions | small–large | Astro 7 fullstack app — auth, DB, dashboard, Actions, Server Islands |
references/architecture-patterns/cloudflare-workers-d1.md | edge, serverless, sql | small–medium | Serverless Edge with Workers, D1 DB, KV |
references/architecture-patterns/nextjs-supabase-postgres.md | fullstack, ssr, realtime | medium–large | Fullstack architecture with Next.js, Supabase, Postgres |
references/architecture-patterns/express-mongodb-docker.md | rest-api, nosql, containerized | small–large | Node REST API with Express, MongoDB, Docker |
references/architecture-patterns/python-fastapi-postgres.md | rest-api, python, async | medium–enterprise | Async Python API with FastAPI, PostgreSQL, SQLAlchemy |
references/architecture-patterns/event-driven-microservices.md | async, pub-sub, saga | large–enterprise | Asynchronous message broker pub-sub / Saga orchestration & choreography |
references/architecture-patterns/cqrs-read-write-separation.md | cqrs, read-write, cdc | large–enterprise | Read-write database path separation with CDC sync |
references/architecture-patterns/fintech-payment-ledger.md | fintech, ledger, idempotency | medium–enterprise | Double-entry ledger, idempotency dedup, reconciliation |
references/architecture-patterns/spatial-geohashing-search.md | geolocation, spatial, postgis | medium–large | Location-based services with Geohashing & PostGIS |
references/architecture-patterns/multi-tenant-saas.md | multi-tenant, saas, horizontal | medium–enterprise | Horizontal multi-tenant isolation strategies (stack-agnostic) |
references/architecture-patterns/react-native-expo.md | mobile, cross-platform, offline | small–large | Cross-platform mobile with React Native, Expo, SQLite |