← Build Packs
BUILT-IN · FREESupabase

Supabase Schema Pack

Data model, SQL draft, RLS draft, env checklist, manual migration packet.

Best for: Before database setup

Apply SQL manually in Supabase — not auto-migrated

What it creates

  • schema.sql draft
  • RLS draft
  • Env checklist
  • Migration packet

Required venture context

venture.nameventure.mvp

Output structure (not a fake result)

{
  "summary": "string",
  "assets": [
    {
      "assetType": "string",
      "title": "string",
      "contentText": "string"
    }
  ],
  "tasks": [
    {
      "title": "string",
      "taskType": "string"
    }
  ],
  "files": [
    {
      "filePath": "string",
      "content": "string"
    }
  ],
  "packets": [
    {
      "title": "string",
      "content": "string",
      "manualOnly": true
    }
  ],
  "warnings": [
    "string"
  ],
  "nextAction": "string"
}

No ratings, downloads, or revenue metrics displayed.