A minimalist component library with production-ready authentication setups designed for Better Auth and shadcn/ui.
Auth CN provides authentication UI components and starter configurations that you can install directly into your project using the shadcn registry system.
Add the auth-ui registry in your components.json
{
"registries": {
"@auth-cn": "https://auth.uprizing.me/r/{name}.json",
}
}
Add components using the shadcn CLI:
npx shadcn@latest add @auth-cn/[component-name]
Install components with a single command, customize them to fit your needs, and deploy. All components are fully customizable since the code lives in your project.
Better Auth handles the authentication logic while shadcn/ui provides the visual components.
$ claude mcp add auth-cn \
-- python -m otcore.mcp_server <graph>