Calendar Bridge is a unified scheduling platform that integrates multiple calendar services (Google, Outlook, etc.) into a single developer-friendly API.
- Developer Dashboard: Manage your apps and API keys.
- Documentation: integration guide and workflow overview.
- API Reference: Detailed JSON specifications.
Experience the workflow without writing any code:
- Connection Portal: See how end-users link their accounts.
- Booking Flow: Test the scheduling experience.
- Developer Simulator: Visualize live JSON data flow.
- Node.js: 20.9.0+
- PNPM: Recommended package manager
-
Clone the repository and install dependencies:
pnpm install
-
Run the development server:
pnpm dev
-
Open http://localhost:3000 to view the platform.
- Framework: Next.js 15 (App Router)
- Database: Prisma with SQLite
- Auth: NextAuth.js
- UI: shadcn/ui with Tailwind CSS v4
Built for developers who need unified calendar scheduling fast.