I am one of the creators of Tuneal. Tuneal is an API to ship features without a dev cycle. You can build features using higher-level primitives and then embed them into your existing products. We work at companies that love those no-code / low-code tools but the lack of flexibility in those tools makes us ache.
We made Tuneal to be completely hackable - components come without any styling out of the box, you can write JavaScript to integrate business logic and CSS to make it look great. Once you’re ready, you can add the flow to your site with an API call like below:
I am one of the creators of Tuneal. Tuneal is an API to ship features without a dev cycle. You can build features using higher-level primitives and then embed them into your existing products. We work at companies that love those no-code / low-code tools but the lack of flexibility in those tools makes us ache.
We made Tuneal to be completely hackable - components come without any styling out of the box, you can write JavaScript to integrate business logic and CSS to make it look great. Once you’re ready, you can add the flow to your site with an API call like below:
Tuneal.init({ flowId: “xyz”, containerQuerySelector: “#xyz”, props: {}, callback: (event, appData) => console.log(event, appData) });
Tuneal is still very early. We would love to hear your thoughts and interesting use-cases if you have any. Thanks! :)