A local social app connecting people through real-world events at Staten Island businesses.
Users discover events at local venues — karaoke nights, wine and paint, escape rooms, trivia nights — see who else is going, signal attendance, and coordinate in-app before showing up together.
- Mobile: React Native + Expo (managed workflow, iOS + Android from one codebase)
- Backend: Supabase (PostgreSQL, Auth, Realtime, Storage)
- Language: TypeScript (strict mode throughout)
- CI/CD: GitHub Actions
- Node.js 20+
- Expo Go app on your phone (or iOS Simulator / Android Emulator)
git clone https://github.com/YOUR_USERNAME/dabble.git
cd dabble
npm install
cd apps/mobile
cp .env.example .env
# Fill in EXPO_PUBLIC_SUPABASE_URL and EXPO_PUBLIC_SUPABASE_ANON_KEY
npx expo start- Create a new project at supabase.com (free tier)
- Run backend/supabase/schema.sql in the SQL editor
- Run backend/supabase/rls.sql in the SQL editor
- Run backend/supabase/indexes.sql in the SQL editor
- Run backend/supabase/seed.sql to load Staten Island business and event data
apps/mobile— Expo React Native appbackend/supabase— Database schema, RLS policies, indexes, seed datadocs/— Architecture decisions and schema reference