Developer Kit
AI App Builder
DIMO Developer Kit (DDK) is an AI Agent-powered boilerplate code that the DIMO Team has provided to quickly get you started. It integrates both the DIMO Connect Client SDK and the Server SDK in Typescript. Deploying an app literally takes you less than 60 seconds.
How It Works
1
Remix the App
Powered by Replit, you can either remix the app on Replit as shown here or fork the GitHub repository directly.
DIMO Developer Kit

2
Update Secrets on the App
You will need to update the secrets required on the Developer Kit boilerplate. You can find these keys in the Developer Console:
- Client ID:
DIMO_CLIENT_ID
&VITE_DIMO_CLIENT_ID
- Redirect URI:
DIMO_REDIRECT_URI
&VITE_DIMO_REDIRECT_URI
- API Key:
DIMO_API_KEY
3
Build with AI
Using the Replit agent, you can build with the AI's assistance. You can manually update the code as needed.
4
Preview & Deploy
Once secrets are updated, simply restart your app and you're ready to deploy your first DIMO app.