Go to file
Timo Knuth fca42db4d2 Rebuild as InnungsApp project: replace stadtwerke analysis with full documentation
- PRD: vollständige Produktspezifikation (5 Module, Scope, Akzeptanzkriterien)
- ARCHITECTURE: Tech Stack, Ordnerstruktur, Multi-Tenancy, Push, Kosten
- DATABASE_SCHEMA: Vollständiges SQL-Schema mit RLS Policies und Views
- USER_STORIES: 40+ Stories nach Rolle (Admin, Mitglied, Azubi, Obermeister)
- PERSONAS: 5 detaillierte Nutzerprofile mit Alltag, Zitaten und Erwartungen
- BUSINESS_MODEL: Preistabellen, Unit Economics, Revenue-Projektionen, Distribution
- ROADMAP: 6 Phasen, Sprint-Planung, Meilensteine und KPIs
- COMPETITIVE_ANALYSIS: Wettbewerbsmatrix, USPs, Preispositionierung
- API_DESIGN: Supabase Query Patterns, Edge Functions, Realtime Subscriptions
- ONBOARDING_FLOWS: 7 User Flows von Setup bis Fehlerfall
- GTM_STRATEGY: 3-Phasen-Vertrieb, Outreach-Sequenz, Einwandbehandlung
- AZUBI_MODULE: Video-Feed, 1-Click-Apply, Chat, Berichtsheft, Quiz
- DSGVO_KONZEPT: Rechtsgrundlagen, TOMs, AVV, Minderjährige, Incident Response
- FEATURES_BACKLOG: 72 Features nach MoSCoW + Technische Schulden

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-18 19:03:37 +01:00
innungsapp Rebuild as InnungsApp project: replace stadtwerke analysis with full documentation 2026-02-18 19:03:37 +01:00
API_DESIGN.md Rebuild as InnungsApp project: replace stadtwerke analysis with full documentation 2026-02-18 19:03:37 +01:00
ARCHITECTURE.md Rebuild as InnungsApp project: replace stadtwerke analysis with full documentation 2026-02-18 19:03:37 +01:00
AZUBI_MODULE.md Rebuild as InnungsApp project: replace stadtwerke analysis with full documentation 2026-02-18 19:03:37 +01:00
BUSINESS_MODEL.md Rebuild as InnungsApp project: replace stadtwerke analysis with full documentation 2026-02-18 19:03:37 +01:00
COMPETITIVE_ANALYSIS.md Rebuild as InnungsApp project: replace stadtwerke analysis with full documentation 2026-02-18 19:03:37 +01:00
DATABASE_SCHEMA.md Rebuild as InnungsApp project: replace stadtwerke analysis with full documentation 2026-02-18 19:03:37 +01:00
DSGVO_KONZEPT.md Rebuild as InnungsApp project: replace stadtwerke analysis with full documentation 2026-02-18 19:03:37 +01:00
FEATURES_BACKLOG.md Rebuild as InnungsApp project: replace stadtwerke analysis with full documentation 2026-02-18 19:03:37 +01:00
GTM_STRATEGY.md Rebuild as InnungsApp project: replace stadtwerke analysis with full documentation 2026-02-18 19:03:37 +01:00
ONBOARDING_FLOWS.md Rebuild as InnungsApp project: replace stadtwerke analysis with full documentation 2026-02-18 19:03:37 +01:00
PERSONAS.md Rebuild as InnungsApp project: replace stadtwerke analysis with full documentation 2026-02-18 19:03:37 +01:00
PRD.md Rebuild as InnungsApp project: replace stadtwerke analysis with full documentation 2026-02-18 19:03:37 +01:00
README.md Rebuild as InnungsApp project: replace stadtwerke analysis with full documentation 2026-02-18 19:03:37 +01:00
ROADMAP.md Rebuild as InnungsApp project: replace stadtwerke analysis with full documentation 2026-02-18 19:03:37 +01:00
USER_STORIES.md Rebuild as InnungsApp project: replace stadtwerke analysis with full documentation 2026-02-18 19:03:37 +01:00
VALIDATION_PLAYBOOK.md Rebuild as InnungsApp project: replace stadtwerke analysis with full documentation 2026-02-18 19:03:37 +01:00

README.md

InnungsApp — Projektübersicht

SaaS-Plattform für Innungen & Kreishandwerkerschaften in Deutschland Version: 2.0 | Status: Pre-MVP | Stand: Februar 2026


Was ist InnungsApp?

InnungsApp ist eine mobile-first SaaS-Plattform, die Innungen und Kreishandwerkerschaften digitalisiert. Sie löst zwei akute Probleme gleichzeitig:

  1. Innungsverwaltung: Mitglieder, News, Termine und interne Kommunikation aus Excel und WhatsApp-Gruppen heraus in eine professionelle App
  2. Azubi-Recruiting: Fachkräftemangel bekämpfen — durch eine TikTok-inspirierte Lehrstellenbörse, die Gen Z dort abholt, wo sie ist

Marktgröße

Segment Anzahl Adressierbar
Innungen in Deutschland ~7.500 Ja
Kreishandwerkerschaften ~500 Ja
Mitgliedsbetriebe ~500.000 Indirekt
Offene Ausbildungsplätze ~250.000 Ja

Kern-These

7.500 Innungen verwalten ihre Mitglieder heute mit Excel und WhatsApp. Eine branchenspezifische App mit 200 €/Monat × 500 Kunden = 1,2 Mio. € ARR. Der Azubi-Mangel macht dieses Tool zum Überlebenswerkzeug — kein Nice-to-have.

Dokumente

Datei Inhalt
PRD.md Vollständige Produktspezifikation
ARCHITECTURE.md Technische Architektur
DATABASE_SCHEMA.md Datenbankschema (SQL)
USER_STORIES.md User Stories nach Rolle
PERSONAS.md Nutzerprofile
BUSINESS_MODEL.md Preismodell & Unit Economics
ROADMAP.md Entwicklungsplan
COMPETITIVE_ANALYSIS.md Wettbewerbsanalyse
FEATURES_BACKLOG.md Feature Backlog
API_DESIGN.md API-Endpunkte
ONBOARDING_FLOWS.md Onboarding-Flows
GTM_STRATEGY.md Go-to-Market Strategie
VALIDATION_PLAYBOOK.md Validierungsstrategie
AZUBI_MODULE.md Azubi-Recruiting Modul
DSGVO_KONZEPT.md Datenschutz & Compliance

Tech Stack (Überblick)

  • Mobile: React Native + Expo
  • Web Admin: Next.js
  • Backend: Supabase (PostgreSQL, Auth, Storage, Realtime)
  • Video: Mux / Cloudflare Stream
  • Hosting: Vercel
  • Analytics: PostHog

Quickstart

# Repo klonen
git clone https://gitea.bizmatch.net/tknuth/stadtwerke.git
cd stadtwerke

# Supabase lokal starten
npx supabase init
npx supabase start

# Expo App starten
cd apps/mobile
npx expo start