Show HN: I built an AI app that generates AI apps for free
9 points
12 days ago
| 3 comments
| anotherwrapper.com
| HN
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!

sciencewolf
8 days ago
[-]
Reminds me of https://ramenapps.com
reply
smcleod
12 days ago
[-]
Does it actually build apps? The site suggests it builds gpt wrappers (assuming the OpenAI ChatGPT store templates/integrations?)
reply
fdarkaou
12 days ago
[-]
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

reply
h_tbob
11 days ago
[-]
Wow that’s pretty cool!
reply