Install
$ agentstack add skill-glamgarondiscord-claude-saas-blueprint-saas-init ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ● Environment & secrets Used
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Instructions
Phase 0 — Interview Projet (Q/R obligatoire)
Utiliser AskUserQuestion pour chaque question. Ne RIEN supposer.
Question 1 — Type de projet :
- SaaS B2B (Recommandé)
- SaaS B2C
- Marketplace
- API / Backend only
Question 2 — Framework :
- Next.js 15 (Recommandé)
- Remix
- Nuxt 4
- SvelteKit
- FastAPI + React/Vue
Question 3 — Base de données :
- PostgreSQL + Drizzle (Recommandé)
- PostgreSQL + Prisma
- Supabase (inclut auth + storage)
- MongoDB + Mongoose
Question 4 — Auth :
- Auth.js v5 (Recommandé)
- Clerk (rapide mais payant)
- Supabase Auth
- Better Auth
- Custom (JWT + sessions DB)
Question 5 — Paiements :
- Stripe (Recommandé)
- Lemonsqueezy (simple, Merchant of Record)
- Pas encore
Question 6 — UI :
- shadcn/ui + Tailwind (Recommandé)
- Radix + Tailwind
- Mantine
- Material UI
Question 7 — Déploiement :
- Vercel (Recommandé)
- Railway
- Docker + VPS (Coolify/Dokku)
- AWS (ECS/Lambda)
Question 8 — Package Manager :
- pnpm (Recommandé)
- bun
- npm
- yarn
Question 9 — Extras : (multiSelect)
- Email transactionnel (Resend)
- File upload (UploadThing / S3)
- Real-time (WebSockets / SSE)
- Background jobs (Inngest / BullMQ)
- Analytics (PostHog / Plausible)
- Monitoring (Sentry)
- AI features (Vercel AI SDK)
Question 10 — MCP Servers : (multiSelect)
- Context7 — Docs à jour (Recommandé)
- Playwright — E2E testing
- Sequential Thinking — Raisonnement structuré
- Aucun pour l'instant
Phase 1 — Scaffolding
- Initialiser avec le CLI officiel du framework choisi
- Créer la structure hexagonale :
`` src/core/entities/ src/core/usecases/ src/core/ports/ src/adapters/db/ src/adapters/api/ src/adapters/auth/ src/shared/ src/config/ ``
- Configurer imports absolus (
@/), TypeScript strict, ESLint, Prettier - Créer
.env.exampleavec toutes les variables - Initialiser git +
.gitignore - Installer les dépendances extras choisies (Q9)
Phase 2 — Fondations SaaS
- Schema DB de base :
users(id UUID v7, email, name, role, avatarUrl, createdAt, updatedAt, deletedAt)organizations(id, name, slug unique, plan, createdAt, updatedAt, deletedAt)memberships(userId, organizationId, role enum)
- Provider auth choisi + middleware protection
- Logger structuré (pino)
- Pattern réponse API :
{ data, error, meta } - Error types de base :
NotFoundError,UnauthorizedError,ValidationError
Phase 3 — DX Setup
- Scripts :
dev,build,test,lint,db:push,db:studio,db:seed - Configurer vitest avec coverage
- Tests de base : health check, auth flow
- Seed de dev avec données de test
Phase 4 — Finalisation
- Installer MCPs choisis (Q10) dans
.claude/mcp/config.json - Sauver stack dans
.claude/memory/stack.md - Mettre à jour
.claude/memory/session.md - Créer ADR 0001 documentant les choix techniques
- Afficher récap : stack, structure, prochaines étapes
Post-Init — Suggestions
Proposer à l'utilisateur :
- "Voulez-vous que je génère une landing page ? →
/ui landing" - "Voulez-vous configurer le CI/CD ? →
/deploy-check" - "Voulez-vous ajouter une feature ? →
/feature [description]" - "Voulez-vous un PRD complet ? →
/prd brainstorm"
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: GlamgarOnDiscord
- Source: GlamgarOnDiscord/claude-saas-blueprint
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.