remix-run/remix

The fully-stacked web framework

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 19 minutes ago
Added to GitGenius on September 1st, 2026
Created on October 26th, 2020
Open Issues & Pull Requests: 62 (+0)
GitHub issues: Enabled
Number of forks: 2,796
Total Stargazers: 33,359 (+0)
Total Subscribers: 268 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 19.2 hours
Mean response time: 35.2 days
90th percentile: 65.2 days
Tracked items: 626

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 81% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 14% of issues opened in the past year have been closed. Three people close 68% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 26
New in 7 days: 19
Closed in 7 days: 19
Avg open age: 117 days
Stale 30+ days: 15
Stale 90+ days: 10

Recent activity

Opened in 7 days: 18
Closed in 7 days: 17
Comments in 7 days: 4
Events in 7 days: 7

Top labels

  • agentic-workflows (13)

Detailed Description

Remix is a fully-stacked web framework built on TypeScript that enables developers to build web applications across multiple JavaScript runtimes.

Remix addresses the complexity of modern web development by emphasizing model-first development principles optimized for both human developers and AI assistance. The framework builds on Web APIs and JavaScript as a unified full-stack ecosystem, reducing context switching across the stack. It prioritizes runtime behavior over compile-time analysis, designing all packages to function without bundler expectations and requiring tests to run without bundling. The approach minimizes external dependencies by wrapping them completely and planning eventual replacement, aiming toward zero external dependency reliance. Abstractions are designed as single-purpose, replaceable components that can be added or removed from existing programs, with each package useful and documented independently.

Developers should choose Remix if they value portability and standards-based development. The framework is particularly suited for projects requiring seamless operation across multiple JavaScript runtimes including Node.js, Bun, Deno, and Cloudflare Workers. Individual Remix packages can be adopted standalone while maintaining interoperability, though the project recommends the unified remix package for ease of use and cohesive learning experience. The framework's emphasis on web standards ensures maximum portability, with packages augmenting standards unobtrusively only where they are missing or incomplete.

The project is under active development with ongoing work toward Remix 3. Development follows a philosophy centered on composability and single-responsibility principles, with each package prioritizing web standards and interoperability across JavaScript runtimes. The codebase is written in TypeScript and designed so that packages work seamlessly across diverse runtime environments while maintaining portable, standards-compliant implementations.