DEV Community

Cover image for Next.js Web App Template
Vincent Will
Vincent Will

Posted on

Next.js Web App Template

I've just released a simple Next.js template including authentication, storage, and password reset logic.

Demo | GitHub | Blog Post


🔒 Authentication logic using next-auth/react

📈 User creation stored in MongoDB

🎨 A landing page, authentication pages and a logged in view created with MaterialUI

✉️ Reset password logic and email sending with nodemailer


As everything at wweb.dev it is under MIT License

Feel free to check it out and send me feedback via comments or the GitHub repository.

Cheers, Vincent

Top comments (0)