-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Add Makerkit Prisma to SaaS starter kits list #8403
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
base: latest
Are you sure you want to change the base?
Conversation
WalkthroughThe pull request adds a new Makerkit Prisma starter kit entry to the Starter Kits list in README.md across two locations. The entry documents a production-ready SaaS starter kit featuring Next.js 16, Prisma 7, Shadcn Base UI, Zod, and Stripe integration. No code or functional changes are introduced. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. 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
🤖 Fix all issues with AI agents
In `@README.md`:
- Line 162: Update the "Makerkit Prisma" list item in the README where the
description currently contains the phrases "Shadcn Base UI" and "Zod4": replace
"Shadcn Base UI" with the official project name "shadcn/ui" and change "Zod4" to
"Zod v4" so the entry reads with correct naming conventions (look for the list
entry beginning "Makerkit Prisma" to locate the text to edit).
| - [Saas Kit Prisma](https://github.com/Saas-Starter-Kit/Saas-Kit-prisma): Full-stack SaaS starter kit using React.js, Next.js, TypeScript, Tailwind, Shadcn, Stripe, NextAuth, Prisma, Postgres, and Playwright. | ||
| - [Saas Kit Prisma by BoxyHQ](https://github.com/boxyhq/saas-starter-kit): An open-source enterprise SaaS starter kit using Prisma ORM. | ||
| - [NextReady](https://nextready.dev): A ready-to-use Next.js boilerplate with Prisma, TypeScript, Tailwind CSS, and more. | ||
| - [Makerkit Prisma](https://makerkit.dev/prisma): A production-ready SaaS Starter Kit with Next.js 16, Prisma 7, Shadcn Base UI, Zod4 and Stripe |
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.
🧩 Analysis chain
🏁 Script executed:
#!/bin/bash
# Check URL accessibility
echo "Checking URL accessibility..."
curl -I -L -s -o /dev/null -w "HTTP Status: %{http_code}\n" https://makerkit.dev/prismaRepository: prisma/prisma-examples
Length of output: 112
🌐 Web query:
What is the correct official name for the shadcn UI library - is it "shadcn/ui" or "Shadcn Base UI"?
💡 Result:
The official name/branding is "shadcn/ui" (the project's repo and website use that). "Shadcn Base UI" is a community/derived name (not the official project name). [1][2]
Sources:
[1] GitHub repository: shadcn-ui/ui.
[2] Official docs/site: ui.shadcn.com.
🌐 Web query:
What is the correct way to refer to Zod version 4 - "Zod4" or "Zod v4" or "Zod"?
💡 Result:
Use "Zod" when referring to the library generally. When naming that specific major release, write "Zod v4" (or equivalently "Zod 4") — that's how the project and docs refer to it (see release notes and v4 docs) [1][2]. For package/install references use the npm form (e.g. zod@^4.0.0). [1][2]
Sources:
[1] Zod release notes / v4 (zod.dev). (zod.dev)
[2] Examples/docs showing v4 usage (imports like "zod/v4"). (shadcn-svelte.com)
Citations:
- 1: https://zod.dev/v4?utm_source=openai
- 2: https://shadcn-svelte.com/docs/components/form?utm_source=openai
Correct technology naming conventions in the description.
The URL https://makerkit.dev/prisma is valid and accessible. However, the entry contains two naming convention errors that should be corrected:
- Replace "Shadcn Base UI" with "shadcn/ui" (the official project name)
- Replace "Zod4" with "Zod v4" (the standard way to reference version 4)
The hardcoded version numbers remain a maintenance consideration, though not a blocking issue.
🤖 Prompt for AI Agents
In `@README.md` at line 162, Update the "Makerkit Prisma" list item in the README
where the description currently contains the phrases "Shadcn Base UI" and
"Zod4": replace "Shadcn Base UI" with the official project name "shadcn/ui" and
change "Zod4" to "Zod v4" so the entry reads with correct naming conventions
(look for the list entry beginning "Makerkit Prisma" to locate the text to
edit).
Makerkit has just released a version of our SaaS Starter Kit built on top of Prisma 7 - added to the list, hoping people may find it useful!
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.