My Tech Stack for 2025


Hey Reader,

Happy New Year! I'm back from vacation and had a wonderful time away. I hope you did, too!

This year, I have shipped more than 10 apps; quite a few are open-source. I tried a bunch of tools, but let's be honest: Only a few really stuck with me. These are the ones I can't imagine working without.

So, Here is my Tech Stack for 2025!

This newsletter is not sponsored, but I genuinely believe these tools can enhance your productivity and make your work more enjoyable.

Authentication πŸ”’

Clerk has just blown my expectations out of the park. They are incredible and would highly recommend checking them out.

I liked how easy it was to integrate, and auth seems simpler now. You can set up auth in less than five minutes 🀯.

​Check out Clerk here β†—

Security πŸ”‘

While building production-ready apps, we need to think of security from the get-go, and I believe ArcJet has been an excellent service. I've also created a video on this topic and think it would be a great watch to learn mistakes to avoid when it comes to security

​Check out ArcJet here β†—

Database 🧊

I love it when you don't have to spend time trying to figure out which SQL statements to write on the backend.

This is where Convex shines. It is an incredibly easy-to-use Backend as a Service. With simple functions, I was able to perform CRUD operations easily. More importantly, I could focus on the product I was building rather than worrying about tech.

​Check Convex here β†—

AI πŸ’«

I am a huge fan of Cursor and have officially switched from VS Code to Cursor. Remember, Cursor is a fork of VSCode, so what you get in VSCode is also what you get in Cursor.

I pay for it, but it is like an intern you can train, and it has made me so much faster in building and shipping apps.

​Check Cursor here β†—

Building SaaS apps πŸ’•

Bolt.new is a DevSandbox with AI from StackBlitz. It is excellent for creating quick prototypes when you pass the right prompts to it.

I'm not paying for it, but I would love to be sponsored by them πŸ˜‰ at some point, as I genuinely love the product.

​Check Bolt.new here β†—

UI Library πŸ’„

I frigging love this library and can't ship without ShadCN UI πŸ’–. A consistent design language is crucial; ShadCN makes that happen for me.

It is an integral part of my toolkit and makes my life so much simpler.

​Check out Shadcn UI here β†—

Icons ◻️

When you add icons to your app, it starts to look beautiful.

Icons give users a great visual clue without using many words, which is why I highly recommend using Lucide React Icons.

You can install the library and then import icons like React components. There is tree shaking, meaning only your icons will be included in your bundle.

​Check Lucide React here β†—

Framework

From a framework perspective, I love Next.js, and the ecosystem makes it easier to ship cool apps faster. Lately, I have also loved TanStack and think I'll use TanStack more than last year.

I have also created a course on Next.js, so including the framework here is a no-brainer.

πŸ’– Weekly Youtube Videos

Check it out and subscribe to my channel ↗️ for more Frontend, Leadership and Career Development content.

An Honest Review of TanStack vs Next.js
​

video preview​

Stop! These Next.js Mistakes Are Killing Your App

video preview​

​


What do you think of today's Newsletter? Simply click on one of the links below.

​πŸ”₯ Love it!​

β€‹πŸ˜ It’s okay​

β€‹πŸ‘Ž Not good​

Ankita Kulkarni

Join 6000+ subscribers reading by weekly personalized Newsletter that helps developers level up their skills through weekly Frontend and Leadership Snacks. You get a deep dive into a Tech topic, Actionable tips to excel in your career and a toolbox!

Read more from Ankita Kulkarni
after function in Next.js

Hey Reader, Next.js has a bunch of little features that feel fun at first β€” but can actually change the way you build. This week’s snack is one of those. That’s the whole point of Frontend Snacks: giving you small, sharp insights that make a real difference and ones you can actually apply. Weekly Snack: after function 🍿 Next.js 15 introduces after() β€” a new API that lets you schedule server-side code to run after the response has been sent to the browser. So your UI renders instantly, and the...

AI coding agent

Hey Reader, So apparently Deadpool is giving a keynote at a developer conference now. Yes, Ryan Reynolds is speaking at the Postman Conference and I’m still trying to process that 🀯 I recently had a conversation with a friend who really missed in-person connections. It's hard to be at home all the time and it is only when you meet like minded people in a room is when your creative juice flows. Things like I didn't know how tall you were or didn't know you had a dog etc. come up which is...

server only vs use server

Hey Reader, 🎨 Ever wanted your website to feel like it came straight out of a Studio Ghibli movie? I just discovered a Ghibli-inspired ShadCN UI theme that brings that dreamy, hand-painted magic to your components β€” and it’s absolutely stunning. If you're as obsessed with that aesthetic as I am, you're gonna love this. I also share a Github Repo you can check out too that goes along well with the video. 🍿 Weekly Snack: 'server-only' vs 'use server' Next.js has two easily confused directives:...