Skip to main content

Try it

Want to see what you can do with this SDK? Try the following example. It implements the builder and the stock runners in a side-by-side view. Play around and have fun!

Play Try on CodeSandbox

Tripetto Studio

Another great example of the Tripetto SDK in an end-user application is the Tripetto Studio web app. A free online tool for anyone who wants to create a form or survey (learn more).

🔎 How it works

To get a quick feeling with how the SDK works, have a look at our How It Works demo. It lets you play with the form builder which outputs a form definition in JSON format. You use that JSON form definition in a form runner which handles form rendering, complex logic and response collection. The runner captures collected data in a JSON format for delivery directly to your endpoint. From there on you can take charge of data storage without any dependencies on unwanted infrastructure.

🚀 Quickstart

🏗️ Form builder

Integrate Tripetto's form builder and equip your web app with powerful form-building capabilities. The builder generates a ready-to-use JSON form definition that can be supplied to a runner (which turns it into a usable form).

Implement builder using plain JS Implement builder using React Implement builder using Angular Implement builder using HTML

tip

If you don't need a builder integration in your application, you can also use the Tripetto Studio or the CLI tool to create a form and then embed that form using one of the stock runners.

🏃 Form runner

Embed a Tripetto form in your website or application and start collecting responses. Simply add a runner and supply it with a JSON form definition generated by the builder.

Implement builder using plain JS Implement builder using React Implement builder using Angular Implement builder using HTML