Dittofeed home page
Search...
⌘K
Ask AI
Community
dittofeed/dittofeed
dittofeed/dittofeed
Search...
Navigation
Self-Hosting Options
Self-Host with Render
Documentation
API Reference
Get Instant Help
Tutorial Videos
Demo App
Getting Started
Introduction
Quick Start
Video Walkthrough
Glossary
Deployment
Self-Hosting Dittofeed
Self-Hosting Options
Self-Host with Render
Self-Host with Docker Compose
Self-Host with Kubernetes
Self-Host with AWS Cloudformation
Authentication and Authorization in Dittofeed
Upgrade Guide
Write Modes
Write Modes
Using Dittofeed Cloud
Integrations
Data Sources
Data Source Types
Message Channels
Message Channel Types
SDK's
Available SDK's
Data Destinations
Data Destination Types
Workspace Resources
Resources
Journeys
Journey Nodes
Segments
Segment Nodes
Templates
Template Types
Workspaces
Subscription Groups
User Properties
User Property Types
Broadcasts
User Guides
Submitting User Events
Roadmap
Creating Journeys
Git Based Workflows
Testing SDK
License
Contributing
Running Dittofeed Locally
System Architecture
Updating Dittofeed's API docs
On this page
Visit the Dashboard
Submit Data to the API
Self-Hosting Options
Self-Host with Render
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.
Visit the Dashboard
You can now visit the dashboard, whose URL is listed on the dashboard service page.
Submit Data to the API
You can submit data to your instance of the Dittofeed API by retrieving the API’s url.
Then you can provide this url to the Dittofeed SDK.
Copy
Ask AI
DittofeedSdk
.
init
({
writeKey:
'...'
,
host:
'https://PLACEHOLDER.onrender.com'
,
});
Self-Hosting Dittofeed
Self-Host with Docker Compose
Assistant
Responses are generated using AI and may contain mistakes.