Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simonknittel/nextjs-template
A boilerplate set up like how I'm usually using Next.js
https://github.com/simonknittel/nextjs-template
boilerplate monorepo nextjs playwright prisma react react-email shadcn-ui starter-kit template turborepo vitest
Last synced: 18 days ago
JSON representation
A boilerplate set up like how I'm usually using Next.js
- Host: GitHub
- URL: https://github.com/simonknittel/nextjs-template
- Owner: simonknittel
- Created: 2024-09-07T06:07:07.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-12-13T19:28:48.000Z (26 days ago)
- Last Synced: 2024-12-13T20:27:07.564Z (26 days ago)
- Topics: boilerplate, monorepo, nextjs, playwright, prisma, react, react-email, shadcn-ui, starter-kit, template, turborepo, vitest
- Language: TypeScript
- Homepage:
- Size: 7.7 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Next.js Template
A boilerplate for how I'm usually using Next.js
## Features
- Next.js 15 + React 19
- Monorepo with npm workspaces and Turborepo
- TypeScript
- Prisma
- Tailwind CSS
- Authentication and authorization
- Lucia Auth
- Email and password
- 2FA (TOTP)
- React Email
- GitHub Actions
- Renovate
- Playwright
- Vitest
- shadcn/ui## Full documentation
- [Getting started](./docs/getting-started.md)
- [Playwright](./docs/playwright.md)
- [Authorization](./docs/authorization.md)
- [Folder structure](./docs/folder-structure.md)