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.
Frontend application for Astra, deployed on Val Town.
Live URL: https://astral.val.run/
# Push changes to Val Town vt push # Watch for changes (auto-sync) vt watch # Open in browser vt browse
vals/
└── index.http.ts # Main HTTP handler (Hono)
GET /- Main pageGET /api/health- Health checkGET /api/logs- Log viewer API (placeholder)
# From monorepo root bun run dev:webapp # Or from this directory bun run dev
Note: Local dev uses different imports than Val Town production.