ixartz / Next-js-Boilerplate

🚀🎉📚 Boilerplate and Starter for Next.js 15 with App Router and Page Router support, Tailwind CSS 3.4 and TypeScript ⚡️ Made with developer experience first: Next.js + TypeScript + ESLint + Prettier + Drizzle ORM + Husky + Lint-Staged + Vitest + Testing Library + Playwright + Storybook + Commitlint + VSCode + Netlify + PostCSS + Tailwind CSS ✨
https://nextjs-boilerplate.com
MIT License
9.42k stars 1.78k forks source link

Offline first #323

Open no-1ne opened 3 weeks ago

no-1ne commented 3 weeks ago

Offline first boiler plate

Using pglite & electric SQL
https://pglite.dev/docs/sync https://pglite.dev/docs/orm-support#drizzle

The above with sync to supabase would be a nice DX

ixartz commented 3 weeks ago

Since the project is already using pglite. Definitively, could be great to have an offline mode.

For now, I don't have any experience for offline mode, I need to have more experience before implementing one.