I saved $4836 by Building my Own SaaS Apps (using AI)


Hey Reader,

I saved a whopping $4836 per year by building a few simple SaaS apps myself.

I was tired of paying for features I didn’t need πŸ˜“ and dealing with clunky UI / UX. So, I decided to do something about it. I also learned a lot which I've packaged in this video below.

If you’d rather watch than read, check out the full video here πŸ‘‡

video preview​

But if reading πŸ“™ is your thing, let’s dive into the apps I built and how they helped me ditch those pricey subscriptions!

Rave Reviews: Easy Way to Collect & Display Testimonials

Rave Reviews lets you collect and show off testimonials, and it's way more customizable than anything else out there.

You can collect feedback with emojis and full testimonial forms. Plus, you can approve/reject responses and easily embed forms and a "wall of love" on your website. Basically, it lets you focus on getting better based on the feedback you get.

⏰ Time to build: 3 Days

πŸ€‘ Saved: $588 per year

Proofy Bubble: Social Proof on Automation

Social proof is a game-changer for building trust which is why ProofyBubble will help you automate your Social Proof.

ProofyBubble displays real-time notifications for product purchases, recent feedback you received, number of people on your site and other social proof messages, helping to boost trust and sales.

You connect with all your platforms to pull real data to give your website visitors the proof they need to see to convert.

⏰ Time to build: 2 - 3 weeks (Part-time)

πŸ€‘ Saved: $900 per year

I'm launching ProofyBubble in Early Access and you get a Lifetime plan for a limited time so take advantage of this. (We plan to move to subscriptions after launch).


Wait, there is more...

Learn from my experiences! There are 2 more SaaS apps I built and I've shared the lessons learned in this video here.​

πŸ’ͺ Your Action Item

Do you have an idea for an app that you’ve been wanting? Don’t wait! With the power of AI and a bit of coding know-how, you can build it yourself and save a ton of money πŸ€‘ or even make some πŸ˜‰.

πŸš€ Latest Frontend News

Vercel just cut image optimization costs by 100x 🀯, check it out here.​

Rolldown is 3~4x faster than Rspack (check the benchmarks).

Build fast, customizable, and content-rich websites with Nextra using Next.js.

Sunsetting create React app did create some backlash but Mark Erikson created an PR to put this to an end. A lot folks disagreed that you should learn React starting with a framework.

Want to manage payments on your own then check out Polar for a Stripe Alternative.

Wanna go to Paris and Learn from Tech Industry Experts? Then checkout React Paris​

There is now a Create React App for TanStack Router - It creates applications like create-react-app, but with TanStack and Vite under the hood.

​React Scan automatically detects Performance issues in your React apps.

​State of React 2024 Survey is out, React-Query, Zustand, TanStack Start, Astro, shadcn/ui, React-Aria, Jotai, Radix definitely shine through.

Context Management is essential in AI apps and here is a good summary for what Cursor AI is capable of.

​React Query - the Bad Parts written by Dominik (open source maintainer of TanStack Query and Router) is a great read.

πŸ’– Weekly Youtube Videos

My Simple Tech Stack for 2025 ($0 / month)

Create React App is Dead, Here’s a New Way to Build React Apps


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

​πŸ”₯ Love it!​

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

β€‹πŸ‘Ž Not good​

​Feedback Links Powered by Rave Reviews​

Ankita Kulkarni

Join 9200+ 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
next.js proxy

Hey Reader, Middleware got renamed to Proxy in Next.js 16. Same functionality. Better name. What is Proxy? Every request to your app has to go somewhere - a page, an API route, a file. Proxy gets to look at it first and decide what happens: send the user somewhere else, serve different content silently, or just let it through as-is. Think of it as a traffic controller 🚦 sitting in front of your routes. So, why you should stop putting auth in Proxy? It feels like the perfect place but it...

You’re Suspending the Wrong Component

Hey Reader, There are thousands of you going through Modern Full Stack Next.js Course so wanted to be grateful here for your support. Just as a thank you, there is something big dropping for you. It will only last 24 hours ⏰ so keep an eye out for my email next week. Let's dive in! PRESENTED BY CLERK Instead of your coding agent guessing how auth works, you can now install specialized Clerk knowledge directly into it. Introducing Clerk Skills One simple command $ npx skills add clerk/skills...

Next.js bundle analyzer

Hey Reader, This week, we're putting your Next.js app under the microscope, what's slowing it down? This along with the latest news, can AI really debug complex React/Next.js bugs? How OpenClaw and Anthropic are enabling AI collaboration, 3 New Coding Models dropped and more. Let's dive in! 🍿 Our Weekly Snack: What's Really Slowing Down Your Next.js App? Have you ever wondered why your Next.js app feels sluggish or takes forever to load? 🐌 The new experimental Bundle Analyzer in Next.js 16.1...