Develop apps
This is your go-to place when you are developing. It includes how-to guides, tutorials and examples, and it gives you an overview of all available features.
Developer dashboard
When you log in as a developer you land on the 'Develop' page. Here you will find:
- A prompt to start building directly in your browser with the App Builder
- An overview of the latest apps you created

App store
The App store is where you will find all apps that have been created by you and other developers in your organization. All apps that are maintained by you can be found by selecting the 'My apps' tab.

Development workspace
There are two ways to build apps on VIKTOR:
- In your browser using the App Builder — no local setup required.
- In your local IDE using the VIKTOR CLI — see the installation guide and starter guide to get set up.
Each app has its own development workspace that you can use to see what your app looks like and try out the functionalities. You can enter the development workspace in two different ways:
- By clicking the 'Develop' button on the app card. The 3 latest apps you created are shown on the 'Develop' page. Alternatively, you can find all your apps by visiting the App store and selecting 'My apps'.

-
By following the URL that is shown in the terminal when your app code connects to the VIKTOR platform. This is a direct link to the corresponding development workspace.
INFO : Connecting to cloud.viktor.ai...
INFO : Connection is established (use Ctrl+C to close)
INFO :
INFO : Navigate to the link below to see your app in the browser
INFO : https://cloud.viktor.ai/workspaces/XXX/app
INFO :
INFO : App code loaded, waiting for jobs...