Website for the W1 Startup Community at Western Michigan University. Built with Next.js, Tailwind CSS, and deployed on Vercel.
Live site: w1build.com
npm install
npm run devOpen http://localhost:3000.
/app
page.tsx # Landing page (hero + 3 pillar cards)
learn/page.tsx # Learning resources
ecosystem/page.tsx # Midwest startup org directory
portfolio/page.tsx # Startups built by W1 members
components/ # Shared UI components
/data
bronco-build-it-links.ts # Sunday session RSVP links (date-based rotation)
ecosystem.json # City/org directory data
portfolio.json # Portfolio startup entries
resources.json # Learning resources
Adding a new ecosystem org, portfolio startup, session link, or learning resource is just a data file edit.