This package has been deprecated

Author message:

We moved all Tripetto packages to the '@tripetto' organization. Please use 'npm i @tripetto/runner' instead. Full documentation available at: https://tripetto.com/sdk/docs/

tripetto-runner-foundation
TypeScript icon, indicating that this package has built-in type declarations

6.3.1 • Public • Published

Tripetto

Tripetto is a full-fledged form kit. Rapidly build and run smart flowing forms and surveys. Drop the kit in your codebase and use all of it or just the parts you need. The visual builder is for form building, and the runners are for running those forms in different UI variants. It is entirely extendible and customizable. Anyone can build their own building blocks (e.g., question types) or runner UI's.

Runner Foundation package

Version Downloads Typings included Read the docs Follow us on Twitter

Purpose

This library handles all the complicated stuff that comes into play when running forms and surveys with advanced logic capabilities. The goal here is to make it easy for developers to create awesome UI's that can run Tripetto forms without having to reinvent the wheel every time.

How it works

The runner foundation turns a JSON form definition (created with the Tripetto builder) into an executable program; a finite state machine that handles all the complex logic and data collection during the execution of the form. It then fires the right events at the right moment so a UI can render according to the state of the runner. The runner foundation is headless and unopinionated, so you can use any UI framework you like. And because it is a state machine, the runner also supports pausing and resuming later on.

Get started

To use the library in your project you should install the runner foundation package as a dependency using the following command:

$ npm install tripetto-runner-foundation --save

This package supports TypeScript our of the box (the TypeScript definitions are included).

Runners built with this package

Documentation

The complete documentation can be found at docs.tripetto.com.

Detailed runner documentation is available here.

More about the form builder is found here.

If you want to develop your own building blocks, read more here or start with our boilerplate.

Support

Run into issues or bugs? Report them here and we'll look into them.

For general support contact us at support@tripetto.com. We're more than happy to assist you.

License

Have a blast. MIT.

Community

We hope other enthusiasts will also start to develop and share runners and blocks for Tripetto. We have a repository where we collect a list of community driven blocks and runners. Did you build something? Submit a PR and add yours to the list. We appreciate it!

About us

If you want to learn more about Tripetto or contribute in any way, visit us at Tripetto.com.

/tripetto-runner-foundation/

    Package Sidebar

    Install

    npm i tripetto-runner-foundation

    Weekly Downloads

    354

    Version

    6.3.1

    License

    MIT

    Unpacked Size

    1.5 MB

    Total Files

    6

    Last publish

    Collaborators

    • jurgenvandenbrink
    • markvandenbrink
    • martijnwijtmans