mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 21:41:09 +02:00
Vollvision-Plan für den Cards-Decks-Marktplatz, basierend auf der
Konkurrenz-Analyse vom selben Tag. Bewusst nicht MVP-getrieben —
unbegrenzte Ressourcen-Annahme, optimale Lösung als Ziel.
Kern-Entscheidungen aus dem User-Briefing:
- Versionierte Decks + Live-Updates + Pull-Requests = volle Vision
- mana-credits zentral: User kaufen, Authoren verdienen (80/20 Cut,
90/10 für verified-mana)
- Verifizierung zweigleisig: Mana-Verein-Kuration UND Community-
Schwelle, mit unterschiedlichen Badges (🛡️ und ⭐)
- Co-Learn-Sessions explizit auf Phase λ verschoben
- Mobile-Apps explizit auf Phase μ verschoben
Inhalt:
- 17 Tabellen-Schema (Authoren, Decks, Versionen, Karten,
Subscriptions, Forks, Stars, PRs, Discussions, Reports,
Tags, Käufe, Auszahlungen, AI-Mod-Log)
- mana-credits Integration end-to-end (2-phase Reservation,
Author-Payout, Refund-Workflow, Buyer-Protection)
- Service-Architektur: cards-server (neu), cards-search (neu,
später), Erweiterungen an mana-llm/mana-credits/mana-notify/
mana-media
- 7 API-Endpoint-Bereiche mit konkreten Routes
- 9 Phasen (α–ι) plus 4 explizit-später-Phasen
- Cold-Start: Verein-Seed + Anki-Top-100 + Influencer-Outreach
- Risiko-Matrix mit Mitigationen
- "Was wir NICHT tun"-Sektion (Sterne-Bewertung, Reddit-Voting,
Anki-Bashing, Klarname-Pflicht, > 30% Cut)
- 7 konkrete Differenzierungs-Hebel gegen die 17 Konkurrenten
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
||
|---|---|---|
| .. | ||
| apps/web | ||
| docs | ||
| COMPETITORS_2026-05.md | ||
| GUIDELINES.md | ||
| package.json | ||
| README.md | ||
Cards
Spaced-repetition flashcards on cards.mana.how.
Phase-1 standalone web app. The frontend lives here; data, auth, and sync are shared with the rest of the Mana stack:
- Auth: mana-auth (SSO),
*.mana.how - Sync: mana-sync, app-id
cards - Storage:
mana_platform.cards.*(Postgres, RLS)
The same cards data backs the mana built-in Cards module at
mana.how/cards. Schema changes ship to both frontends together — see
apps/cards/GUIDELINES.md.
Layout
apps/cards/
├── apps/
│ └── web/ # SvelteKit 2 + Svelte 5 — the Phase-1 surface
├── GUIDELINES.md # Project rules (read first)
└── README.md
apps/cards/apps/mobile/ and any production apps/cards/apps/landing/
will land in Phase 2/3.
Quick start
pnpm install
pnpm --filter @cards/web dev # cards.mana.how on http://localhost:5180