-
Notifications
You must be signed in to change notification settings - Fork 0
Roadmap
Mirabelle Doiron edited this page Mar 29, 2026
·
1 revision
- React 19 + TypeScript + Vite 6 + Tailwind CSS v4
- shadcn/ui component library + custom layout primitives
- Motion scroll and interaction animations with spring physics
- WCAG 2.1 AA/AAA contrast audit + APCA Lc values
- Color vision deficiency simulation (4 types)
- Dark mode, A11y mode, Low Carbon mode
- Fully accessible: keyboard navigation, screen reader support, reduced motion
- 15 design tokens per theme, ready-to-use CSS variables
- Lighthouse: Performance 98, Accessibility 95-96, Best Practices 100, SEO 100
Turn ColorX into a Figma plugin so designers can generate and audit themes without leaving their design tool.
- Scaffold Figma plugin project with the Plugin API and a React-based UI
- Embed
@colorx/coreas the generation engine - Generate themes and inject them directly into Figma as local styles or variables
- Add a contrast audit panel that flags failing color pairs in the current Figma file
- Support syncing generated tokens as Figma variables (color, number) for design token workflows
- Publish to the Figma Community
A CI/CD step that validates design tokens against contrast thresholds on every pull request.
- Create a GitHub Action that accepts a JSON or CSS file of design token color pairs
- Validate each pair against configurable WCAG 2.1 and APCA thresholds
- Fail the CI check if any pair drops below the configured minimums
- Output a contrast report as a PR comment with pass/fail badges for each pair
- Support configuration via a
.colorxrc.jsonfile in the repository root - Publish to the GitHub Actions Marketplace