Hi there,
I am trying to develop a sass application. are there any no-code tools to develop APIs in any language.
My use case: we have no-code tools like https://builderx.io/ which writes the react native front end code by itself when drag and drop.
For writing business logic(APIs) do we have any similar tools? that can do a similar job?
Try busywork.co or WayScript
Hey Kalyan,
What kind of product are you building?
There's simplescraper.io (which I've built) which allows you to turn any website into any API. Think of it as an API builder / data extraction tool.
But if you'd rather link existing APIs there's pipedream.com (free) and useparagon.com (in early access) that I know of. And of course, Zapier might do the trick.
Thanks for your reply @humanismusic_ I edited my question
Got it. Something like Stein (https://steinhq.com/) might be closer to what you're looking for.
This comment was deleted 6 years ago
Thanks for asking this question, because I learned a lot of new tools from all the comments! And BuilderX looks awesome! Just curious: so you build in BuilderX, export the react code, and add the APIs (generated from nocode API tools) to make it functional?
Yes, That was my idea to develop an mvp. looking for possibilities.
What kind of business logic are you looking to turn into an API? Could you give an example?
Looking for visual programming tools
Hey,
Can you expand what kind of APIs do you need? There are plenty of tools that can expose a database as an API.
@sergey_shvets edited my question