AlphaFC is a fan-powered football club platform for bringing supporters closer to club operations. The product combines club actions, member quests, voting flows, wallet-based identity, and team-management experiences so fans can participate in decisions such as scouting, kit design, events, and community rewards.
This monorepo contains:
apps/webapp: the main AlphaFC fan and club-management web app.apps/arena: Alpha Arena, an interactive football mini-game and campaign experience.api: the Express/TypeScript backend for platform routes, Privy auth, Supabase data access, and integrations.
- Hackathon submission: AlphaFC's Colosseum project page.
- Solana Radar Hackathon winner: Colosseum named AlphaFC the first-prize winner in the DAOs & Network States track.
- Colosseum Accelerator Cohort 2: Colosseum selected AlphaFC for its second accelerator cohort.
- Colosseum accelerator funding model: teams accepted into the Accelerator receive a $250,000 pre-seed investment from Colosseum.
- Turborepo monorepo
- Next.js apps with TypeScript and Tailwind CSS
- Express API with TypeScript
- Supabase for data storage
- Privy for auth and wallet onboarding
- Solana wallet adapters and web3 tooling
Use pnpm from the repository root.
pnpm install
pnpm devCopy the example environment files before running individual services:
cp api/.env.example api/.env.local
cp apps/webapp/.env.example apps/webapp/.env.local
cp apps/arena/.env.example apps/arena/.env.localFill in the local values for Supabase, Privy, and any deployment URLs before starting the apps.