CPL 2.0 is live on Paisabazaar 🔥
My CIBIL Score: 799 😎
Gamifying credit awareness = smart move.
Now curious… what’s your score? 👇
#CPL2 #CreditScore #Fintech
Posts by Pushpendra Singh
Thanks James!
Remotion makes video generation feel like building a React UI which I loved.
The main challenge was coordinating TTS generation from FastAPI with the render pipeline, but after a few iterations it worked nicely with FFmpeg.
Full stack for this launch video:
→ Remotion — React components as video
→ Kokoro FastAPI — local TTS → .mp3
→ ffmpeg — clip extraction + export
Total cost: $0
Total time: a few evenings
Full launch video drops soon 👀
#DevTools #BuildInPublic #TTS #Remotion
af_sky — American female voice — is what you hear in that clip.
Kokoro ships with multiple voices:
→ am_adam, am_michael (American male)
→ af_sky (American female)
→ bf_emma, bm_lewis (British)
All local. All free.
The actual request:
curl -X POST "http://localhost:8880/v1/audio/speech" \
-H "Content-Type: application/json" \
-d '{
"model": "kokoro",
"input": "your script here",
"voice": "af_sky",
"response_format": "mp3"
}' --output vo-01.mp3
The model: Kokoro TTS
~82M parameters. Runs a local FastAPI server.
My shell script just POSTs plain text to localhost:8880 and gets back an .mp3.
That's the entire pipeline.
No ElevenLabs. No cloud. No subscription.
Yesterday I showed how I built a launch video in React.
I promised to share how the voiceover was generated.
Here it is — locally, for free, using open-source TTS 👇
#BuildInPublic #OpenSource
Tomorrow I'll share how the voiceover was generated —
locally, for free, using an open-source TTS model.
No ElevenLabs. No voice actor.
#BuildInPublic
The composition for this video has 8 slides.
Each one is a React component with:
→ spring() animations
→ typed sequences
→ code block reveals
All driven by useCurrentFrame() — no keyframe editor, no timeline scrubbing.
Remotion lets you write videos like React components.
Every animation is just CSS/JS.
Timing is driven by a frame number.
Everything lives in git.
When I changed copy? One file edit. Re-render. Done.
Built a product launch video entirely in code.
No Premiere. No After Effects. Just React + Remotion.
Here's what that looks like 👇
#Remotion #BuildInPublic #ReactJS #DevTools
Hello Bluesky 👋
We’re **Ninexgo** — crafting the future.
Building software products and developer tools.
Currently building **Sentinel**.
Learn more → ninexgo.com
Building in public. More soon 🚀
AI’s learning from us, but are we learning from it?
The future belongs to those who ask better questions.
JavaScript Tip: Before you reach for a third-party library, check if vanilla JS can do the job. Most of the time, it can.
Writing clean CSS? Follow these rules:
✅ Use CSS variables for consistency
✅ Avoid deep nesting in SCSS
✅ Prefer utility-first (Tailwind) or BEM
✅ Optimize animations for performance
✅ Use em/rem for scalable designs
#CSSTips #WebDevelopment
Great UI isn’t just about colors and typography. It’s about usability, accessibility, and performance. Master all three, and you’ll build experiences users love. #FrontendDev #UIUX
Will Bluesky ever become like Twitter was before it became X?
I love designs that surprise and delight.
What’s one feature you think truly redefines user experience?
Sharing what you learn online is the ultimate growth hack.
— It helps others
— It reinforces your knowledge
— It builds your network
Start today. Tweet one thing you learned this week! 👇 #BuildInPublic
Evolution of Hotstar logos summarized in one image: From elegance to efficiency, then straight to ‘Jio-fication’!
#jioHotStar #hotstar
Vercel + v0.dev = frontend magic! ✨
Spin up stunning UIs in minutes, deploy with a click, and let AI handle the heavy lifting. Frontend devs, we just leveled up! 🚀
Have you tried it yet? Share your experience! 👇 #BuildFast #Vercel #v0dev
@vercel.com @nextjs.org
Are you struggling with CSS specificity?
Here’s a simple rule of thumb:
Inline styles > ID selectors > Class selectors > Element selectors.
Use this wisely to avoid unexpected overrides! ✨
#CSS #WebDesign
Edupen.in is growing! 🚀
A platform for learners, bloggers, and creators to share insights & connect.
Early access is open! Want in? Drop a 🔥 in the comments or DM me!
Let’s build something amazing!
🔗 edupen.in
#Edupen #EarlyAccess #Blogging #LearnAndGrow
Just launched edupen.in Built with an awesome tech stack:
@nextjs (Frontend)
@payloadcms (Backend & Admin)
@MongoDB (Database)
@Firebase (Media)
@tailwindcss (Styling)
@shadcn (UI Components)
@vercel (Hosting)
Check it out and share your thoughts!