Skip to content

hilmes/neurosummit8

Repository files navigation

NeuroSummit 8 — NeuroCho

July 23–26, 2026 · Arcosanti, Arizona A gathering of creative technologists, artists, and makers.

About

NeuroSummit 8 is the eighth gathering of The Neurotransmitters, returning to Paolo Soleri's Arcosanti after a 5-year hiatus. 50–70 participants, no keynotes, no sponsors — just Open Space Technology in the desert.

Tech Stack

  • Framework: Next.js 16 (App Router, TypeScript)
  • Styling: Tailwind CSS v4 + Swiss-Hara design system
  • Deployment: Vercel
  • Design: 8px grid, monospace headers, black/white/desert-bronze palette

Development

# Install dependencies
npm install

# Run development server
npm run dev

# Build for production
npm run build

# Start production server
npm start

Design System

Based on the Swiss-Hara design system — fusion of Müller-Brockmann precision and Kenya Hara's emptiness:

  • Grid: 8px baseline
  • Corners: None (pure rectangles)
  • Labels: Uppercase, tracked
  • Whitespace: Generous Ma (間) intervals
  • Colors: #000000 (black), #FFFFFF (white), #FAFAF8 (paper), #D97706 (desert bronze)
  • Fonts: Geist Sans (body), Geist Mono (headers/labels)

Deployment

Deployed automatically via Vercel at neurosummit8.vercel.app.

# Deploy manually
vercel --prod

Structure

src/
├── app/
│   ├── globals.css      # Swiss-Hara design tokens + utilities
│   ├── layout.tsx        # Root layout with metadata
│   └── page.tsx          # Single-page site (all sections)
└── components/
    ├── Countdown.tsx     # Live countdown to July 23, 2026
    ├── Navigation.tsx    # Fixed nav with scroll detection
    └── VideoEmbed.tsx    # Lazy-loaded YouTube embed (NS1)

Sections

  1. Hero — Title, date, location, countdown timer
  2. About — History, community ethos, stats
  3. Location — Arcosanti details, travel info, Paolo Soleri quote
  4. Schedule — 4-day Open Space framework
  5. Video — NS1 (2015) video embed
  6. Register — Interest form (name, email, housing, dietary, "what are you bringing?")
  7. FAQ — Expandable accordion (6 questions)
  8. Contact — Email, Slack, Code of Conduct

License

Private. © The Neurotransmitters.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors