Hacker News new | ask | show | jobs
by sergei_ws 1613 days ago
I'm working on http://talevideo.com - The easiest way to create a video of your SaaS or website. It's not subscription, but got about 300$ in revenue from January.

Talevideo - is a desktop application where you can create video directly from website, without screen recording. And animate any element on page, like fadeIn and etc.

Example result of video/gif at my github: https://github.com/ssleptsov

Example_2 video directly from reddit website: https://www.reddit.com/r/SideProject/comments/ra7inj/app_to_...

2 comments

Great job! Any hints what technologies you are using?
Thanks! Yea, sure.

It's Electronjs with vue3/typescript, threejs, tailwind2 and konvajs for timeliner(because canvas render much faster then html update, so it's keep high FPS on edit mode). And vitejs for tooling.

Looks cool!
Thank you so much!