Your coding assistant can set up your design system
kernic could already show an AI assistant your colors and fonts. It could not put them into your project. Now it can.
- Ask your coding assistant to style your app, and it can. Ask Claude Code or Cursor to apply your design system and it writes the files, then tells you the one line to add so every future session picks it up. It can also create a system from scratch if you do not have one yet, so you are never stuck at an empty list.
- Your assistant can see all 33 looks, not just the 8 styles. A look is a finished decision: colors, fonts, corners and text sizes, all chosen to go together. Your assistant could only see the broad styles before. Now it can offer you the finished ones.
- Exporting everything now includes design.md. This is the file that tells an AI assistant which colors and fonts to use, and to stop inventing its own. It was the one file "export everything" left out, which is exactly backwards. You can also export it on its own, or export standard W3C design tokens.
- kernic apps shows your design across every project. One command, one list. If a project has fallen behind because you changed the system since, it says so, and prints the exact command to bring it back.
- kernic will not overwrite a file it did not write. tokens.json is also the filename Style Dictionary, Tokens Studio and Figma Tokens use. If you had one, kernic used to replace it with no warning and no backup. It now leaves your file alone and tells you it did.
- Smaller fixes. kernic --version reported 0.1.0 whichever version you had. The docs described the wrong first command: running kernic has opened the visual editor since 0.1.3, and the terminal walkthrough is kernic wizard.
BetaStudio is still in beta. Picking a font works properly again: you can reach every Google Font instead of an arbitrary 30, search as you type, and pick with the keyboard. It is also much faster, and no longer requests the same fonts so often that Google starts refusing them. Studio’s local server has been hardened, so it now refuses requests from other sites on your machine. If you use kernic studio, this release is worth taking.