🧠dodo - a personalization infrastructure for developers​
🚀 First recommendations in 5 minutes - Sick of data-engineering and AI overhead with no ROI? Run simple SQL queries and send data to our JSON API to get recommendations instantly!
💡 Have no data scientists in team? - Send whatever data you have to dodo - truly no rigid requirements. Follow the industry templates for your usecase. Or place questions in our discord.
📊 Powerful analytics - Can't measure what's working? Built-in A/B testing to examine your ideas. Analyze customer feedback, conversion rate, retention rate, and other key metrics.
⚡ Quick Start​
No setup required! Just one API call to get started.
curl -X POST "https://api.trydodo.xyz/api/recommend" \
-H "Authorization: Bearer ${API_KEY}" \
-H "Content-Type: application/json" \
-d '{
"context": [ --- Your purchase history
{
"product_name": "iPhone 16 512Gb",
"price": 999,
"category": "electronics"
},
{
"product_name": "Rich Dad Poor Dad book",
"price": 10,
"category": "books"
}
],
"catalog": [ --- Your product catalog
"8": {"product_name": "MacBook Pro", "price": 1999, "category": "electronics"},
"4": {"product_name": "iPad Air", "price": 599, "category": "electronics"},
"1": {"product_name": "iPhone 16", "price": 999, "category": "electronics"},
"3": {"product_name": "AirPods Pro", "price": 249, "category": "electronics"},
"5": {"product_name": "Apple Watch", "price": 399, "category": "electronics"},
"6": {"product_name": "Magic Keyboard", "price": 149, "category": "electronics"},
"9": {"product_name": "Magic Mouse", "price": 99, "category": "electronics"},
"7": {"product_name": "Magic Trackpad", "price": 129, "category": "electronics"},
"2": {"product_name": "Apple Pencil", "price": 129, "category": "electronics"},
"10": {"product_name": "USB-C Charge Cable", "price": 19, "category": "accessories"},
],
"template": "Recommend the next product based on the user'\''s purchase history: {context}. Suggest items under $100 that complement these purchases." --- Your recommendation instruction
}'
Or get started in minutes with our Quick Start Guide.
� What You Can Build​
E-commerce Personalization​
- Product recommendations based on user context
- Dynamic content for shopping experiences
- Personalized search and discovery
Content & Media​
- Article and video recommendations
- Personalized feed generation
- Content discovery engines
SaaS Applications​
- Feature recommendations and onboarding
- Resource and documentation suggestions
- User journey optimization
and many more at industry templates
🌟 How Dodo Drives Revenue Across Industries​
| Business Sector | Revenue Impact | Engagement Impact | Time to Value |
|---|---|---|---|
| E-commerce | +15-30% conversion rate | +40% higher AOV | Minutes |
| Content Platforms | +25% subscription growth | +3x session duration | Hours |
| SaaS Products | +20% feature adoption | +50% user retention | Days |
| Marketplaces | +35% seller revenue | +60% buyer engagement | Hours |
| Travel & Hospitality | +22% booking value | +45% return bookings | Days |
| Financial Services | +18% product uptake | +30% customer satisfaction | Weeks |
💰 Simple Pricing​
| Tier | Price | Decisions/Month | Features |
|---|---|---|---|
| Starter | Free | < 5K/month | Universal model • Basic analytics • Community support • Manual-adjustment |
| Pro | $39 | < 300K + Roll-over | Universal model • Advanced analytics • Priority support • Manual-adjustment & Auto-adjustment & Continue-learning |
| Enterprise | Custom | Your usage | Custom models • Dedicated support • SLA guarantee • Manual-adjustment & Auto-adjustment & Continue-learning |
📞 Ready to Build?​
- 🚀 Start now: Join our beta program
- 📚 Documentation: trydodo.xyz/docs/overview
- 💬 Community: Join our Discord
- 📧 Contact: [email protected]
🧠Add intelligent decision-making to your application in minutes, not months.