NavpreetSSidhu/mike
Vercel monorepo deployment with esbuild bundling and lazy Supabase client
NavpreetSSidhu's fork focuses on getting mike deployed to Vercel as a monorepo. The work covers two areas: basic process hardening (global error handlers in the Express backend) and a multi-commit Vercel deployment setup that required an esbuild migration, a vendored @google/genai bundle to work around nft tracer bugs, and a lazy Supabase client proxy to prevent Next.js SSR crashes.
What's in it
- Vercel deployment of the full stack Frontend and backend are being wired up to deploy together on Vercel, with the monorepo quirks worked through commit by commit.
- Backend error resilience Unhandled errors and rejections at the process level are now caught and logged so the backend fails more predictably.
Direction
infrastructure
Activity
Six commits to get the whole fork running on a mainstream hosting platform - most of them spent fighting the platform's own build tooling.
📝 Backend global error handlers 1 commit 2mo ago minor change
Threads of work (detailed view)
NavpreetSSidhu is wrestling Mike onto Vercel
Six commits to get the whole fork running on a mainstream hosting platform - most of them spent fighting the platform's own build tooling.