Embed scheduling into your product — API-first.
Developer-first scheduling with event types, availability rules, calendar sync, webhooks, and embeddable booking.
Trusted by teams building the future
Everything you need to schedule
Don't waste months building calendar logic. Meeva handles the hard stuff.
API-First Design
Built for developers from day one. RESTful API with comprehensive documentation and SDKs.
Smart Scheduling
Intelligent availability detection, timezone handling, and conflict resolution out of the box.
Enterprise Security
SOC 2 Type II compliant. Your data is encrypted at rest and in transit.
Lightning Fast
Sub-100ms response times. Built on edge infrastructure for global performance.
Works with your favorite tools
Seamlessly sync with the calendars and tools your team already uses.
And many more... View all integrations →
// Get available time slots
const slots = await meeva.availability.list({
eventType: 'demo-call',
dateRange: {
start: '2024-03-20',
end: '2024-03-27'
},
timezone: 'America/New_York'
});
// Returns structured availability
slots.forEach(slot => {
console.log(slot.startTime, slot.endTime);
});Built for developers
Everything you need to integrate scheduling into your application with minimal effort.
- RESTful API with OpenAPI specification
- Official SDKs for Node.js, Python, and Ruby
- Real-time webhooks for all events
- Embeddable booking widgets
- Comprehensive API documentation
- Sandbox environment for testing
Simple, transparent pricing
Start free, scale as you grow. No hidden fees.
Free
Perfect for side projects and testing.
- 100 bookings/month
- 1 event type
- Email notifications
- Basic API access
Pro
For growing teams and startups.
- Unlimited bookings
- Unlimited event types
- Calendar integrations
- Webhooks
- Priority support
- Custom branding
Enterprise
For large organizations with custom needs.
- Everything in Pro
- SSO / SAML
- Dedicated account manager
- SLA guarantee
- On-premise deployment
- Custom integrations
Ready to get started?
Sign up for free and start embedding scheduling into your product today. No credit card required.