--- title: Brett Sjoberg Publishing emoji: 🏢 colorFrom: gray colorTo: red sdk: docker pinned: false short_description: Brett Sjoberg. Fair Dinkum Aussie AI Publishing bundle --- Fair Dinkum Publishing is a Docker Space that shows an ebook catalog with locally generated thumbnail covers and a Stripe-ready membership signup flow. Set these Space secrets for checkout and optional persistence: - `STRIPE_SECRET_KEY` - `STRIPE_PRICE_ID_MONTHLY` - `STRIPE_PRICE_ID_ANNUAL` if you want the annual plan - `STRIPE_WEBHOOK_SECRET` if you want webhook verification - `PUBLIC_BASE_URL` if you want to override the Space URL - `SUPABASE_URL` - `SUPABASE_SECRET_KEY` or `SUPABASE_SERVICE_ROLE_KEY` for server-side writes - `SUPABASE_PUBLISHABLE_KEY` if you want the app to detect Supabase availability - `SUPABASE_JWKS_URL` if you want JWT validation wiring available - `OPENAI_API_KEY` if you want AI-assisted research generation The Space starts with `uvicorn app:app --host 0.0.0.0 --port 7860`.