Appium Attribute Waits
Documents NativeBase's inherited wait semantics for Appium/WDIO RN screens, the isShown() error-swallowing trap, and why Playwright's epoch-fencing pattern wasn't ported.
Appium Page Objects
Defines the class structure and locator/wait discipline for Appium/WDIO Page Object classes covering RN screens.
Appium Testid Attributes
Instruments React Native components' accessibility props so Appium can assert on state transitions instead of racing timeouts or scraping visible text.
Appium Testid Catalog
Defines the typed bare-testID catalog, its uniqueness-validated registry helper and WDIO mirror, and the authoritative buildSelector() locator-translation contract for RN/Appium.
Auth Email Provisioning
Provisions the AWS SES + Terraform + Cloudflare + Turnstile infrastructure a domain needs before it can send branded auth email, then pushes the resulting SMTP credentials and captcha secret into Supabase Auth's config.
Auth Org Onboarding
Scaffolds the auto-create-or-join-org-on-first-login flow that closes the "new signup has zero org membership" 403 gap, via two non-interchangeable `--org-resolution` architectures.
Auth Transactional Emails
Authors, compiles, and syncs the MJML/EJS transactional-email templates a branded app sends through Supabase Auth, and the HMAC-signed out-of-band send path for new-device-login alerts.
Cinematic Scroll Site
Runs a full cinematic scroll-driven website build end to end β customer-language research, a Creative Director's Loop, Higgsfield-generated hero video and stills with cost-gated approvals, and a Vercel deploy to a live URL β outside this repo's Next.js template fleet entirely.
Docker ECR Render Migration
Moves an API service off Render's git-backed deploy onto a Docker image pulled from AWS ECR β because a bare `.dockerignore` pattern doesn't match recursively like `.gitignore` does, and that one mismatch shipped real production secrets into pushed images across four repos before it was caught.
Fleet Port Audit
Audits and allocates local dev-server ports and Supabase port blocks across a fleet of repos sharing one host β the cross-repo layer above local-dev-stack's own per-repo port-block invariant.
Local Dev Stack
The operational half of an ENV-selected local+prod stack β process orchestration and the database/Supabase side that sits under the app's env loader.
MCP Tool Server
Scaffolds one MCP tool with four front doors β a core domain layer, a CLI adapter, a transport-agnostic server, and one file per transport binding.
Mobile Expo App
The Expo/React Native mobile companion to an ENV-selected Next.js+api stack, sharing the same Supabase auth backend as web.
Mobile Store Submission
The app-record, listing, and review side of shipping an Expo/React Native app to the App Store and Play Store.
Next Backend Quality Loop
A stack-aware backend quality grader for the Hono/Drizzle/Zod/Kubb/Supabase API side of these starters.
Next Frontend Quality Loop
A stack-specialized frontend quality grader for the Next.js/React/kubb/Supabase family these starters ship, running twelve concurrent lenses and reporting findings read-only unless `--fix` is passed.
Playwright Attribute Waits
Documents the canonical helper module for waiting on data-*/aria-* async UI state β load-state gates, close/unmount gates, epoch-fencing, and combined search-settle checks β so no spec re-derives its own polling loop.
Playwright Page Objects
Defines the class structure and selector/wait discipline for Playwright Page Object classes.
Playwright Testid Attributes
Instruments React components β Sheets, Dialogs, and async data tables β with data-*/aria-* attributes derived from the exact same state driving the render, so Playwright can assert on state transitions instead of racing timeouts.
Playwright Testid Catalog
Builds a single typed data-testid catalog per feature area instead of scattering string literals across components and specs.
Prod Deploy
The prod half of an ENV-selected runtime-env stack (apiβRender, webβVercel, DBβSupabase Cloud) β because a git push alone never brings prod up, and getting the manual steps wrong ranges from a silent dev-shaped deploy to a live cross-tenant data exposure.
Reveal Shot Prompts
Fills an explosion-shot and a transition-flow AI-image prompt template for a manual product-reveal pipeline, plus prints two non-negotiable checklists for the surrounding Flow and ezgif steps.
Runtime Env Config
Wires runtime (not build-time) environment variables into a Next.js App Router app so one image promotes across environments and a ConfigMap change plus restart is enough to change any value.
Scrollytelling Frames Site
Fills an antigravity-ready prompt that turns an extracted image-frame sequence into a scroll-linked HTML5 Canvas + Framer Motion scrollytelling landing page.
Skill Channel Rollout
Replicates next-starters' own multi-channel skill distribution wiring β pnpm workspace + per-skill npm packages via Changesets, a self-hosted plugin marketplace, and CI β into another repo, without ever publishing on the operator's behalf.
Uptime Monitor Onboarding
Onboards a newly-deployed or freshly ECR-cutover service onto UptimeRobot β GET /health/deep as a real DB round-trip distinct from liveness-only GET /health, the exact idempotent registration flow, and the real Render API PATCH schema for image-backed cutover.