The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the StyleKit listing page.
StyleKit is an open-source visual style library for AI-generated web interfaces.
Browse 148 curated styles, then use design tokens, component recipes, Tailwind-ready constraints, and copy-ready prompts in React, Cursor, Claude Code, v0, or Windsurf. English & 中文.
English · 简体中文
Styles · Templates · Animations · Contributing
StyleKit helps developers and AI coding tools start from a consistent visual direction. Pick a named style to get structured design tokens, component recipes, prompt guidance, and implementation references for a website or dashboard; production integration and completeness still depend on the target project.
If you are using AI to design or build a frontend, these focused guides cover the practical workflow:
Design System
|
AI-Native Workflow
|
Creative Tools
|
Platform
|
148 visual and layout styles across multiple categories. Every style includes design tokens, component code, AI rules, and a curated preview.
Clean, professional styles for SaaS products, dashboards, and developer tools. Emphasis on subtle depth, blur effects, and systematic spacing.
Bold borders, raw typography, high contrast. Ranges from aggressive to playful depending on the variant.
Reverse-engineered design languages from iconic products. Great starting points for product UI.
Nostalgic aesthetics spanning decades. From 1920s Art Deco to 2000s Y2K and Frutiger Aero.
Fine art movements translated into UI design. Painterly textures, halftone patterns, and organic forms.
Japanese visual culture from traditional woodblock prints to modern anime aesthetics.
Neon-drenched, high-tech interfaces. Terminal greens, scan lines, and holographic effects.
Structural patterns that pair with any visual style. Responsive grids, scroll-based layouts, and classic page structures.
Design traditions from around the world, adapted for modern web interfaces.
Warm, organic, and calming. Earthy palettes, soft textures, and generous whitespace.
Open localhost:3000. See .env.example for optional Supabase and admin configuration.
See docs/PROJECT_STRUCTURE.md for the repository map, runtime flow, source boundaries, and cleanup guidance.
See docs/STYLE_AUTHORING.md before adding or changing catalog styles.
Deployment is environment-specific: build locally, then serve the .next output with your process manager of choice (ecosystem.config.cjs holds a PM2 example).
The stable JSON endpoints expose published style metadata, tokens, recipes, and rules.
Every style is also published as a shadcn registry theme. Install any style's light + dark color theme into an existing shadcn project with one command:
Swap glassmorphism for any slug — browse the full list at /registry.json or in the styles gallery. The CLI injects the style's cssVars (light + dark) into your globals.css and works with Tailwind v4.
Prerequisite: the target project must contain a
tsconfig.json, or the shadcn CLI exits withCouldn't find tsconfig.json.
See docs/registry.md for the full guide.
Give Cursor, Claude Code, Windsurf, or any Agent-Skills-compatible coding agent built-in knowledge of StyleKit — how to browse styles and install them — with one command:
Your agent can then apply any of the 148 styles on request ("make this look
like Stripe", "cyberpunk dashboard") using the correct tokens and rules. The
skill lives in its own repository (AnxForever/stylekit-skill);
see docs/AGENT_SKILL_GUIDE.md for how it's built and published.
If StyleKit happens to help you, that honestly means a lot.
You can support the project with any amount you like. It helps keep StyleKit going and offsets server, domain, and maintenance costs.
For Chinese readers:
如果 StyleKit 恰好帮到了你,欢迎扫码支持我把它继续做下去。金额随意,每一份心意我都很感谢。
https://github.com/AnxForever/stylekithttps://stylekit.top/contact#support-maintenanceGitHub DiscussionsCurrent QR assets (cropped to the code block itself plus a white quiet zone, so the scannable area fills the frame):
public/support/alipay-qr.pngpublic/support/wechat-qr.pngThe uncropped originals are kept at public/alipay-qr.jpg and
public/wechat-qr.png for reference.
The website support section is driven from a single config file: lib/site/support.ts.
| Layer | Technology |
|---|---|
| Framework | Next.js 16 + Turbopack |
| UI | React 19, Radix UI, Lucide Icons |
| Styling | Tailwind CSS 4, CVA |
| Auth & DB | Supabase (PostgreSQL + auth helpers) |
| Validation | Zod 4 |
| Testing | Vitest + Playwright |
| Deployment | Alibaba Cloud ECS + Nginx + PM2 |
Current production for www.stylekit.top runs on an Alibaba Cloud ECS instance in Beijing.
stylekit/www/stylekit rsynced from a verified local checkoutnext start -p 13000 directly via node_modules/next/dist/bin/next (no npm wrapper)vercel.json is no longer part of the active production deployment path and should not be treated as the source of truth for where StyleKit is hosted.
Run the verification gate above before shipping; /api/health reports service status once the app is running.
Contributions welcome. Please read these before opening a PR:
CONTRIBUTING.mdSTYLE_ADDITION_CHECKLIST.md — required for new stylesMIT — see LICENSE.
www.stylekit.top
Built by AnxForever