DEV Community

Cover image for Day 2 of Brylnt: Finalizing the tech-stack for the homepage
Manav Codaty
Manav Codaty

Posted on • Updated on

Day 2 of Brylnt: Finalizing the tech-stack for the homepage

Hey everyone! First off, I’m sorry that I haven’t posted in a while—things have been super busy! Since my last update, I’ve been deep in research mode, trying to figure out the perfect tech stack for Brylnt’s landing page. After a lot of consideration, I’ve decided to go with the T3 Stack for my web development. It feels like the right fit, especially with its focus on TypeScript.

For those who don’t know, the T3 Stack is a modern, flexible stack that helps streamline web development. It’s built around TypeScript, which makes coding safer and reduces bugs.

Here’s a quick breakdown of what’s in the T3 Stack:

  • Next.js: A powerful React framework that handles server-side rendering, static site generation, and routing with ease. It’s super fast and scalable for web apps.
  • TypeScript: The backbone of the stack. It’s JavaScript with type definitions, making the code easier to maintain.
  • tRPC: It enables typesafe communication between the client and server without the need for a REST or GraphQL API layer.
  • Drizzle: Instead of Prisma, I’m using Drizzle for my database management. Drizzle is a lightweight and typesafe ORM that fits perfectly with my stack.
  • NextAuth.js: This handles authentication, making it simple to secure user logins.

With the stack chosen, I’m excited to dive into building Brylnt’s landing page. There’s a lot to do, but I’m ready for the challenge! Please leave any suggestions for my stack in the comments section!

More updates to come soon!

Top comments (0)