Skip to content

docs(readme): rewrite README highlighting enterprise multi-tenancy and MCP superiority - #52

Merged
JOY (JOY) merged 1 commit into
mainfrom
dev
Aug 29, 2026
Merged

docs(readme): rewrite README highlighting enterprise multi-tenancy and MCP superiority#52
JOY (JOY) merged 1 commit into
mainfrom
dev

Conversation

@JOY

@JOY JOY (JOY) commented Aug 29, 2026

Copy link
Copy Markdown

Summary

  • Rewrote root \README.md\ to clearly explain the origin and strategic superiority of Crove Cal over upstream Cal.diy.
  • Highlighted native multi-tenant organizations, team scheduling (round-robin / collective), MCP Server (13 tools), DOS ID central SSO (OAuth 2.1), Brevo/SES email integration, and zero-telemetry MIT freedom.

Note

Low Risk
Documentation-only README change with no application or configuration code modified; main risk is outdated or overstated claims vs actual behavior.

Overview
Replaces the upstream Cal.diy README with Crove Cal product documentation: new title, badges (DOS/Crove CI, production URL, architecture link), and positioning vs Cal.diy and Cal.com.

Adds a feature comparison table, a mermaid architecture diagram (DOS ID OIDC, JIT org sync, HMAC webhooks, MCP), an MCP tool catalog with yarn mcp:server, SES/Brevo email notes, and a shortened install path (DOS/Crove-Cal, Node 20+, db-deploy).

Removes most Cal.diy-specific material: self-host warnings, Cal.com sales tip, long dev setup (yarn dx, Gitpod, logging), Docker/Railway/Vercel/Render deploy guides, integration credential walkthroughs, E2E troubleshooting, contributing/translations/acknowledgements, and the original “no enterprise features” narrative (inverted to claim restored enterprise capabilities under MIT).

Reviewed by Cursor Bugbot for commit 4570141. Configure here.

@JOY
JOY (JOY) merged commit a19bbc6 into main Aug 29, 2026
3 checks passed
@coderabbitai

coderabbitai Bot commented Aug 29, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 5981d8ab-1d00-4c69-ac61-f0701277ef30

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Comment @coderabbitai help to get the list of available commands.

@cursor

cursor Bot commented Aug 29, 2026

Copy link
Copy Markdown

Bugbot couldn't run - usage limit reached

Bugbot is counted against Cursor usage for this user or team, and this run hit a usage or spend limit.

A user or team admin can review and increase usage limits in the Cursor dashboard.

(requestId: serverGenReqId_94656575-8043-47c7-9240-f0e4d1b6dafe)

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the README.md to rebrand the project to Crove Cal, detailing its enterprise features, system architecture, Model Context Protocol (MCP) server tools, and deployment instructions. The review feedback highlights rendering issues in the document, specifically pointing out invalid HTML nesting in the header and a syntax error in the Mermaid architecture diagram that prevents it from rendering correctly.

Comment thread README.md
Comment on lines 3 to 11
<p align="center">
<a href="https://github.com/calcom/cal.diy">
<img src="https://user-images.githubusercontent.com/8019099/210054112-5955e812-a76e-4160-9ddd-58f2c72f1cce.png" alt="Logo">
</a>

<h3 align="center">Cal.diy</h3>

<img src="https://user-images.githubusercontent.com/8019099/210054112-5955e812-a76e-4160-9ddd-58f2c72f1cce.png" alt="Crove Cal Logo" width="120" />
<h2 align="center">Crove Cal</h2>
<p align="center">
The community-driven, open-source scheduling platform.
<strong>The Enterprise-Grade, Multi-Tenant, AI-Agent-Powered Scheduling Platform</strong>
<br />
<a href="https://github.com/calcom/cal.diy"><strong>GitHub</strong></a>
<br />
<a href="https://github.com/calcom/cal.diy/issues">Issues</a>
&middot;
<a href="./CONTRIBUTING.md">Contributing</a>
<em>An advanced open evolution of Cal.diy with full native Organizations, Teams, MCP Agent Protocol & DOS ID SSO.</em>
</p>
</p>

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The outer <p> tag contains block-level elements (<h2> and <p>), which is invalid HTML according to the HTML specification (a <p> element cannot contain other block-level elements). This can cause rendering and layout issues in some markdown parsers. Replacing the outer <p> with a <div> and removing redundant align="center" attributes (since they inherit from the parent div) resolves this issue.

Suggested change
<p align="center">
<a href="https://github.com/calcom/cal.diy">
<img src="https://user-images.githubusercontent.com/8019099/210054112-5955e812-a76e-4160-9ddd-58f2c72f1cce.png" alt="Logo">
</a>
<h3 align="center">Cal.diy</h3>
<img src="https://user-images.githubusercontent.com/8019099/210054112-5955e812-a76e-4160-9ddd-58f2c72f1cce.png" alt="Crove Cal Logo" width="120" />
<h2 align="center">Crove Cal</h2>
<p align="center">
The community-driven, open-source scheduling platform.
<strong>The Enterprise-Grade, Multi-Tenant, AI-Agent-Powered Scheduling Platform</strong>
<br />
<a href="https://github.com/calcom/cal.diy"><strong>GitHub</strong></a>
<br />
<a href="https://github.com/calcom/cal.diy/issues">Issues</a>
&middot;
<a href="./CONTRIBUTING.md">Contributing</a>
<em>An advanced open evolution of Cal.diy with full native Organizations, Teams, MCP Agent Protocol & DOS ID SSO.</em>
</p>
</p>
<div align="center">
<img src="https://user-images.githubusercontent.com/8019099/210054112-5955e812-a76e-4160-9ddd-58f2c72f1cce.png" alt="Crove Cal Logo" width="120" />
<h2>Crove Cal</h2>
<p>
<strong>The Enterprise-Grade, Multi-Tenant, AI-Agent-Powered Scheduling Platform</strong>
<br />
<em>An advanced open evolution of Cal.diy with full native Organizations, Teams, MCP Agent Protocol & DOS ID SSO.</em>
</p>
</div>

Comment thread README.md
Comment on lines +60 to +67
SupabaseAuth[Supabase OIDC Server\nRS256 / ES256 PKCE]
CustomHook[Custom Access Token Hook\nInjects 'organizations' & 'role']
end

subgraph CroveCalApp [Crove Cal Service - cal.crove.com]
NextAuth[NextAuth OIDC Provider\nDosIdProvider]
JIT[JIT Sync Logic\nsyncDosOrganizations]
WebhookEndpoint[/api/webhooks/dos-org-sync\nHMAC-SHA256 Signed]

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The Mermaid diagram contains two issues:

  1. The node WebhookEndpoint[/api/webhooks/dos-org-sync\nHMAC-SHA256 Signed] uses [/ which Mermaid interprets as the start of a parallelogram shape, but it is closed with a standard ] instead of /]. This unbalanced syntax causes a Mermaid parsing error and prevents the diagram from rendering.
  2. Literal \n characters are used for line breaks inside node labels, which are not universally supported or rendered correctly in all Mermaid versions. Using standard HTML <br/> tags inside double quotes is the recommended way to define multi-line labels.
Suggested change
SupabaseAuth[Supabase OIDC Server\nRS256 / ES256 PKCE]
CustomHook[Custom Access Token Hook\nInjects 'organizations' & 'role']
end
subgraph CroveCalApp [Crove Cal Service - cal.crove.com]
NextAuth[NextAuth OIDC Provider\nDosIdProvider]
JIT[JIT Sync Logic\nsyncDosOrganizations]
WebhookEndpoint[/api/webhooks/dos-org-sync\nHMAC-SHA256 Signed]
SupabaseAuth["Supabase OIDC Server<br/>RS256 / ES256 PKCE"]
CustomHook["Custom Access Token Hook<br/>Injects 'organizations' & 'role'"]
end
subgraph CroveCalApp [Crove Cal Service - cal.crove.com]
NextAuth["NextAuth OIDC Provider<br/>DosIdProvider"]
JIT["JIT Sync Logic<br/>syncDosOrganizations"]
WebhookEndpoint["/api/webhooks/dos-org-sync<br/>HMAC-SHA256 Signed"]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant