Hacker News new | ask | show | jobs
Show HN: The Next.js Starter Kit with TypeScript, Auth, Postgres, etc. (github.com)
7 points by bhanuteja_p 2037 days ago
2 comments

I created an open-source Next.js starter template on GitHub with all of the things that I use in my projects.

It has all of the following things configured:

• React 17

• TypeScript

• GitHub Auth using NextAuth.js

• Email and Passwordless Auth using NextAuth.js

• Postgres

• Tailwind CSS 2

• Prisma 2

• ESLint

• Prettier

• Husky (Pre-commit Hook for linting and type checking)

• React Query

• React Query Dev Tools

Blog Post - https://blog.bhanuteja.dev/nextjs-starter-with-authenticatio...

GitHub Repo - https://github.com/pbteja1998/nextjs-starter

Live Demo - https://next-starter.bhanuteja.dev/

Live demo is deployed on Vercel.

I will be adding Jest and GitHub actions in the future to the repo.

Any suggestions are welcome.

Thanks.

This should be a "Show HN", then.
Added Show HN at the start of the title.
buttons and nav dont work