feat: complete production-grade monorepo — CLI, docs, playground, tok…#1
Merged
Merged
Conversation
…ens, CI
Delivers the full Keter UI system as specified in CLAUDE.md:
Packages:
- packages/tokens: expanded color scale (200–400 shades, warning), CSS custom
properties file (css/tokens.css) with light/dark themes, generateCSSVariables()
- packages/react: ThemeProvider (system/light/dark + localStorage), enhanced
DashboardLayout with MetricCard, ActivityFeed, NavItem exports
- packages/cli: real init command (detects Next.js/Vite, installs deps, injects
tokens, creates tailwind.config.ts and layout file) and add command (scaffolds
button, input, modal, card, table, dashboard component files)
Apps:
- apps/docs: full Nextra documentation site — mdx-components.tsx, _meta.json
navigation, 11 MDX pages (index, getting-started, installation,
components/{button,input,modal,table,card}, dashboard, rtl, cli)
- apps/playground: standalone Vite component showcase with dark mode toggle,
RTL toggle, interactive buttons/inputs/modal/cards/table/color palette
Infrastructure:
- turbo.json: migrated pipeline→tasks (Turbo v2), added type-check task
- configs/tailwind/base.js: full color scale with semantic CSS vars
- configs/prettier/index.js: prettier config with tailwindcss plugin
- scripts/generate-docs.ts: auto-doc generator (scans components, extracts
TypeScript props/variants, writes MDX pages)
- scripts/build-all.ts: ordered package build script
- .github/workflows/ci.yml: 4-job CI (build, lint, docs, release dry-run)
- .github/templates/bug_report.md: issue template
- ai/install.json: expanded with 5 code examples and full prompt library
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…ens, CI
Delivers the full Keter UI system as specified in CLAUDE.md:
Packages:
Apps:
Infrastructure: