• Blog
  • Docs
  • Pricing
  • We’re hiring!
Log inSign up
maxm

maxm

misc-fun

Public
Like
misc-fun
Home
Code
4
backend
3
frontend
2
shared
1
README.md
Branches
1
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
6/11/2025
Viewing readonly version of main branch: v10
View latest version
README.md

Dinner Party Invitations

A web application for hosting dinner party invitations with RSVP functionality.

Features

  • Public Events Page: Display upcoming dinner parties
  • RSVP System: Guests can RSVP with name, email, and dietary restrictions
  • Admin Panel: Password-protected event creation and management
  • Privacy: RSVPs are private - guests cannot see other attendees

Structure

├── backend/
│   ├── database/
│   │   ├── migrations.ts    # Database schema setup
│   │   └── queries.ts       # Database query functions
│   ├── routes/
│   │   ├── admin.ts         # Admin authentication and event management
│   │   ├── events.ts        # Public event listing and RSVP handling
│   │   └── static.ts        # Static file serving
│   └── index.ts             # Main Hono app entry point
├── frontend/
│   ├── components/
│   │   ├── App.tsx          # Main React app
│   │   ├── EventList.tsx    # Public events display
│   │   ├── RSVPForm.tsx     # RSVP form component
│   │   └── AdminPanel.tsx   # Admin event management
│   ├── index.html           # Main HTML template
│   ├── index.tsx            # Frontend entry point
│   └── style.css            # Custom styles
├── shared/
│   └── types.ts             # Shared TypeScript types
└── README.md

Environment Variables

Set these in your Val Town environment:

  • ADMIN_PASSWORD: Password for admin access

Usage

  1. Visit the main page to see upcoming events
  2. Click "RSVP" on any event to submit your response
  3. Access /admin with the admin password to create/manage events
FeaturesVersion controlCode intelligenceCLIMCP
Use cases
TeamsAI agentsSlackGTM
DocsShowcaseTemplatesNewestTrendingAPI examplesNPM packages
PricingNewsletterBlogAboutCareers
We’re hiring!
Brandhi@val.townStatus
X (Twitter)
Discord community
GitHub discussions
YouTube channel
Bluesky
Open Source Pledge
Terms of usePrivacy policyAbuse contact
© 2025 Val Town, Inc.