Inspiration

I once got paid $6000 to add some stripe connect cloud functions for a no-code developer who didn't know how to code but had his whole front-end app built out in flutterflow. So I realized it's a big problem for no-coders to build out functions, test them, and deploy them, because it requires a lot more technical experience than front-end development. This is how the idea of backendflow came about.

What it does

Tell it what your function does, and it generates the code and lets you test it out manually--or smartly with GPT-4. We also provide temporary API keys that you can use to sandbox your function for different services (like google maps for instance). Then, you can one-click deploy it and get a REST endpoint to use wherever you want. All in a couple of minutes.

How we built it

React and GPT-4

Challenges we ran into

I had never used react before so it was a learning experience

Accomplishments that we're proud of

It is a simple tool that actually helps people.

What we learned

GPT-4 is quite good at making runnable code, as well as making accurate test cases. For instance, if you tell it "test this out on the city of manhattan", it will accurately call your function with the coordinate range of manhattan, not some random numbers that don't work. This is a huge opportunity.

What's next for backendflow

Backend development is sometimes (well a lot of times) a pain in the butt, and there's no easy no-code solution for it out there. I think there's room to expand this product further and really offer the most intuitive and easy-to-learn backend development tool on the market.

Built With

Share this project:

Updates