Val Inspector

A web interface to explore and manage your Val Town vals, with a focus on HTTP endpoints.

Features

  • List all your vals with metadata
  • Show HTTP endpoints with clickable links
  • Display val types, privacy settings, and last updated info
  • Quick access to val URLs and testing

Structure

  • backend/index.ts - Main Hono server with API routes
  • frontend/index.html - Main web interface
  • frontend/index.tsx - React frontend application
  • shared/types.ts - Shared TypeScript types

Setup

  1. Get your Val Town API token:

  2. Set the environment variable:

    • In your Val Town environment, set VALTOWN_API_TOKEN to your API token
    • The app will automatically fetch and display your vals
  3. Access the inspector:

    • Visit the HTTP endpoint to see your vals dashboard with direct links to all HTTP endpoints

Usage

Visit the HTTP endpoint to see your vals dashboard with direct links to all HTTP endpoints.