Public
Likeastral-webapp
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.
Viewing readonly version of main branch: v6View latest version
Frontend application for Astra, designed to run on Val Town.
# From monorepo root bun run dev:webapp # Or from this directory bun run dev
To deploy to Val Town:
- Copy the contents of
vals/http.tsto a new HTTP val - Import any components as needed
- The val will automatically serve HTTP requests
vals/
├── http.ts # Main HTTP handler (Hono app)
└── components/ # React/JSX components
└── LogViewer.tsx
GET /- Main pageGET /api/health- Health checkGET /api/logs- Log viewer API (placeholder)