{"id":50248712,"url":"https://github.com/onlook-dev/onbook-demo-org","last_synced_at":"2026-05-27T00:06:05.674Z","repository":{"id":353440065,"uuid":"1213045447","full_name":"onlook-dev/onbook-demo-org","owner":"onlook-dev","description":"Demo organization template for Onbook — shadcn primitives + Tailark marketing blocks as Storybook stories, wired for the Onlook canvas","archived":false,"fork":false,"pushed_at":"2026-04-23T23:28:29.000Z","size":19216,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-23T23:33:13.727Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/onlook-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-17T01:49:42.000Z","updated_at":"2026-04-23T23:28:29.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/onlook-dev/onbook-demo-org","commit_stats":null,"previous_names":["onlook-dev/onbook-demo-org"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/onlook-dev/onbook-demo-org","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onlook-dev%2Fonbook-demo-org","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onlook-dev%2Fonbook-demo-org/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onlook-dev%2Fonbook-demo-org/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onlook-dev%2Fonbook-demo-org/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/onlook-dev","download_url":"https://codeload.github.com/onlook-dev/onbook-demo-org/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onlook-dev%2Fonbook-demo-org/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33544006,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"ssl_error","status_checked_at":"2026-05-26T15:22:15.568Z","response_time":63,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-05-27T00:06:04.474Z","updated_at":"2026-05-27T00:06:05.667Z","avatar_url":"https://github.com/onlook-dev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# onbook-demo-org\n\nTemplate repo for the Onbook demo organization. Ships a populated shadcn component library and a set of marketing-section blocks, all exposed as Storybook stories so the Onbook canvas can render them.\n\n## What's in here\n\n### UI primitives — `src/components/ui/`\n\n55 shadcn components (Nova preset, Radix base, Tailwind v4), one `Default` story per component under the `UI/*` Storybook section.\n\n### Marketing blocks — `src/components/blocks/`\n\n79 blocks adapted from [Tailark's dusk-kit](https://github.com/tailark/blocks) (MIT), organized by category:\n\n| Category | Variants |\n|---|---|\n| hero-section | 9 |\n| features | 12 |\n| content | 7 |\n| testimonials | 6 |\n| footer | 5 |\n| pricing | 5 |\n| integrations | 8 |\n| faqs | 4 |\n| stats | 4 |\n| call-to-action | 3 |\n| logo-cloud | 3 |\n| login · sign-up · forgot-password | 8 |\n| contact · team · comparator | 5 |\n\nEach block lives at `blocks/\u003ccategory\u003e/\u003cvariant\u003e/index.tsx` with a sibling `index.stories.tsx` rendering it under `Marketing/\u003cCategory\u003e/\u003cVariant\u003e`.\n\n### Supporting pieces\n\n- `src/components/motion-primitives/` — `AnimatedGroup`, `InfiniteSlider`, `ProgressiveBlur`, `TextEffect`\n- `src/components/magicui/` — `BorderBeam`\n- `src/components/svgs/` — 20 brand logos (Vercel, Supabase, Linear, Claude, Spotify, etc.)\n- `src/lib/next-shim.tsx` — drop-in replacement for `next/image` + `next/link` so the Next-authored Tailark blocks run under plain Vite\n\n## Commands\n\n```bash\nbun install\nbun run storybook        # dev server at http://localhost:6006\nbun run build-storybook  # static export to storybook-static/\nbun run typecheck        # tsc --noEmit -p tsconfig.app.json\nbun run dev              # app shell on :5173 (rarely needed; Storybook is the primary surface)\n```\n\n## Integration with Onbook\n\n`.storybook/main.ts` wires `@onlook/storybook-plugin` via `viteFinal`, which adds:\n- `data-component-file` attributes for click-to-source in the canvas\n- Screenshot capture endpoint (`/api/capture-screenshot`) used by the Onbook extended index\n- E2B sandbox HMR routing\n\nLight/dark mode is toggled via `@storybook/addon-themes` using the `.dark` class on `html`, matching the shadcn theme setup in `src/index.css`.\n\n## Conventions\n\n- Stories: **one `Default` export per component or block.** No variants, no controls beyond whatever `autodocs` infers. Add more only if the canvas actually needs them.\n- Path alias: `@/*` → `src/*`.\n- Images: absolute paths (`/payments-light.png`) resolved from `public/`.\n- Fonts: Geist Variable loaded via `@fontsource-variable/geist` in `index.css`.\n\n## Attribution\n\n- shadcn components: MIT — [shadcn/ui](https://ui.shadcn.com)\n- Marketing blocks: MIT — [Tailark](https://github.com/tailark/blocks) by Méschac Irung. Icons: [Lucide](https://lucide.dev).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonlook-dev%2Fonbook-demo-org","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fonlook-dev%2Fonbook-demo-org","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonlook-dev%2Fonbook-demo-org/lists"}