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://IME--01987695e410774f9abb40bef41cc6d2.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)nameemailcreated_at(timestamp)