Public
Remixed
A simple Hello World web page
starterhtmlwebsite
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.

hello-world

A minimal Hello World website running on Val Town.

Files

FileWhat it does
main.tsxHTTP entrypoint — serves the static files in this val
index.htmlThe page content
style.cssStyling
script.jsBrowser JavaScript (the "Say hi" button)
favicon.svgBrowser tab icon

How it works

Rendering mermaid diagram...

main.tsx uses staticHTTPServer() from std/utils, which serves every file in the val by path. Any save deploys instantly — no build step.