Hey everyone ![]()
Iโve been working on building out a small collection of APIs that are super useful when building apps in Adalo (and other no-code tools), and I decided to put everything in one place.
GitHub repo: https://github.com/George-Kariuki/vibe-api-hub
Docs: https://vibe-api-hub.vercel.app/docs
What this is
A growing hub of simple, ready-to-use APIs you can plug directly into Adalo via Custom Actions.
The goal is to make it easier to:
-
Avoid building everything from scratch
-
Add more dynamic features to your apps
-
Speed up development with plug-and-play endpoints
Whatโs inside
-
Clean API structure (REST-based)
-
Simple endpoints you can hit directly from Adalo
-
Easy-to-follow documentation
-
Designed with no-code use cases in mind
(If youโve worked with APIs before, youโll feel right at home โ if not, this is also a good place to start learning.)
Why I built this
A lot of times in Adalo, you hit limitations and need small backend logic or external data. Instead of spinning up a new backend every time, this is meant to act as a reusable toolkit.
For context, most APIs like this follow standard REST patterns (GET, POST, etc.) and return structured data you can easily plug into apps
Request APIs 
If thereโs any API youโd like to see added, drop a request here or on GitHub โ Iโll keep expanding the list based on what people actually need.
Happy building ![]()