marionettejs/backbone.marionette

The Backbone Framework

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 48 minutes ago
Added to GitGenius on September 9th, 2026
Created on December 12th, 2011
Open Issues & Pull Requests: 38 (+0)
GitHub issues: Enabled
Number of forks: 1,239
Total Stargazers: 7,033 (+0)
Total Subscribers: 270 (+0)

Repository Insights (GitGenius)

Most active contributors

Sign in to see contributor activity.

Related repositories by overlapping contributors

No overlapping-contributor repos identified yet.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 0
New in 7 days: 0
Closed in 7 days: 0
Avg open age: N/A days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Marionette.js is a composite application library for Backbone.js that simplifies the construction of large-scale JavaScript applications.

Backbone provides core building blocks for JavaScript applications but leaves much of the application design, architecture, and scalability to the developer. Marionette addresses this gap by layering an application architecture on top of Backbone's foundation, adding built-in view management and memory management. The library is designed as a lightweight and flexible collection of tools that provides the framework for building scalable applications without requiring developers to use all of its features at once.

Marionette suits developers working on large-scale applications who need structured patterns for managing views and memory but want to remain flexible in their architectural choices. The library allows selective adoption of its features, enabling integration with other Backbone frameworks and plugins without requiring an all-or-nothing migration. This modularity makes it appropriate for teams gradually introducing more sophisticated application architecture into existing Backbone codebases.

The project is in maintenance mode for its Backbone-dependent version. Development has shifted to a new Marionette library that removes the Backbone dependency, with the backbone.marionette repository limited to fixes going forward. The project maintains active communication channels with its community and provides comprehensive documentation for its current version.