loopbackio/loopback-next

LoopBack makes it easy to build modern API applications that require complex integrations.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 52 minutes ago
Added to GitGenius on September 13th, 2026
Created on January 9th, 2017
Open Issues & Pull Requests: 335 (+0)
GitHub issues: Enabled
Number of forks: 1,064
Total Stargazers: 5,106 (+0)
Total Subscribers: 128 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 3.0 days
Mean response time: 128.8 days
90th percentile: 284.4 days
Tracked items: 35

Most active contributors

Sign in to see contributor activity.

How this project is maintained

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

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 21
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 874 days
Stale 30+ days: 19
Stale 90+ days: 18

Recent activity

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

Top labels

  • bug (30)
  • feature (4)
  • help wanted (3)
  • CLI (2)
  • DevOps (1)
  • Docs (1)
  • Extensions (1)
  • GraphQL (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

LoopBack is a Node.js framework for building modern API applications that require complex integrations.

The framework addresses the challenge of rapidly developing APIs with intricate backend logic by providing a fast, extensible core that generates real APIs from a single command. Developers define data models and endpoints using OpenAPI specifications, and the framework handles the underlying implementation without requiring manual maintenance of generated code. This approach combines dependency injection and inversion of control patterns to support flexible service composition and integration with external systems.

Teams building REST APIs with TypeScript should consider LoopBack when they need to integrate multiple data sources or services and want to avoid boilerplate code. The framework suits projects where API contracts matter—since OpenAPI definitions drive implementation—and where type safety across the stack is valuable. The tool works well for applications ranging from simple CRUD services to complex multi-tenant systems with custom business logic.

The project maintains a structured monorepo with clear separation between core packages and extensions. Development activity shows consistent attention to documentation, with comprehensive guides covering getting started, tutorials, and examples alongside API reference materials. The team operates a transparent security reporting process through a dedicated email channel rather than public issue tracking. Long-term support extends to a defined end-of-life date, providing stability for production deployments while the project continues active development.