Built-in Templates

Once you have installed the prerequisites, you can easily get started with the built-in templates available inside your Curiosity workspace.

Front End

For building your own custom front end:

  1. Open your Curiosity Workspace, and navigate to Manage > Interface.

  2. In the interface settings page, find the option to download the template, and click Download.

  3. Extract the zip file on your machine.

  4. Open the front end project file (.csproj) on your IDE and start developing

Learn more about interfaces in Curiosity.

Data Connectors

For building a data connector:

  1. Open your Curiosity Workspace

  2. Navigate to Manage > API Integrations

  3. Click on the icon for your language of preference in the bottom (available: C# and Python templates)

  4. Extract the zip file on your machine.

  5. Open the project file or code on your IDE and start developing

Learn more about data connectors in Curiosity.

Last updated