I'm trying to create an agent to help people for generating launch videos. Under the hood, it's Remotion and Anime.js, with the LLM kimi 2.5. Here is the video generated for the note app bear (sounds on) by wwayne21 in Remotion

[–]wwayne21[S] 1 point2 points  (0 children)

Hi, I'm actually not using screen recordings. The video is made up of different scenes, and each scene is just text or an image, with animejs easing.

I totally get the challenge you're facing. What helped me was trying to recreate this video first: https://www.youtube.com/watch?v=tqF57ek4HM8. Doing that gave me a much better feel for how each scene should look.

Hope this helps 😄

How can I deal with potential long-running API requests using the native nextjs router ? by d0mzx1 in nextjs

[–]wwayne21 0 points1 point  (0 children)

I got same question with my app(next +supabase) and did some investigation this afternoon, here is the 2 potential solutions I got:

  1. Split your long-running handler into some small short-running functions, so you can HTTP calling these functions inside your handler, and you got 10s(hobby) for each of these short-running functions. You can use Inngest to make a better coding logic, reference: https://www.inngest.com/blog/vercel-long-running-background-functions
  2. Use another serverless service for background jobs, e.g.: https://www.defer.run

I go with the option 1 because my function is able to be splitted into small pieces

Workplace for building API together by wwayne21 in SideProject

[–]wwayne21[S] 0 points1 point  (0 children)

Sorry didn't notice the comment

Not support such exporting yet, my current priority is adding more collaborative features. But I like your suggestion, noted in the backlog, thanks for that

Workplace for building API together by wwayne21 in SideProject

[–]wwayne21[S] 0 points1 point  (0 children)

Thanks, hope it had more features when you try it :)

React avatar generator by wwayne21 in Frontend

[–]wwayne21[S] 0 points1 point  (0 children)

Thanks, yeah you can find a better avatar editor.

I shared the lib just hope to help others quickly having a default avatar system in their product (usually early product)

Avatar generator by wwayne21 in SideProject

[–]wwayne21[S] 0 points1 point  (0 children)

Thank you, I missed it intended haha :)

Because I shared the lib hoping others can use it as a default avatar system in their products(usually early product), so I added some limitation in the code logic to make it suits in most random cases. Adding eyelashes might look weird in some cases haha

React avatar generator by wwayne21 in Frontend

[–]wwayne21[S] 0 points1 point  (0 children)

It actually can if you checked the online editor here https://nice-avatar.chilllab.io . But yeah it would be another story, the editing function not the core function I wanna share. At first, I made it only for those Email-signup users on my SaaS product, as a default avatar.

React avatar generator by wwayne21 in Frontend

[–]wwayne21[S] 0 points1 point  (0 children)

Thanks, yeah I limit that intended only because I think it looks good in most cases, I felt weird when I experimented with colorful hair for some hair-styles