honestBlueSilkworm
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
main.tsx
https://dcm31--9e6e1c8a278311f0b46e569c3dd06744.web.val.run
A simple service for hosting SVG files with a clean, easy-to-use interface.
- Upload SVG content directly via a web form
- Get a permanent URL for your SVG that can be used in other projects
- View and manage your hosted SVGs
- Delete SVGs when they're no longer needed
- Direct raw SVG access perfect for use as logo sources in other Val Town projects
- Visit https://dcm31-svghost.web.val.run/
- Click "Upload a new SVG" to expand the form
- Paste your SVG code (from Claude Canvas or any other source)
- Give your SVG a name
- Click "Upload SVG"
- Use the generated URL in your projects (it will look like
https://dcm31-svghost.web.val.run/abcd1234?raw=true)
This solves the problem of getting SVGs from Claude Canvas onto Val Town. Now you can:
- Create your logo in Claude Canvas or any other SVG editor
- Copy the SVG code
- Paste it into the SVG Host tool
- Get a permanent URL to use in your projects
The tool will ensure your SVG scales properly by serving it as a raw SVG file, which means it will maintain its vector qualities at any size.
This uses Val Town's blob storage to store SVG content and metadata.