Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ The projects in the [`deployment-platforms`](./deployment-platforms) directory s
- [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).


## Badges

Expand Down