Turbolinks
Turbolinks makes navigating your web application faster observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 8
- Longevity 100
Flags: archived
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3867
- days_rel: n/a
- days_push: 1848
- n_releases_24m: 0
Adoption not part of the score
12580 stars · 601 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Turbolinks is a JavaScript library that speeds up web application navigation by intercepting link clicks, fetching pages via fetch/HTML5 History API, and swapping the page body without a full reload. It delivers single-page-app-like performance while keeping server-rendered HTML views, and has been superseded by Hotwire's Turbo.
Use cases
- make my server-rendered web app navigate faster without a SPA framework
- get SPA-like page transitions with plain HTML views
- avoid full page reloads when following links in a Rails app
- keep back and reload buttons working while speeding up navigation
- build hybrid mobile apps with native navigation over web views
- speed up page loads without changing my server to return JSON
When to choose
- maintaining a legacy Rails or server-rendered app already using Turbolinks 5
- you cannot migrate to Turbo/Hotwire but need faster navigation
- you want minimal JavaScript complexity with server-rendered HTML
When to avoid
- starting a new project - use Hotwire Turbo instead, as Turbolinks is no longer developed
- you need client-side rendering, reactive state, or a component model
- your app requires fine-grained DOM updates or modern SPA features
Facets
library · maturity abandoned
frontend-framework routing state-management web-development frontend performance browser spa-alternative hotwire turbo-predecessor pjax-style-navigation server-rendered-html web-server
2 sources
- readme: https://github.com/turbolinks/turbolinks · fetched 2026-08-28 · e9849e914033
- registry_npm: https://registry.npmjs.org/turbolinks · fetched 2026-08-29 · 5e0d7a6809a8
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| turbolinks/turbolinks | main | 10 |
| turbolinks/turbolinks-classic | mirror | 10 |
For agents
markdown · JSON · MCP: product_card(name="turbolinks/turbolinks")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem