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.
A tab-based web app with two sections:
- π Requests β View, create, and track requests with status indicators (pending/approved/rejected)
- π¬ Chat β Real-time-style messaging interface with auto-replies
Rendering mermaid diagram...
index.ts β Hono backend
frontend/
index.html β HTML shell
index.tsx β React entrypoint
favicon.svg β App icon
components/
App.tsx β Root layout + tab switching
Tabs.tsx β Tab navigation bar
RequestsTab.tsx β Requests list + new request form
ChatTab.tsx β Chat messaging interface