Public
Like
ImageExplorer
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.
A web application that allows you to add images by URL and view them in a 3D space that you can navigate by clicking and moving around.
- Add images by providing URLs
- View images arranged in a 3D gallery
- Navigate the 3D space by clicking and dragging
- Zoom in and out of the gallery
backend/
- Hono API server for handling image storagefrontend/
- Web interface with Three.js for 3D renderingshared/
- Shared types and utilities
- Three.js for 3D rendering
- SQLite for data storage
- Hono for API routing
- TypeScript for type safety