A React SVG Maker web app, running in browser, all data saved in browser. Support exporting SVG or JSON files.
Inspired by SVG Path Editor, and Inkspace, and Lucide.
Favicon and some of icons are made with this tool, see src/icons/.
Powered by the following projects:
- React and TypeScript
- idb -> see src/lib/db/
- ts-pattern -> mostly in src/atom/tools, used for path.
- Zod -> see src/schema/
- Jotai -> see src/atom/ and src/hooks/
- react-colorful - color picker
- Tailwind CSS and Shadcn UI
- Lucide - icons.
pnpm i
pnpm dev