Skip to content

Conversation

@Gbuomprisco
Copy link

@Gbuomprisco Gbuomprisco commented Jan 20, 2026

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

  • Documentation
    • Added Makerkit Prisma to the available Starter Kits list, featuring Next.js 16, Prisma 7, Shadcn Base UI, Zod4, and Stripe integration for production-ready SaaS applications.

✏️ Tip: You can customize this high-level summary in your review settings.

@coderabbitai
Copy link

coderabbitai bot commented Jan 20, 2026

Walkthrough

The 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

Cohort / File(s) Summary
Documentation
README.md
Added Makerkit Prisma starter kit entry describing a production-ready SaaS template in two locations within the Starter Kits section

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title directly and accurately describes the main change: adding Makerkit Prisma to the SaaS starter kits list in README.md.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ 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.

❤️ Share

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

Copy link

@coderabbitai coderabbitai bot left a 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
Copy link

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟡 Minor

🧩 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/prisma

Repository: 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:


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:

  1. Replace "Shadcn Base UI" with "shadcn/ui" (the official project name)
  2. 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).

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