Wanted to share a project I just launched today: Cheaprr
The idea: I found juggling AI subs (ChatGPT, Midjourney, etc.) annoying, and waiting for freelancers slow. Cheaprr gives you access to different AI tools for specific tasks (design, copy, audio, etc) in one place.
Congrats on the beta launch @richardreeze! It is a fun and friendly design. Also the idea of AI credits as ‘Volts’ makes a lot of sense in the context of the overall brand!
Only feedback I’d have is around the domain email config. Check to make sure the SPF and DMARC is optimal for what’s sending your email, as my sign up email went to junk. Other than that, excited to dig in! cheaprr.com Domain Health
Very cute design. So have you coded every single prompt to an engine, or do you have a database routed through a single process such as liteLLM. Cos there’s a vast range of capabilities here.
It’s… A bit of a hybrid approach. I wrote backend logic to identify the appropriate API/ script needed and that in turn handles the necessary integration. Definitely not as clean as using LiteLLM, but now that you mentioned it I’ll give it a look