AI & Automation · Headless
Use the Odd Circles API and SDKs to embed a fully-featured community directly into your product. Your design, your UX — powered by our battle-tested community infrastructure.
Full-featured APIs to read and write community data from any frontend or backend.
Drop community components into React, Vue, or any JS framework with minimal setup.
WebSocket support for live feeds, notifications, and presence indicators.
Bring your own authentication — JWT, OAuth, or session-based — without friction.
Pre-built UI components you can drop into your product and style to match your brand.
Test against a full-featured sandbox before going live — no risk, no consequences.
// Install the SDK
npm install @oddcircles/sdk
// Initialise and fetch posts
import { OddCircles } from '@oddcircles/sdk';
const client = new OddCircles({ apiKey: process.env.OC_API_KEY })
const posts = await client.discussions.list({ groupId })
Sign up and grab your API credentials from the developer dashboard.
Add the Odd Circles SDK to your project via npm, yarn, or CDN.
Query members, posts, events, and courses from your own frontend.
Display the data however you like — total control over design and UX.
Start with a free account and full API access — no credit card required.
Start building free