DEV Community

Discussion on: Setting up a Next.js Application with TypeScript, JIT Tailwind CSS and Jest/react-testing-library

Collapse
 
vladi160 profile image
vladi160

There is Blitz.js for batteries NextJS with authentication and DB things ;) blitzjs.com/

Collapse
 
antoniolofiego profile image
Antonio Lo Fiego • Edited

I believe the "batteries included" title was a little bit of an error on my part, as this is not the first time someone suggested to use Blitz :)

This is not intended to be a framework on its own or have significant additional functionalities other than a regular create-next-app run. I just felt there were some things missing from that boilerplate, namely Tailwind-powered styling and a working testing suite, and that's all I aimed to add with this project. Blitz is a wonderful tool, but my goal with this was wholly different.