ASOwnerYTandClaude Opus 5 3970cf9a00
Docker / build (push) Failing after 1m43s
Add design-sync inputs for claude.ai/design
Import this repo's components into a Claude Design project so the design
agent builds with the real Cloudrite library instead of generic components.

The repo is a Next.js app, not a component library: no dist/, no exports
map, no .d.ts tree, and Tailwind exists only as build directives. So
.design-sync/ carries a small build that manufactures a consumable package
from source (staged to the gitignored .ds-pkg/):

- tsconfig.dts.json  declaration emit, for real <Name>Props contracts
- build-css.mjs      Tailwind v4 -> a static stylesheet via @tailwindcss/postcss
- make-pkg.mjs       stages the package; index.js exports all 292 symbols
                     while index.d.ts exports only the 61 roots, so shadcn's
                     flat compound parts don't each become a preview card.
                     Also generates the per-root parts tables in docs/
- shims/next-link    router-free anchor; the real next/link needs
                     AppRouterContext and drags in the App Router runtime
- fonts/             Space Grotesk + Inter woff2 (SIL OFL). next/font supplies
                     these at runtime in the app, so the bundle has none

previews/ holds 40 authored preview stories, conventions.md is prepended to
the generated README as the design agent's usage guide, and NOTES.md records
the gotchas a future sync would otherwise rediscover.

Co-Authored-By: Claude Opus 5 <[email protected]>
2026-08-05 17:04:10 +12:00
2026-08-05 17:03:54 +12:00
2026-07-18 00:40:53 +12:00
2026-03-20 00:11:55 +00:00
2026-03-20 00:11:55 +00:00
2026-04-07 18:39:06 +12:00
2026-03-20 00:11:55 +00:00
2026-03-20 23:36:24 +13:00
2026-07-18 00:40:53 +12:00
2026-07-18 00:40:53 +12:00
2026-03-20 00:11:55 +00:00
2026-07-18 00:40:53 +12:00
2026-07-18 00:40:53 +12:00
2026-03-20 23:36:24 +13:00
2026-07-17 00:32:39 +12:00
2026-07-17 00:32:39 +12:00
2026-03-20 00:11:55 +00:00
2026-03-20 00:15:22 +00:00
2026-03-20 14:33:43 +13:00

cloudrite

This is a Next.js project bootstrapped with v0.

Built with v0

This repository is linked to a v0 project. You can continue developing by visiting the link below -- start new chats to make changes, and v0 will push commits directly to this repo. Every merge to main will automatically deploy.

Continue working on v0 →

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

Learn More

To learn more, take a look at the following resources:

S
Description
No description provided
https://cloudrite.co.nz/
Readme
614 KiB
Languages
TypeScript 91.3%
CSS 3.8%
JavaScript 3.6%
Dockerfile 1.3%