Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/markusthielker/next-base
🌐 A template for my preferred NextJS tech stack
https://github.com/markusthielker/next-base
Last synced: 18 days ago
JSON representation
🌐 A template for my preferred NextJS tech stack
- Host: GitHub
- URL: https://github.com/markusthielker/next-base
- Owner: MarkusThielker
- Created: 2024-03-07T14:15:25.000Z (10 months ago)
- Default Branch: development
- Last Pushed: 2024-04-02T00:50:49.000Z (9 months ago)
- Last Synced: 2024-12-01T07:05:02.139Z (23 days ago)
- Language: TypeScript
- Homepage:
- Size: 270 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
> [!Warning]
> This project was archived since [Lucia Auth](https://github.com/lucia-auth/lucia) has been marked for deprecation.
> There will be no alternative since I will start using the T3 stack.# Next-Base
A base implementation of my favorite NextJS stack.
- [NextJS](https://nextjs.org/)
- [TailwindCSS](https://tailwindcss.com/)
- [shadcn/ui](https://ui.shadcn.com/)
- [Lucia](https://github.com/lucia-auth/lucia)
- [Prisma](https://www.prisma.io/)
- [Postgres](https://www.postgresql.org/)
- [Docker](https://www.docker.com/)This base already implements the sign-up and sign-in process with a clean UI, ready for customization.
## Next Steps
- Documentation
- Switching dark and light mode
- Change own username and password