Acht Bereiche in denen ich in Production geliefert habe. Mit konkreten Beweisen, nicht Theorie.
Full-stack TypeScript
SvelteKit + Astro + Next.js depending on the constraint. Svelte 5 runes für neue Apps, Svelte 4 wo Stabilität wichtiger ist als hype.
- → 9 SvelteKit production apps
- → Astro 5 customer-factory monorepo
- → Next.js für PearTech homepage + MindEcho
Edge-First Hosting
Cloudflare Pages + Workers für alle Web-Surfaces. SSR, Static, oder dynamic Functions je nach Use-Case. Wrangler-versions-secret und nodejs_compat-Flag im Schlaf.
- → 15+ CF Pages Projects
- → Custom-Domains via CF for SaaS
- → Workers + R2 + KV in production
Postgres + RLS via Supabase
Multi-tenant SaaS mit tatsächlich funktionierender Row-Level-Security. SECURITY DEFINER RPCs mit Caller-Permission-Gates. DEFERRABLE Constraints für Cascade-Races.
- → 3 production Supabase DBs
- → pgTAP RLS-Tests
- → Postgres-Trigger-Audit-Pattern aus Notely
Stripe — Production-Grade
Connect Platform-Billing, Meter-Events für Overage, applies_to.products für Coupon-Namespace-Isolation auf shared Accounts. Idempotente Webhooks mit ledger-table.
- → Stripe Live seit 2026-04-24 (Nutrition)
- → 4 Produkte auf 1 Account
- → V1+V2 Connect für Multi-Tenant-Marketplace
Native Mobile via Capacitor / Expo
Capacitor 7 für SvelteKit-Native-Wrapper (MYBDY Training). Expo SDK 54 für reine RN-Apps (MYBDY Nutrition Mobile, Hof Mobile, MindEcho).
- → App Store + Play Store deploys
- → Offline-first Architektur
- → Universal Links + Deep Linking flows
Observability via Sentry
Tag-Schema für billing-gates, captureMessage für business-events (Churn, Payment-Retry), beforeSend mit NOISE_PATTERNS für Designed-State-Filter. Zero-Noise-Dashboard.
- → 9 Sentry-Projects · org `mybdy`
- → showError() wrapper-Pattern
- → Issue-Inbox: 37 → 0
Editorial Design Systems
Fraunces variable serif + DM Sans body, warm cubic-bezier motion shared zwischen web + mobile, hand-drawn flourishes (swoosh, grain, blobs). DSGVO-friendly font-hosting.
- → Hof Editorial Refresh
- → Nutrition Custom-Domain V1.1
- → Reusable across DACH projects
AI Integration
OpenAI in production für Rezepte/Blogs/Newsletter/Lessons. gpt-4o mit JSON-Schema-Output. AI-Quota-Gating per Plan-Tier.
- → 4 AI-Endpoints in MYBDY Nutrition
- → Claude für Developer-Workflow
- → MindEcho On-Device ML (ONNX + Silero VAD)