Deployed to Vercel from day one. Edit entirely in the cloud (GitHub Web, StackBlitz, CodeSandbox).
- Create an empty GitHub repo.
- Upload these files (or drag-drop the zipped folder and extract in the GitHub web UI).
- Go to Vercel → New Project → Import your GitHub repo → Deploy.
- You get a live URL instantly. Every push redeploys.
- StackBlitz: Open your repo URL in stackblitz.com (works in browser).
- GitHub Web Editor: Press
.
in your repo to edit. - Codespaces/Replit also work if available.
- Replace sample products with real data
- Add Supabase (free) for Auth & DB
- Add product pages & cart
- Add checkout provider (Stripe test mode)
- Add offline support via service worker
npm run dev
– dev servernpm run build
– production buildnpm start
– run production
This includes a manifest and icons so it can be installed on mobile. Offline caching can be added later with a service worker.