Svelte Society London - a community-driven meetup that's been consistently running since 2019. We combine in-person events with global reach through live streaming.
We're a scrappy, community-driven meetup focusing on knowledge sharing and community building. Our events regularly attract:
- 20-60 in-person attendees
- 50-150 live stream viewers
- 2000+ average talk views
- 500+ community members
Our monthly meetups typically follow this schedule (London time):
- 18:30 - Doors open, networking begins
- 19:15 - Live stream starts
- Two technical talks (mix of local and remote speakers)
- Interactive Q&A sessions
- 21:00 - Wrap up
All our events are free and open to everyone. We offer both in-person and online participation options:
- Central London locations (varies by host)
- Network face-to-face with the community
- Enjoy food and refreshments
- Interact directly with speakers
- Join our live stream at 19:15
- Engage through interactive chat
- Access recordings after the event
- Continue discussions in Svelte Discord
We welcome speakers of all experience levels! To submit a talk:
- Open an issue in this repository
- Include:
- Talk title
- Brief description (2-3 paragraphs)
- Talk length preference
- Your brief bio
- Any relevant links
We're always looking for companies to host our monthly meetups. Requirements:
- Space for 20-60 people
- Large screen for presentations
- Reliable WiFi
- Venue access 18:30-21:00
- Central London location
We're committed to providing a welcoming, professional, and harassment-free experience for everyone. All attendees, speakers, and organizers must follow our Code of Conduct.
This repository contains the source code for svelte.london website.
# Install dependencies
pnpm install
# Start development server
pnpm dev
# Build for production
pnpm build
# Preview production build
pnpm preview
MIT