This Next.js 14 App Router boilerplate is an elementary foundation for building dynamic and interactive cross-platform - web, mobile and desktop applications.
It encompasses features such as:
- Support for Translations using polyglot I18n helper library,
- Support for Static Export,
- Desktop applications using Tauri,
- Mobile applications for Android and iOS using Ionic,
Additionally, it integrates Cypress for end-to-end testing with actual tests, user authentication using Firebase, and Redux for client state management.
Visit https://nextjs.org/docs to view the full documentation.
- Nest.js GraphQL, Prisma, Docker API Starter — Nest.js Hybrid Application (HTTP server with microservice listeners) with GraphQL (schema first), Prisma, MySQL (easily replaceble), MongoDB, Jest, Docker.
- Laravel Boilerplate for building REST APIs — A Laravel boilerplate for building REST APIs that support multi-tenancy, multiple MIME types using Fractal, API documentation, Eloquent model monitoring, and other credible libraries.
- nestjsx/crud Starter — @nestjsx/crud starter repository for RESTful APIs running on Fastify.