Chordially is a clean open source hackathon starter for building a music, creator, or fan engagement product with a TypeScript monorepo.
apps/api: Express API starter with authentication-first routes.apps/web: Next.js web client for the contributor-facing product shell.apps/mobile: Expo mobile workspace for MVP flows.apps/stellar-service: Dedicated Stellar integration service.packages/config: Shared TypeScript and repository defaults.packages/types: Shared domain and API types.
The previous product implementation has been retired in favor of a fresh contributor-friendly baseline. This repository now focuses on:
- a clear monorepo structure,
- a minimal but runnable app set,
- an authentication-first MVP path,
- clean public contribution starting points.
pnpm install
pnpm dev:api
pnpm dev:web
pnpm dev:mobile
pnpm dev:stellar- Authentication across API, web, and mobile.
- Shared user profile and session state.
- Stellar wallet and payment primitives.
- Creator and fan MVP flows.
- Moderation, operations, and launch hardening.
This repository is being prepared for public hackathon contributors. Keep changes small, documented, and aligned with the current MVP milestone.