Develop an application on top of Wandelbots NOVA
Wandelbots NOVA comes with two core apps: Settings and Robot Pad.
Those core applications are used to configure robot cells, control robots and simulate robot movements.
They provide a lot of functionality already, but there's way more to build with Wandelbots NOVA.
To unlock the whole potential of Wandelbots NOVA you can start developing your own applications.
App development on Wandelbots NOVA is a powerful tool if you want to use custom UIs, distribute applications or use custom hardware devices and integrate them into existing systems.
Wandelbots NOVA provides two options to faciliate developing your own application and making it available for deployment: Typescript & Python. As an alternative, we offer a CLI tool to directly create applications using those languages.
Let's get started!
Choose your SDK
Now, to lessen the burden of choice brought to you by our SDK landscape, here's a decision tree.

We currently support Typescript and Python as programming languages to develop apps. You can develop custom UIs leveraging modern web development technologies like React with our TypeScript SDK. In case you want to leverage existing python libraries, e.g. for machine learning, you can use the Python SDK.
If you prefer to jump directly into creating a template project for Typescript or Python, you can use the CLI tool.
Start developing
Now that you're equipped with the SDK landscape and available components, it's time to develop! Click on your desired SDK to open the respective guide.