Public
Remixed
Grab some time with Potluck
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.

meet

A minimal booking page. Edit the SLOTS object in main.ts to set your own time slots and Google Calendar links.

const SLOTS: Record<string, string> = { "15 min": "https://calendar.app.google/...", "30 min": "https://calendar.app.google/...", "45 min": "https://calendar.app.google/...", };

Light/dark mode via system preference. No dependencies.