List available template presets with descriptions. Shows all supported architecture patterns.
Lists available template presets with architecture patterns and descriptions.
/plugin marketplace add deepaktiwari09/dt-workspace-plugin/plugin install dt-workspace@dt-workspace-marketplaceDisplay all available template presets with their descriptions and use cases.
DT-WORKSPACE PRESETS
Available template presets for documentation generation:
┌─────────────────────┬────────────────────────────────────────────────────────┐
│ Preset │ Description │
├─────────────────────┼────────────────────────────────────────────────────────┤
│ microservices │ NestJS microservices with Kafka, WebSocket, PostgreSQL │
│ monolith │ Single application with layered architecture │
│ serverless │ AWS Lambda, API Gateway, DynamoDB │
│ supabase │ Supabase with PostgreSQL, Auth, Storage, Edge Funcs │
│ firebase │ Firebase/Firestore with Cloud Functions │
│ nextjs-fullstack │ Next.js App Router with Server Components, Prisma │
│ graphql-federation │ Apollo Federation with subgraphs │
│ kubernetes │ K8s deployments with Helm charts │
│ event-sourcing │ Event-sourced architecture with CQRS │
└─────────────────────┴────────────────────────────────────────────────────────┘
Usage:
/dt-workspace:init # Select preset during init
/dt-workspace:scaffold --preset <name> # Override default preset
Custom presets:
Export templates: /dt-workspace:export --preset <name>
Edit in: .dt-templates/<preset>/
Best for: Distributed systems, high scalability needs Documents: Kafka events, WebSocket specs, service boundaries
Best for: Startups, MVPs, simpler deployments Documents: Module interactions, layered architecture, shared resources
Best for: Event-driven, pay-per-use, auto-scaling needs Documents: Lambda specs, IAM policies, event sources
Best for: Rapid development, real-time apps, PostgreSQL preference Documents: RLS policies, Edge Functions, Realtime subscriptions
Best for: Mobile-first, real-time sync, Google ecosystem Documents: Firestore rules, Cloud Functions, Auth flows
Best for: React apps, SSR/SSG, modern web development Documents: Server Components, Server Actions, caching strategies
Best for: Large teams, domain-driven design, unified API Documents: Subgraph boundaries, federation directives, gateway config
Best for: Container orchestration, cloud-native apps Documents: K8s resources, Helm charts, networking, observability
Best for: Audit trails, temporal queries, complex domains Documents: Event schemas, aggregates, projections, sagas