Öffentliche Roadmap
Der ehrliche Backlog. „Geplant“ steht als Nächstes an, „Erkundung“ sind offene Fragen, „Kürzlich veröffentlicht“ ist im letzten Release gelandet.
Geplant
- Feature flags pattern
Config-driven flags + a user-scoped override table with an RLS pattern buyers can copy for their own SaaS.
- Usage analytics dashboard
Buyer-facing analytics for AI usage, API calls, and org activity — powered entirely by tables you already own.
- More agent commands
Additional .claude/commands and .cursor/rules recipes: /new-migration, /new-webhook, /new-email.
Erkundung
- Onboarding wizard pattern
Multi-step post-signup flow with a resumable state table — a reference for setup tours and product-tour patterns.
- Generic file attachments pattern
Reusable attachments pattern beyond avatars: per-record storage bucket, RLS policies, and a drop-in uploader component.
- Outbound webhooks pattern
Let your buyers' customers subscribe to your app's events — signed HMAC deliveries, retry queue, delivery log.
Kürzlich veröffentlicht
- Teams & organizations
Owner/admin/member roles, tokenized 7-day invites, last-owner guard, and RLS that transparently extends to shared projects.
- API keys
sk_live_* keys with SHA-256 hashing, one-time reveal, revoke, and a reference /api/v1/me endpoint.
- Blog engine
Markdown posts, dependency-free renderer, RSS feed, Article + BreadcrumbList JSON-LD, sitemap coverage.
- In-app notifications
Per-user inbox with header bell + unread badge. Only real events (invites accepted, members joined, purchases).