FeaturesTemplatesShowcaseTownie
AI
BlogDocsPricing
Log inSign up
stevekrouse
stevekrousetown-hall
Public
Like
town-hall
Home
Code
3
frontend
4
README.md
H
index.ts
Branches
3
Pull requests
Remixes
History
Environment variables
1
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.
Sign up now
Code
/
README.md
Code
/
README.md
Search
5/13/2025
Viewing readonly version of main branch: v13
View latest version
README.md

Val Town Hall Speaker Application Form

A simple, animated form for collecting speaker applications for the Val Town Hall event.

Features

  • Clean, modern form with subtle animations
  • SQLite database storage for all submissions
  • Email notifications for new submissions
  • Mobile-responsive design
  • Client-side validation

Project Structure

  • /index.ts - Main HTTP handler with form submission endpoint
  • /frontend/index.html - Main HTML page with the form
  • /frontend/style.css - CSS styling and animations
  • /frontend/script.js - JavaScript for form handling and animations

How It Works

  1. The form collects speaker information including name, email, Val Town username, company (optional), website (optional), and talk description.
  2. On submission, the data is sent to the server endpoint.
  3. The server validates the data, stores it in SQLite, and sends an email notification.
  4. A thank you message is displayed to the user upon successful submission.

Database Schema

CREATE TABLE IF NOT EXISTS val_town_hall_speakers ( id INTEGER PRIMARY KEY AUTOINCREMENT, name TEXT NOT NULL, email TEXT NOT NULL, username TEXT NOT NULL, company TEXT, website TEXT, talk_description TEXT NOT NULL, created_at TEXT NOT NULL )

Email Notifications

Email notifications are sent in plain text format and include all the information submitted through the form.

Go to top
X (Twitter)
Discord community
GitHub discussions
YouTube channel
Bluesky
Product
FeaturesPricing
Developers
DocsStatusAPI ExamplesNPM Package Examples
Explore
ShowcaseTemplatesNewest ValsTrending ValsNewsletter
Company
AboutBlogCareersBrandhi@val.town
Terms of usePrivacy policyAbuse contact
© 2025 Val Town, Inc.