Spyke

Syndicated from the fediverse. Read and engage on the original instance.

View original on lemmy.durstig.online
ai_reddit·AI (Reddit RSS)byeifachposte

are Next.js (for frontend and backend) and the Seedance 2.0 API sufficient for building an AI-powered SaaS where users can upload a product and receive a ghost mannequin video?

Original Reddit post

are Next.js (for frontend and backend) and the Seedance 2.0 API sufficient for building an AI-powered SaaS where users can upload a product and receive a ghost mannequin video? submitted by /u/anas_sadkaoui

Originally posted by u/anas_sadkaoui on r/ArtificialInteligence

https://www.reddit.com/r/ArtificialInteligence/comments/1r7k2rc/are_nextjs_for_frontend_and_backend_and_the/Open linkView original on lemmy.durstig.online
1

1 reply

Tech stack sounds fine honestly, Next.js can handle both your frontend and API routes/backend logic without issue, and it'll scale reasonably well for a SaaS like this. The real bottleneck is going to be the video model itself and how you handle async processing since ghost mannequin generation isn't instant, you'll want a job queue and webhook setup rather than blocking requests.

Worth checking if there's a pay-per-use option instead of committing to a subscription while you're still validating demand, saw one for Seedance 2.5 at https://klifgen.app/create-seedance-2-5 that does pay as you go, which seems smarter than locking into recurring costs before you know your usage patterns or conversion rate.

1

You reached the end