from Hacker News

Show HN: I made an AI builder that lets you build AI web apps in minutes

by thesunny on 2/22/23, 4:01 PM with 5 comments

Hi everyone, I made this easy to use AI web app builder that you can use for free.

English is my wife's second language and she asks me to look at her texts a few times a day to check her grammar and reword it to sound more polite and friendly to an English speaker. I made an AI app that did this for her and by the next day, she said she had used it three to four times. She uses it daily now.

I also know somebody that needed ideas for product names for their business so I made a "Help me name my product AI". I felt like there's a lot of simple apps like this that could be created if people could just combine a reusable AI prompt and a text box to get user input.

This got me to thinking that anyone should be able to have an idea and then instantly create a sharable AI app.

Check it out at https://www.pancaik.com (spelled with A.I.).

It's a little rough right now but I wanted to share and would love to hear some feedback.

In the future, I want it to be able to take multiple inputs and combine them, include a history for users, add a log for admin, include prompt engineering tools that you can run against the request log, have the ability to generate web components that you can integrate into your own web apps, and have a REST API.

  • by matijash on 2/22/23, 4:10 PM

    Very nice! If you want something similar but be able to extend it with your code in React & Node.js, give a try to https://wasp-lang.dev/ (disclaimer: I am the author).

    We recently used it with ChatGPT and it was a super good combo for quickly scaffolding a web app: https://www.youtube.com/watch?v=HjUpqfEonow&ab_channel=Wasp

    Also apologies for the shameless plug here! :) I really like what you did, happy to provide more feedback on anything.

  • by scottward on 2/22/23, 4:18 PM

    Cool! It would be nice to use this to quickly iterate on the prompts I plan to use within https://app.habitstack.com. Basically, supply the user input in the query string and get back the result. Then in Pancaik see the log of combined prompts, the results, and be able to fine tune the prompts over time. Any plans to go that direction?
  • by thesunny on 2/22/23, 4:06 PM

    I'm the creator and I'll be hanging out in the comments all day. If you have any feedback, I'd love to hear your thoughts. Thanks!