blob_admin
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in miliseconds.
main.tsx
https://parkerdavis--3108c4f026da11f0a5b3569c3dd06744.web.val.run
This is a lightweight Blob Admin interface to view and debug your Blob data.
Use this button to install the val:
It uses basic authentication with your Val Town API Token as the password (leave the username field blank).
-
/new
- render a page to write a new blob key and value -
/edit/:blob
- render a page to edit a blob (prefilled with the existing content) -
/delete/:blob
- delete a blob and render success - handle non-textual val properly
- add upload/download buttons
- merge edit and view pages
- add client side navigation using htmx
- use codemirror instead of a textarea for editing text blobs