Ross ROSS = Recommend OSS · open-source software intelligence for agents

Turbolinks

Turbolinks makes navigating your web application faster observed · 2026-08-28

github.com/turbolinks/turbolinks · TypeScript · MIT (permissive) · archived 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
turbolinks/turbolinksmain10
turbolinks/turbolinks-classicmirror10

For agents

markdown · JSON · MCP: product_card(name="turbolinks/turbolinks")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem