Lo que estamos construyendo.
Nuestro roadmap público, ordenado por votos de la comunidad. Los elementos enviados permanecen visibles — sin revisionismo.
Planificado
5Supabase Auth Reference Implementation
AuthA worked example replacing the login/signup stub handlers with real Supabase session handling, so authenticate() and createUser() stop returning null.
Stripe Checkout + Webhooks Example
BillingA reference /api/webhooks/stripe handler covering checkout.session.completed, invoice.paid, and subscription.updated/deleted, wired to a minimal database schema.
Playwright E2E Test Suite
TestingEnd-to-end coverage for the critical UI flows — signup, login, checkout link, language switching — on top of the existing 69 Vitest unit tests.
CI/CD GitHub Actions Templates
DXDrop-in workflows that run lint, typecheck, tests, and build on every PR — the scripts already exist, they're just not wired into CI yet.
Example RBAC Middleware
AuthA minimal role-based authorization example for /dashboard/* routes, showing how to gate pages and API routes by role once you've wired up real auth.
Enviado
26-Locale i18n System
i18nFull translation coverage across English, Spanish, French, German, Portuguese (Brazilian), and Polish, with routed pages, a language switcher, and automatic hreflang tags.
"Demo Data" Indicators
HonestyVisible labels on the hero simulator and dashboard UI clarifying that the metrics, logs, and events shown are illustrative — not connected to a real backend.
¿Falta algo?
Abre un issue en GitHub y la comunidad votará por ello.