Public
Throwaway Brain transaction parity probe
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.
Remix this val. It serves a contact form (name, email, message) at /, saves every submission to the val's own SQLite database, and lists everything received at /submissions. No external services, no API keys, no env vars.
- Remix this val.
- Open the HTTP endpoint of
main.tsx— that is your live form. Share the URL. - Visit
/submissionson the same URL to see what people sent.
Each remix gets its own private SQLite database, so your submissions stay with your copy.
main.tsx— Hono routes: GET/(form), POST/submit(save), GET/submissions(list)db.ts— creates thesubmissionstable and holds the two queriescomponents/Layout.tsx— shared page shell with Tailwind (via Twind)components/FormPage.tsx— the formcomponents/SubmissionsPage.tsx— the list
/submissionsis public by default. If your form collects anything sensitive, protect that route before sharing the form URL.- No client-side JavaScript: the form is a plain HTML POST.
Code
HistorycomponentsREADME.mdattempt_atomic_fate_probe_m8q4.tscheckpoint_two_phase_probe_1319.tscrash_atomicity_regression_invoke_q9x4.tscrash_atomicity_regression_runner_v1.tsdb.tsepoch2_command_atomicity_claim_probe_1319.tsextart_replay_x4n7.tsfloat_surface_probe.tsmultiwriter_probe.tsnonfinite_sqlite_probe.tstransactional_admission_candidate_v1.tstransactional_admission_candidate_v1_test.tstx_probe.ts
9/6/2026
9/6/2026
H
als_tx_probe.tsmosadek--5a…7e.web.val.run
9/7/2026
9/7/2026
9/7/2026
H
crash_atomicity_probe.tsmosadek--24…7e.web.val.run
9/6/2026
9/7/2026
9/7/2026
H
cross_invocation_probe.tsmosadek--1a…7e.web.val.run
9/6/2026
9/6/2026
9/7/2026
9/6/2026
9/6/2026
H
independent_atomicity_1330.tsmosadek--2d…7e.web.val.run
9/7/2026
H
m7q4_transport_unknown_outcome_probe.tsmosadek--4a…7e.web.val.run
9/7/2026
H
main.tsxmosadek--01…a9.web.val.run
9/6/2026
9/6/2026
9/6/2026
H
state_machine_probe.tsmosadek--30…7e.web.val.run
9/6/2026
9/7/2026
9/7/2026
9/6/2026
H
txadm_crash_http.tsmosadek--e8…7e.web.val.run
9/7/2026
H
txadm_test_http.tsmosadek--b7…7e.web.val.run
9/7/2026