Live data from Hacker News

Ask HN: Build a no code API creator?

news.ycombinator.com

1–7 of 7 posts

Ask HN: Build a no code API creator?

#1
Hey HN,

I'm a software engineer and seem to spend more and more time writing pretty much the same system. Read message from x, call api, call api... respond etc etc. It's is integration work largely but it seems to be becoming the norm. I've had an idea to essentially distill those patterns in a Saas system. Is this a stupid idea or not? Would any of the engineers/managers entertain using such a tool?

Re: Ask HN: Build a no code API creator?

#2
I would use it only if I could be able to see/edit the source code. Sometimes it's vastly more simple to write 2 lines of code than construct a thought with drag and drop logic. For some Ux inspiration you might want to check out gdevelop. Its game creation software but uses drag and drop logic with slots for wiring things up. Kind of like a simpler scratch.

I'm an indie dev who doesn't make any money from my side projects so pricing is always a factor as well. Read: I always use a free tier.

Re: Ask HN: Build a no code API creator?

#3
post #2

I would use it only if I could be able to see/edit the source code. Sometimes it's vastly more simple to write 2 lines of code than construct a thought with drag and drop logic. For some Ux inspiration you might want to check out gdevelop. Its game creation software but uses drag and drop logic with slots for wiring things up. Kind of like a simpler scratch. I'm an indie dev who doesn't make any money from my side pr…

Interesting points raidicy, as an engineer I would have similar requirements and really don't like seeding control to third party products :) But then, a no-code almost non techie type, might just want to get something working

Re: Ask HN: Build a no code API creator?

#6
post #2

I would use it only if I could be able to see/edit the source code. Sometimes it's vastly more simple to write 2 lines of code than construct a thought with drag and drop logic. For some Ux inspiration you might want to check out gdevelop. Its game creation software but uses drag and drop logic with slots for wiring things up. Kind of like a simpler scratch. I'm an indie dev who doesn't make any money from my side pr…

Interesting points raidicy, as an engineer I would have similar requirements and really don't like seeding control to third party products :) But then, a no-code almost non techie type, might just want to get something working

The balance between ease-of-use and functionality is a difficult beam. In my naive opinion, if you can create a platform where a no-code techie could create something but also let someone look under the hood, you will have built the perfect API creator. Right now the only analogue I've used is Strapi. However, this still takes deployment experience and at least a basic understanding of constructing dbs.

It's also worth looking at https://supabase.io/. Imo their route generation and automatic documentation is great and could be an inspiration.

Re: Ask HN: Build a no code API creator?

#7
I've been working on a low-code setup for developers. Working with the generated code is paramount.

You can see https://github.com/hofstadter-io/hofmod-server for some ideas. Mimic for your favorite technologies.

Technically, I built an framework for building low-code modules for developers. https://github.com/hofstadter-io/hof