A site for exploring and analyzing the organizations participating in Summer of Bitcoin — filter them by year, technology, topics, and more.
- Browse all Summer of Bitcoin organizations across all years (2021–2025)
- Filter by year, technology stack, and topics
- View detailed org pages with project history graphs and student project info
- Find first-time organizations with a dedicated toggle
- Search organizations by name
- Responsive design — works great on desktop and mobile
- React — UI framework
- Vite — Build tool with HMR
- Material UI (MUI) — Component library
- Framer Motion — Animations
- Recharts — Charts and graphs
- React Router — Client-side routing
- Node.js (v18 or higher)
- npm or yarn
# Clone the repository
git clone https://github.com/Jaydeep869/SOB_Organizations.git
cd SOB_Organizations
# Install dependencies
npm install
# Start the development server
npm run devThe app will be available at http://localhost:5173/.
npm run build
npm run preview├── src/
│ ├── assets/ # Images and static assets
│ ├── components/ # Reusable UI components
│ │ ├── FilterBlock.jsx
│ │ ├── OrgCard.jsx
│ │ └── Sidebar.jsx
│ ├── pages/ # Route pages
│ │ ├── Home.jsx
│ │ └── OrgDetail.jsx
│ ├── utils/ # Utility functions
│ │ └── slugify.js
│ ├── data.js # Organization data
│ ├── theme.js # MUI theme configuration
│ └── main.jsx # App entry point
├── public/ # Public static files
├── index.html
├── vite.config.js
└── package.json
Contributions are most welcome! Whether it's reporting a bug, suggesting a feature, or sending a pull request — every contribution helps.
Please read the Contributing Guide to get started.
The organization data is sourced from the Summer of Bitcoin website, including:
- Organization names and GitHub links
- Participation years and project counts
- Student names and project descriptions (where available)
- Technologies and topics
If you notice any incorrect or missing data, please open an issue or submit a PR to update src/data.js.
- Summer of Bitcoin — For running this incredible program and making all the data publicly available.
- GSoC Organizations by @nishantwrp — This project was heavily inspired by this amazing GSoC organizations explorer. Huge thanks for the idea and the open-source spirit!
This project is licensed under the MIT License.
If you find this useful, please ⭐ star the repo — it helps!
