Public
Like
simple-form
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.
main.ts
https://charmaine--acd1ac7c716311f0b43e0224a6c84d84.web.val.run
A minimal form that collects user data and stores it in SQLite.
main.ts
- HTTP val with form and submission handlingdb.ts
- SQLite database operations
Visit the HTTP endpoint to see the form. Submit name and email to store in database.
Data is stored in form_submissions
table with columns:
id
(auto-increment)name
email
created_at
(timestamp)