-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Add Atomic CRM to boilerplates/templates list #321
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Caution Review failedThe pull request is closed. WalkthroughAdded two new rows for "Atomic CRM" to README.md: one under "Libs and Components" and one under "Boilerplates / Templates," each with description, demo URL, GitHub link, and date (2025-09-16). No other files or code were changed. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
Tip 👮 Agentic pre-merge checks are now available in preview!Pro plan users can now enable pre-merge checks in their settings to enforce checklists before merging PRs.
Please see the documentation for more information. Example: reviews:
pre_merge_checks:
custom_checks:
- name: "Undocumented Breaking Changes"
mode: "warning"
instructions: |
Pass/fail criteria: All breaking changes to public APIs, CLI flags, environment variables, configuration keys, database schemas, or HTTP/GraphQL endpoints must be documented in the "Breaking Change" section of the PR description and in CHANGELOG.md. Exclude purely internal or private changes (e.g., code not exported from package entry points or explicitly marked as internal).Please share your feedback with us on this Discord post. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
README.md(1 hunks)
🔇 Additional comments (1)
README.md (1)
368-368: Alphabetical placement and date format look good.Entry is correctly placed under “A” and uses ISO date (2025-09-16).
README.md
Outdated
|
|
||
| | Name | Description | Link | Date | | ||
| | -------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ | ---------- | | ||
| | Atomic CRM | Open-source React CRM built on top of Supabase [Demo site](https://marmelab.com/atomic-crm-demo) | [Link](https://github.com/atomic-crm) | 2025-09-16 | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix broken repo/demo links; clarify shadcn/ui in description.
- The GitHub link should point to marmelab/atomic-crm (current org link 404s). (github.com)
- The demo URL appears to be https://marmelab.com/atomic-crm/ (not …/atomic-crm-demo). (github.com)
- Consider explicitly mentioning shadcn/ui to align with the list’s scope.
Apply this diff:
-| Atomic CRM | Open-source React CRM built on top of Supabase [Demo site](https://marmelab.com/atomic-crm-demo) | [Link](https://github.com/atomic-crm) | 2025-09-16 |
+| Atomic CRM | Open-source React CRM built with shadcn/ui and Supabase. [Demo site](https://marmelab.com/atomic-crm/) | [Link](https://github.com/marmelab/atomic-crm) | 2025-09-16 |Committable suggestion skipped: line range outside the PR's diff.
🤖 Prompt for AI Agents
In README.md around line 368, the row for "Atomic CRM" has incorrect links and
an incomplete description; update the GitHub link to
https://github.com/marmelab/atomic-crm, change the demo URL to
https://marmelab.com/atomic-crm/ (remove "-demo"), and adjust the description
text to explicitly mention shadcn/ui (e.g., "Open-source React CRM built on top
of Supabase, using shadcn/ui") so the table entry points to the correct
repo/demo and includes the shadcn/ui note.
name: "feat: Add new awesome resource"
about: "Propose adding a new awesome resource related to shadcn/ui"
labels:
Describe the awesome resource you want to add
What is it?
Atomic CRM is an open-source CRM built with shadcn ui and supabase.
Which section does it belong to?
Not sure about the others
Additional details (optional)
Demo: https://marmelab.com/atomic-crm-demo/
Checklist
Important Notes:
README.mdfile and update the table of contents accordingly.Just a heads-up: no need to add a date — our system takes care of that automatically!
Also: Don't worry about formatting — our GitHub Action will automatically format the table and make sure everything stays in a single line per entry.
Format your entry like this:
Thank you for contributing to the awesome-shadcn/ui repository!
Summary by CodeRabbit