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 milliseconds.
main.tsx
https://vhmartinezm--9bdcc84e27b611f0aecd569c3dd06744.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 - add upload/download buttons
 - Use modals for create/upload/edit/view/delete page (htmx ?)
 - handle non-textual blobs properly
 - use codemirror instead of a textarea for editing text blobs
 
