How you can turn your Video into blog posts using AI


Hey friend,

I'm excited to announce the launch of my new AI SaaS project - SpeakEasy AI โ†—๏ธ.

It allows you to convert your video into a blog post. You can upload any video you like, and it will turn into a beautiful, SEO-friendly blog post.

If you have been holding off from shipping a SaaS app, now is your chance!

Here is the entire course,

video previewโ€‹

โ€‹

๐Ÿš€ Important News

To better focus on the upcoming Next.js Course launch ๐Ÿš€, Frontend Snacks (this newsletter) will transition into a monthly newsletter.

It will continue to provide you with frontend news and in-depth analyses but monthly.

๐Ÿ”ฅ Next.js Hot Tips (free course)

In other news, the Next.js hot tips course, known as best practices, goes live next week.

It's a completely free, action-packed email course that teaches you best practices for building Next.js apps.

Clicking this button automatically adds you to the list.

๐Ÿฟ Weekly Snack: Adding Whimsical Joy in your Apps

One of the best ways to add joy to your apps is to add Confetti.

You can add Confetti to your apps and add that whimsy by using the React canvas-confetti library โ†—๏ธ ๐ŸŽŠ

Here is how I added to my Course Platform for Developer to Leader โ†—๏ธ Course once a student completes a lesson.

Now, I plan to do the same in the Next.js Course too.

It will include tiny little interactions like these.

Here is the code for it,

Grab the package canvas-confetti by installing it from npm โ†—๏ธ.โ€‹

And add the following code to your button.

๐Ÿคซ Latest Frontend News

A first look at React Server Components for native and web users with Expo Routerโ€”the universal React framework. You should watch it โ†—๏ธ.

โ€‹Next.js shipped the first version of PWA โ†—๏ธ ๐Ÿ”ฅ

Upstash launched durable workflows, so you can now offload long-running functions โ†—๏ธ to avoid blocking your main API call.

โ€‹Next.js upcoming caching simplifications โ†—๏ธ yield the most straightforward, most beautiful code.

Next.js Conf has been announced, grab a ticket here โ†—๏ธโ€‹

โ€‹A new AI SaaS has been launched that converts your video into blog posts.

CursorAI has taken the world by storm. Check this post for the rules to improve the code suggestions from the AI.

โ€‹ShadCN UI - the most popular UI library โ†—๏ธ Introduces a new CLI โœจ

  • โ€‹Allowing you to create UI with those components.
  • On top of this, it integrates well with Vercel v0, allowing AI to develop a beautiful UI with ShadCN components.

๐Ÿ’– Weekly Youtube Videos

Check it out and subscribe to my channel โ†—๏ธ for more Frontend, Leadership and Career Development content.

Learn to Ship Next.js AI SaaS - Full Course
โ€‹

video previewโ€‹

Build AI Todoist Clone using Next.js.
โ€‹

video previewโ€‹

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

โ€‹๐Ÿ”ฅ ๐Ÿ˜ ๐Ÿ‘Žโ€‹

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:...