FolderCopilot Feature

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.

react/
  • .github/
  • compiler/
  • fixtures/
  • packages/
  • scripts/
+ 4 more
Explore Architecture

vercel / next.js

The React Framework for the Web.

next.js/
  • .github/
  • crates/
  • docs/
  • examples/
  • packages/
+ 4 more
Explore Architecture

vuejs / core

Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

core/
  • .github/
  • packages/
  • scripts/
  • package.json
  • pnpm-workspace.yaml
+ 1 more
Explore Architecture

microsoft / vscode

Visual Studio Code - Code editing. Redefined.

vscode/
  • .github/
  • build/
  • extensions/
  • src/
  • test/
+ 2 more
Explore Architecture

django / django

The Web framework for perfectionists with deadlines.

django/
  • .github/
  • django/
  • docs/
  • scripts/
  • tests/
+ 3 more
Explore Architecture

tailwindlabs / tailwindcss

A utility-first CSS framework for rapid UI development.

tailwindcss/
  • src/
  • stubs/
  • tests/
  • postCssPlugin.js
Explore Architecture

torvalds / linux

Linux kernel source tree

linux/
  • arch/
  • drivers/
  • fs/
  • kernel/
  • Makefile
Explore Architecture

golang / go

The Go programming language

go/
  • src/
  • test/
  • go.mod
Explore Architecture

angular / angular

The modern web developer's platform

angular/
  • packages/
  • WORKSPACE
Explore Architecture

microsoft / TypeScript

TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

TypeScript/
  • src/
  • tests/
  • package.json
Explore Architecture

expressjs / express

Fast, unopinionated, minimalist web framework for node.

express/
  • lib/
  • test/
Explore Architecture

spring-projects / spring-boot

Spring Boot makes it easy to create stand-alone, production-grade Spring based Applications.

spring-boot/
  • spring-boot-project/
  • spring-boot-tests/
Explore Architecture

nodejs / node

Node.js JavaScript runtime

node/
  • deps/
  • lib/
  • src/
Explore Architecture

moby / moby

Moby Project - a collaborative project for the container ecosystem to assemble container-based systems

moby/
  • api/
  • builder/
  • daemon/
  • integration/
  • Dockerfile
Explore Architecture

apple / swift

The Swift Programming Language

swift/
  • include/
  • lib/
  • stdlib/
  • CMakeLists.txt
Explore Architecture

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.

redis/
  • deps/
  • src/
  • tests/
  • Makefile
  • redis.conf
Explore Architecture

huggingface / transformers

State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.

transformers/
  • docs/
  • src/
  • tests/
  • setup.py
Explore Architecture

laravel / laravel

A PHP framework for web artisans

laravel/
  • app/
  • bootstrap/
  • config/
  • database/
  • public/
+ 4 more
Explore Architecture

sveltejs / svelte

Cybernetically enhanced web apps

svelte/
  • packages/
  • playgrounds/
  • package.json
Explore Architecture

freeCodeCamp / freeCodeCamp

freeCodeCamp.org's open-source codebase and curriculum.

freeCodeCamp/
  • api/
  • client/
  • curriculum/
  • docs/
  • tools/
+ 1 more
Explore Architecture

pallets / flask

The Python micro framework for building web applications.

flask/
  • src/
  • tests/
  • examples/
  • docs/
  • CHANGES.rst
+ 1 more
Explore Architecture

fastapi / fastapi

FastAPI framework, high performance, easy to learn, fast to code, ready for production.

fastapi/
  • fastapi/
  • docs/
  • docs_src/
  • tests/
  • scripts/
+ 1 more
Explore Architecture

pytorch / pytorch

Tensors and dynamic neural networks in Python with strong GPU acceleration.

pytorch/
  • torch/
  • aten/
  • c10/
  • caffe2/
  • test/
+ 3 more
Explore Architecture

kubernetes / kubernetes

Production-Grade Container Scheduling and Management.

kubernetes/
  • cmd/
  • pkg/
  • staging/
  • api/
  • test/
+ 2 more
Explore Architecture

rust-lang / rust

Empowering everyone to build reliable and efficient software.

rust/
  • compiler/
  • library/
  • src/
  • tests/
  • Cargo.toml
Explore Architecture

supabase / supabase

The open source Firebase alternative, built on Postgres.

supabase/
  • apps/
  • packages/
  • docker/
  • examples/
  • i18n/
+ 2 more
Explore Architecture