[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-1710":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":8,"htmlUrl":8,"language":9,"languages":8,"totalLinesOfCode":8,"stars":10,"forks":11,"watchers":12,"openIssues":13,"contributorsCount":13,"subscribersCount":13,"size":13,"stars1d":13,"stars7d":13,"stars30d":14,"stars90d":13,"forks30d":13,"starsTrendScore":13,"compositeScore":15,"rankGlobal":8,"rankLanguage":8,"license":8,"archived":16,"fork":16,"defaultBranch":17,"hasWiki":18,"hasPages":16,"topics":19,"createdAt":8,"pushedAt":8,"updatedAt":20,"readmeContent":21,"aiSummary":22,"trendingCount":13,"starSnapshotCount":13,"syncStatus":23,"lastSyncTime":24,"discoverSource":25},1710,"devl.dev","sean-brydon\u002Fdevl.dev","sean-brydon",null,"TypeScript",182,16,172,0,8,3.69,false,"main",true,[],"2026-06-12 02:00:31","# devl.dev\n\u003Cimg width=\"1200\" height=\"630\" alt=\"og\" src=\"https:\u002F\u002Fgithub.com\u002Fuser-attachments\u002Fassets\u002F35c5aa90-d18e-401b-be1e-9634fe38e488\" \u002F>\n\nA scratch pad for playing with UI ideas built on cossUI primitives and my personal designs over the last two years. The components here are not perfect, not complete. This is just my workspace and design pad of POC i have for app ideas or designs. \n\n## Layout\n\n```\n.\n├── apps\u002F\n│   └── www         →  TanStack Start app — the whole product (port 4000)\n└── packages\u002F\n    └── ui          →  coss-ui components (55), Tailwind v4 + Base UI\n```\n\nNo backend, no auth, no database, no marketing site. Just the showcase.\n\n## Scripts\n\n```bash\nnpm run dev          # start the scratchpad on :4000\nnpm run typecheck    # tsc -b across workspaces\nnpm run build        # build all workspaces\nnpm run lint         # lint all workspaces\nnpm run registry     # rebuild the design registry\nnpm run snapshot     # capture design snapshots\n```\n\n## How designs are organised\n\n- `apps\u002Fwww\u002Fsrc\u002Flib\u002Fdesigns.ts` — single source of truth for categories and the designs in each.\n- `apps\u002Fwww\u002Fsrc\u002Fcomponents\u002Fwireframe-icons.tsx` — mini SVG wireframes used as folder icons on the index.\n- `apps\u002Fwww\u002Fsrc\u002Fpages\u002Fshowcase\u002F` — the showcased designs (one component per design).\n- `apps\u002Fwww\u002Fsrc\u002Fpages\u002Fshowcase\u002Fregistry.tsx` — maps `(category, design-slug) → component`.\n\nA design lives at `\u002Fc\u002F\u003Ccategory>\u002F\u003Cdesign-slug>`.\n\n### Adding a new design\n\n1. Add the showcase component in `apps\u002Fwww\u002Fsrc\u002Fpages\u002Fshowcase\u002F\u003Cmy-design>.tsx`.\n2. Register it in `apps\u002Fwww\u002Fsrc\u002Fpages\u002Fshowcase\u002Fregistry.tsx` under the right category.\n3. Add a `{ slug, title, blurb }` entry to that category in `apps\u002Fwww\u002Fsrc\u002Flib\u002Fdesigns.ts`.\n\n### Adding a new category\n\n1. Add the wireframe SVG to `wireframe-icons.tsx`.\n2. Add the category to `CATEGORIES` in `designs.ts` (and to the `CategorySlug` union).\n3. Optionally add a `SHOWCASES[\u003Cslug>]` entry in `registry.tsx`.\n","devl.dev 是一个基于 cossUI 基元和个人设计的 UI 实验平台。项目采用 TypeScript 构建，主要包含前端组件和布局设计，不涉及后端、认证或数据库功能。核心特点包括使用 Tailwind CSS v4 和 Base UI 的自定义 UI 组件库，以及通过 TanStack Start 框架搭建的应用展示环境。适合前端开发者快速尝试新的 UI 设计概念或原型开发，特别对于那些希望在没有复杂后端逻辑干扰的情况下专注于界面创新的人士非常有用。",2,"2026-06-11 02:45:34","CREATED_QUERY"]