GitHub Repository
Structure Browser
Extract, interact, and analyze the folder architecture of public open-source projects. Then clone their scaffolding as a FolderCopilot template.
Explore the Open Source Index
Browse the architectural scaffolding of the world's most successful projects.
facebook / react
The library for web and native user interfaces.
- .github/
- compiler/
- fixtures/
- packages/
- scripts/
vercel / next.js
The React Framework for the Web.
- .github/
- crates/
- docs/
- examples/
- packages/
vuejs / core
Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.
- .github/
- packages/
- scripts/
- package.json
- pnpm-workspace.yaml
microsoft / vscode
Visual Studio Code - Code editing. Redefined.
- .github/
- build/
- extensions/
- src/
- test/
django / django
The Web framework for perfectionists with deadlines.
- .github/
- django/
- docs/
- scripts/
- tests/
tailwindlabs / tailwindcss
A utility-first CSS framework for rapid UI development.
- src/
- stubs/
- tests/
- postCssPlugin.js
torvalds / linux
Linux kernel source tree
- arch/
- drivers/
- fs/
- kernel/
- Makefile
golang / go
The Go programming language
- src/
- test/
- go.mod
angular / angular
The modern web developer's platform
- packages/
- WORKSPACE
microsoft / TypeScript
TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
- src/
- tests/
- package.json
expressjs / express
Fast, unopinionated, minimalist web framework for node.
- lib/
- test/
spring-projects / spring-boot
Spring Boot makes it easy to create stand-alone, production-grade Spring based Applications.
- spring-boot-project/
- spring-boot-tests/
nodejs / node
Node.js JavaScript runtime
- deps/
- lib/
- src/
moby / moby
Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
- api/
- builder/
- daemon/
- integration/
- Dockerfile
apple / swift
The Swift Programming Language
- include/
- lib/
- stdlib/
- CMakeLists.txt
redis / redis
Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported.
- deps/
- src/
- tests/
- Makefile
- redis.conf
huggingface / transformers
State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.
- docs/
- src/
- tests/
- setup.py
laravel / laravel
A PHP framework for web artisans
- app/
- bootstrap/
- config/
- database/
- public/
sveltejs / svelte
Cybernetically enhanced web apps
- packages/
- playgrounds/
- package.json
freeCodeCamp / freeCodeCamp
freeCodeCamp.org's open-source codebase and curriculum.
- api/
- client/
- curriculum/
- docs/
- tools/
pallets / flask
The Python micro framework for building web applications.
- src/
- tests/
- examples/
- docs/
- CHANGES.rst
fastapi / fastapi
FastAPI framework, high performance, easy to learn, fast to code, ready for production.
- fastapi/
- docs/
- docs_src/
- tests/
- scripts/
pytorch / pytorch
Tensors and dynamic neural networks in Python with strong GPU acceleration.
- torch/
- aten/
- c10/
- caffe2/
- test/
kubernetes / kubernetes
Production-Grade Container Scheduling and Management.
- cmd/
- pkg/
- staging/
- api/
- test/
rust-lang / rust
Empowering everyone to build reliable and efficient software.
- compiler/
- library/
- src/
- tests/
- Cargo.toml
supabase / supabase
The open source Firebase alternative, built on Postgres.
- apps/
- packages/
- docker/
- examples/
- i18n/