Site URL
Pending
Needs attention
Add NEXT_PUBLIC_SITE_URL locally and in Vercel so links resolve cleanly.
Admin
This route reflects the business model you chose: we operate the store, while authors function as vendors within it. That means admin tooling matters early, even if the first implementation is intentionally lean.
Site URL
Needs attention
Add NEXT_PUBLIC_SITE_URL locally and in Vercel so links resolve cleanly.
Supabase env
Needs attention
Add NEXT_PUBLIC_SUPABASE_URL and NEXT_PUBLIC_SUPABASE_ANON_KEY to unlock live schema checks.
Schema
Needs attention
Run the initial SQL migration in the Supabase dashboard, then refresh this page.
Auth session
Needs attention
No signed-in session yet, which is fine for early platform bring-up.
Platform Tables
Auth-linked user records and app roles.
profiles
Add NEXT_PUBLIC_SUPABASE_URL and NEXT_PUBLIC_SUPABASE_ANON_KEY to enable live checks.
Store-vendor identity records for author organizations.
vendor_accounts
Add NEXT_PUBLIC_SUPABASE_URL and NEXT_PUBLIC_SUPABASE_ANON_KEY to enable live checks.
Top-level visual novel metadata and publication state.
projects
Add NEXT_PUBLIC_SUPABASE_URL and NEXT_PUBLIC_SUPABASE_ANON_KEY to enable live checks.
Canonical imported payloads and version history.
project_versions
Add NEXT_PUBLIC_SUPABASE_URL and NEXT_PUBLIC_SUPABASE_ANON_KEY to enable live checks.
Release cadence, gating, and progression structure.
episodes
Add NEXT_PUBLIC_SUPABASE_URL and NEXT_PUBLIC_SUPABASE_ANON_KEY to enable live checks.
Commercial items that unlock episodes and bundles.
products
Add NEXT_PUBLIC_SUPABASE_URL and NEXT_PUBLIC_SUPABASE_ANON_KEY to enable live checks.
Ren'Py upload conversions and migration tracking.
import_jobs
Add NEXT_PUBLIC_SUPABASE_URL and NEXT_PUBLIC_SUPABASE_ANON_KEY to enable live checks.
Persisted runtime state for browser playback.
player_saves
Add NEXT_PUBLIC_SUPABASE_URL and NEXT_PUBLIC_SUPABASE_ANON_KEY to enable live checks.
Next External Steps
Vendor operations
Onboard authors, manage profiles, and keep the store-vendor relationship explicit.
Content controls
Moderation, age-gating, release visibility, and platform compliance controls will live here.
Entitlements
Purchases, unlock grants, refunds, and catalog access rules should all terminate here.
Import oversight
Import job failures, migration warnings, and conversion retries need a clean operational home.