feat: initial BetonBLK project structure

This commit is contained in:
Kev
2026-03-21 07:19:34 -04:00
commit f70db389e2
5 changed files with 200 additions and 0 deletions
Executable
+19
View File
@@ -0,0 +1,19 @@
# BetonBLK — Blockers
## BLOCKER-001: Hosting Decision
**Status:** OPEN
**Impact:** Blocks deployment (Phase 3)
**Options:**
- Vercel — free tier, great for Next.js, limited backend
- Railway — better for full-stack, Node.js native, $5/mo start
**Decision needed by:** End of Phase 1
**Owner:** Kev
## BLOCKER-002: Auth Provider
**Status:** OPEN
**Impact:** Blocks user system (Feature 1.4+)
**Options:**
- Clerk — better DX, faster setup, more expensive at scale
- Supabase Auth — already in stack, free tier generous, slightly more setup
**Decision needed by:** Before Feature 1.4 implementation
**Owner:** Kev