{
  "schema_version": "0.1",
  "recipe_id": "personal-brain-supabase",
  "name": "Personal Brain",
  "default_mode": "bezel_hosted_sandbox",
  "target_user": "first_time_codex_user",
  "stack": {
    "app": "nextjs",
    "language": "typescript",
    "database": "bezel_projects_supabase_hosted_sandbox"
  },
  "entrypoints": {
    "human": "START_HERE.md",
    "codex": "codex-instructions.md",
    "api": "app-spec/api.md",
    "acceptance": "app-spec/acceptance.md"
  },
  "public_url": "https://recipes.bezeliq.ai/personal-brain",
  "build_outputs": [
    "local_web_app",
    "thoughts_board",
    "idea_board",
    "kanban_board",
    "hosted_sandbox_connection"
  ],
  "verification": {
    "install": "npm install",
    "build": "npm run build",
    "smoke": "npm run smoke"
  }
}
