About
Djasha System is a reference library, built so any AI agent can read it.
Every component ships three things: a live preview, the source code, and a natural-language prompt you can paste into Claude Code, Cursor, v0, or Bolt. There's also a full bundle — prompt plus resolved tokens plus source plus accessibility notes — in one clipboard-ready block.
Why another design system?
Most design systems optimize for human designers and engineers reading docs. Copy the code snippet, translate it to your stack, tweak.
AI agents need different inputs. A snippet without tokens is useless; a snippet without the prompt context is missing the "why." Djasha System ships the full package — source, tokens, prompt, a11y — as one paste-ready bundle.
It's the same components, presented so agents actually get them right on the first try.
Stack
- Astro 6, static output, React 19 islands
- Tailwind 3 via PostCSS, custom design tokens
- Geist + Space Grotesk + Geist Mono (variable fonts)
- Shiki for syntax, Fuse.js for search, Zod for schemas
- Fully build-time — no runtime server, cacheable everywhere