Outpost Menu Admin

Manage breakfast menu items with auto-categorization

Setup Required
Before you can manage recipes, complete these steps:
1

Create Supabase Project

Go to supabase.com and create a new project (or use existing Outpost project)

2

Run Database Migration

Open SQL Editor in Supabase and run supabase/migrations/20260107_initial_schema.sql

3

Configure Environment Variables

Copy .env.local.example to .env.local and add your Supabase URL and anon key

4

Restart Development Server

Run pnpm dev to reload environment variables

Documentation
Auto-Categorization Rules:
  • PR (Protein & Recovery): Protein ≥ 10g, 150-300 kcal
  • SS (Satiety & Structure): Fiber ≥ 6g, 150-250 kcal
  • MF (Micronutrients & Freshness): Calories ≤ 200, Protein < 8g
Portion Scaling:

All recipes are automatically scaled to fit 300ml compartment size