Need Help Building a Custom Component / Library

Hi everyone,
I’m new to Adalo and I’ve just started working on building a custom component (library) for my app. I was able to set up the project using npx create-adalo-component, but I’m not sure how to proceed with actually building and integrating the library further.

I’m looking for any documentation, articles, or video tutorials that can guide me step-by-step through the process.

Any help, resources, or advice would be greatly appreciated!
Thank you :folded_hands:

Hi Ashish,

Welcome to Adalo and congrats on getting started with custom components!

Since you’ve already used “npx create-adalo-component”, you’re on the right path. Here are some great resources to guide you step-by-step through building and integrating your component further:

Official Documentation

These cover everything from setting up the manifest to testing and publishing your component.


Blog Tutorials (Highly Recommended)

These guides are super clear and walk you through real examples with code and setup details.


Community & Troubleshooting

  • Adalo Forum – Component Dev Topics
  • Make sure Developer Mode is enabled in your Adalo editor to see components under development.

Let me know if you get stuck anywhere happy to help further. Good luck with your component building!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.