Cat UI SVG Generator for Games
Generate cute cat-themed game UI assets as SVG or PNG directly in the browser.
UInya is a lightweight editor for creating cat-styled UI elements such as buttons, frames, gauges and icons.
It runs entirely in the browser and exports clean SVG assets ready for games or web apps.
Try it here:
https://czmirror.github.io/UInya/
-
SVG / PNG export
-
Cat-themed UI templates
-
Decoration parts (ears, eyes, paws, tail, etc.)
-
Customizable colors
-
Transform tools (move / rotate / scale)
-
Lightweight browser editor
-
No login required
-
No backend processing
UInya can generate UI assets such as:
-
cat ear dialog frames
-
paw-style buttons
-
tail shaped gauges
-
cat icon frames
-
decorative UI elements
You can combine templates and parts to quickly prototype a game interface.
-
Select a template or part from the sidebar
-
Place it on the canvas
-
Adjust color, size, rotation or position
-
Combine multiple elements
-
Export as SVG or PNG
Many asset generators focus on characters.
UInya focuses on UI components for games.
It is designed for developers who want quick UI placeholders or stylized assets without opening a full design tool.
- TypeScript — type-safe codebase
- SvelteKit — UI framework (
@sveltejs/adapter-staticfor static output) - Fabric.js — canvas interaction and SVG manipulation
- Tailwind CSS — styling
- Vite — build system
- GitHub Pages — hosting via GitHub Actions
The application is structured as a client-only web tool.
- UI editor layer — Handles canvas interactions, object selection, transform tools and property editing via Fabric.js.
- Asset / template layer — Manages SVG-based cat parts, templates, silhouettes and accent assets. All assets are static SVG files bundled at build time.
- Export layer — Exports the canvas as SVG (with
viewBox) or transparent PNG (via CanvastoDataURL).
Because all processing happens in the browser, the tool requires no backend services.
UInya was created as an experiment in building lightweight asset generation tools for game development.
The goal was to create a browser-based UI asset generator that allows rapid prototyping of stylized game interfaces without relying on heavy design tools.
MIT License
Generated images are free to use, including commercial use.
- grid guide
- snap positioning
- flip transforms
- line / bezier drawing tools
- random cat UI generator
- font selection (serif / rounded / sans-serif)
- expression parts and accent decorations
- additional UI templates
- ZIP batch export
Issues and pull requests are welcome.
If you have ideas for new templates or parts, feel free to open an issue.
