This section outlines the necessary steps to run Dittofeed on the platform Render.

Click Deploy to Render below and follow the prompts to deploy Dittofeed on Render.

Deploy to Render

Visit the Dashboard

You can now visit the dashboard, whose URL is listed on the dashboard service page.

Render Dashboard Url

Submit Data to the API

You can submit data to your instance of the Dittofeed API by retrieving the API’s url.

Render API Url

Then you can provide this url to the Dittofeed SDK.

DittofeedSdk.init({
 writeKey: '...',
 host: 'https://PLACEHOLDER.onrender.com',
});