Go to file
Timo Knuth 59f3efaaed feat: Initialize new admin application with a landing page, cookie consent, and theme switching functionality. 2026-03-02 23:33:11 +01:00
innungsapp feat: Initialize new admin application with a landing page, cookie consent, and theme switching functionality. 2026-03-02 23:33:11 +01:00
leads push 2026-02-27 15:19:24 +01:00
scripts feat: Implement mobile application and lead processing utilities. 2026-02-19 14:21:51 +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 push 2026-02-27 15:19:24 +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 push 2026-02-27 15:19:24 +01:00
InnungsApp_LandingPage_Optimization.md feat: Set up initial monorepo structure for admin and mobile applications with core configurations and database integration. 2026-02-20 12:58:54 +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 push 2026-02-27 15:19:24 +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
dsvgo+.md push 2026-02-27 15:19:24 +01:00
recover_cologne_leads.py feat: Implement mobile application and lead processing utilities. 2026-02-19 14:21:51 +01:00
unique_guilds.txt feat: Implement mobile application and lead processing utilities. 2026-02-19 14:21:51 +01:00
unterfranken_dump.txt feat: Implement mobile application and lead processing utilities. 2026-02-19 14:21:51 +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

pnpm --filter @innungsapp/admin dev -- --port 3032

npx expo start --clear

Demo: admin@demo.de / demo1234