Public event calendar powered by Airtable. Deployed on Vercel.
- Push this repo to GitHub
- Connect to Vercel
- Add environment variable:
AIRTABLE_PAT= your Airtable Personal Access Token - Deploy
public/index.html → Frontend (React via CDN)
api/events.js → Serverless function (Airtable proxy)
vercel.json → Routing config
Your table needs these fields:
status(Single Select: pending, approved, rejected)event_name,date_start,date_end,time_startlocation_name,address,category,organizerprice,description,language,phoneis_sponsored(Checkbox)