Full Neexo AI Hub project setup for "Multi-Tenant SaaS Web App".
Manifest: https://awesome.neexo.dk/api/install-manifest?stack=saas-multi-tenant
Steps:
1. Fetch the manifest JSON and the linked playbook bundle.
2. Install all listed plugins in my IDE (Copilot marketplace or Cursor rules).
3. Install listed skills to the project repository.
4. Apply baseline guardrails from https://awesome.neexo.dk/api/llms-minimal.txt
5. Confirm what you installed before proceeding.
Production SaaS web apps with organization-scoped data, encrypted secrets, and AI guardrails for high-risk areas.
Validation
Prefer a single project gate such as pnpm ci:check (or the repo's documented equivalent) plus npx drizzle-kit check when Drizzle is in use. If the repo has no unified ci:check, fall back to npm run lint and npm run build.
Overrides
Consuming repositories may override stack majors or validation commands via their own AGENTS.md / IDE rules; those win on conflict. This playbook defaults to Zod v4 and the stack listed above.
Related surfaces
Apps that also ship React Three Fiber / next-intl marketing experiences may additionally load marketing-3d-site resources.
Copy into your project — e.g. .instructions.md, .agent.md, or SKILL.md
## Overview
Production SaaS web apps with organization-scoped data, encrypted secrets, and AI guardrails for high-risk areas.
## Validation
Prefer a single project gate such as `pnpm ci:check` (or the repo's documented equivalent) plus `npx drizzle-kit check` when Drizzle is in use. If the repo has no unified `ci:check`, fall back to `npm run lint` and `npm run build`.
## Overrides
Consuming repositories may override stack majors or validation commands via their own `AGENTS.md` / IDE rules; those win on conflict. This playbook defaults to Zod v4 and the stack listed above.
## Related surfaces
Apps that also ship React Three Fiber / next-intl marketing experiences may additionally load [`marketing-3d-site`](/playbooks/marketing-3d-site) resources.
## Getting started
1. Install plugins from the [setup guide](/setup)
2. Tell your agent: use playbook `saas-multi-tenant` from awesome.neexo.dk
3. Fetch `https://awesome.neexo.dk/api/playbooks/saas-multi-tenant`