The all-in-one business operating system

One platform.
Every part of your business.

klerc unifies CRM, omnichannel inbox, social publishing, commerce, automation, analytics, and AI — one workspace, one source of truth, one login.

Early access · Set up in minutes

klerc executive dashboard with portfolio map, brand treemap and revenue charts

Connects to everywhere your business lives

GmailOutlookZoho MailWhatsAppInstagramFacebookX (Twitter)LinkedInThreadsBlueskyRedditMastodonTikTokYouTubePinterestTelegramDiscordSlackMicrosoft TeamsTwilio SMSShopifyAmazoneBayEtsyTikTok ShopLINEGoogle CalendarOutlook CalendarZoomGoogle MeetGmailOutlookZoho MailWhatsAppInstagramFacebookX (Twitter)LinkedInThreadsBlueskyRedditMastodonTikTokYouTubePinterestTelegramDiscordSlackMicrosoft TeamsTwilio SMSShopifyAmazoneBayEtsyTikTok ShopLINEGoogle CalendarOutlook CalendarZoomGoogle Meet

30+ connectors across email, messaging, social, commerce, and calendars · see integrations

One tab, not eleven

CRM, inbox, publishing, commerce, automation, analytics, docs, and AI live in one workspace — sharing one data model instead of six exports.

Your data, queryable

A Salesforce-style query layer — SOQL, full-text SOSL, and analytics SAQL — over every object you create. Type plain English; klerc translates.

AI that does the work

Molly answers questions with live charts, creates records, drafts replies, and runs code — with a confirm step before anything is written.

Enterprise-grade control

Fine-grained authorization (OpenFGA), role hierarchies, record sharing, field-level permissions, and an append-only audit log.

Product tour

See it, don't imagine it

Real screens from a live klerc workspace — a fictional hotel group with 42,000 records. Take the full guided tour for the long version.

Dashboards assembled from saved reports — 40+ chart types on a columnar store.

Dashboards assembled from saved reports — 40+ chart types on a columnar store.

The whole operating system

Ten products. One login. Zero glue code.

Each module is deep enough to replace a dedicated tool — and they all share the same records, permissions, and search. Click into any of them.

Meet Molly

An AI teammate with real hands

Molly isn't a chat window bolted on the side — she queries your data, renders live charts, creates records, and drafts replies across the entire platform.

Molly AI panel answering a revenue question with a live bar chart next to a dashboard

Answers with artifacts

Molly runs real queries and responds with tables, live charts, files, or images — not just prose.

Does, not just says

165 actions through the same APIs your team uses — every write behind a confirm step.

Model-agnostic

OpenAI, Anthropic, Google, or OpenRouter — picked per org, switchable anytime.

28
field types
40+
chart types
237
spreadsheet functions
27
message types
11
social networks
11
sales channels
165
API actions
3
query dialects

Consolidate

Replace a six-tool stack with one platform

The typical alternative: CRM + helpdesk + social scheduler + commerce hub + automation tool + BI seat, each sold separately.

CapabilityklercA typical stack
Custom-object CRMincludedCRM subscription
Omnichannel support inboxincludedHelpdesk subscription
Social scheduling & analyticsincludedPublisher subscription
Multi-channel commerce hubincludedCommerce tooling
Workflow automationincludedAutomation tool
Dashboards & reportsincludedBI seats
Docs & spreadsheetsincludedOffice suite
AI assistant over your dataincludedPer-product add-ons
Query language & APIincludedEnterprise tiers
Data synced between all of the aboveone shared data modelCSV exports & Zapier glue

For developers

Everything in the UI is an API

One action registry powers the interface, Molly, and a token-authed REST API — 165 actions across 19 features, described by an OpenAPI 3.1 spec. Scoped access tokens keep integrations on a leash.

  • REST API with OpenAPI 3.1 spec
  • Scoped tokens (feature × action) that respect live permissions
  • SOQL over the API — query like you would in the console
Explore the API →
terminal
# Create a record through the REST API
curl -X POST https://api.klerc.co/api/v1/records/reservation \
  -H "Authorization: Bearer wk_live_..." \
  -H "Content-Type: application/json" \
  -d '{"data": {"guest": "Ava Chen", "check_in_date": "2026-09-01"}}'

# Or query anything with SOQL
curl -X POST https://api.klerc.co/api/v1/query \
  -H "Authorization: Bearer wk_live_..." \
  -d '{"q": "SELECT brand, SUM(total_amount) FROM reservation GROUP BY brand"}'

Run your whole business from one tab.

Join the early access — bring your team, connect your channels, and keep every workflow in one place.