Hacker News new | ask | show | jobs
Show HN: I built an AI app that generates AI apps for free (anotherwrapper.com)
9 points by fdarkaou 660 days ago
Hey HN,

I built a free AI app generator.

It generates a complete Next.js 14 app including frontend, API route, prompt, JSON schema etc. It can generate text, vision, image generation and speech apps.

Will be adding more capabilities based on feedback.

Would love to hear your thoughts!

3 comments

Reminds me of https://ramenapps.com
Does it actually build apps? The site suggests it builds gpt wrappers (assuming the OpenAI ChatGPT store templates/integrations?)
Yes, it builds complete next.js 14 apps that leverage the OpenAI API

For example I built a Tweet generator a couple of minutes ago: https://anotherwrapper.com/tools/ai-app-generator/tweetgenie

You can see from the code in the sandbox its a nextjs app, with the backend api route calling openai and frontend taking in user input

Wow that’s pretty cool!