next-template banner

next-template

1 devlog
42m 30s

My nextjs template that I've been working on.
I work on this time to time so I can improve my starting points in projects.

My template is built on top of T3 Stack with my own customisations.

The tech stack behind this template is:

  • Auth.j…

My nextjs template that I’ve been working on.
I work on this time to time so I can improve my starting points in projects.

My template is built on top of T3 Stack with my own customisations.

The tech stack behind this template is:

  • Auth.js (user authentication)
  • Prisma (database orm)
  • Next.js (framework !!)
  • Resend (for sending auth emails)
  • Postgres (main db)
  • MinIO (for s3 storage)

I built this template so that I could have a strong starting point to whatever saas project or idea I wanted to implement, and this template has allowed me to skip all of the boring setup work and quickly get started on the app.

hope you enjoy.

Repository

Loading README...

linus

Added swagger UI implementation with the following new API routes:

/api/docs
/api/openapi

The repository template documents existing endpoints.

I’ve also sweetened up the login UI. Will be adding more components soon.

Attachment
Attachment
0