MCPcopy
hub / github.com/hotwired/turbo

github.com/hotwired/turbo @v8.0.23 sqlite

repository ↗ · DeepWiki ↗ · release v8.0.23 ↗
919 symbols 1,949 edges 102 files 20 documented · 2%
README

Turbo

Turbo uses complementary techniques to dramatically reduce the amount of custom JavaScript that most web applications will need to write:

  • Turbo Drive accelerates links and form submissions by negating the need for full page reloads.
  • Turbo Frames decompose pages into independent contexts, which scope navigation and can be lazily loaded.
  • Turbo Streams deliver page changes over WebSocket or in response to form submissions using just HTML and a set of CRUD-like actions.
  • Turbo Native lets your majestic monolith form the center of your native iOS and Android apps, with seamless transitions between web and native sections.

It's all done by sending HTML over the wire. And for those instances when that's not enough, you can reach for the other side of Hotwire, and finish the job with Stimulus.

Read more on turbo.hotwired.dev.

Contributing

Please read CONTRIBUTING.md.

© 2026 37signals LLC.

Core symbols most depended-on inside this repo

nextEventNamed
called by 209
src/tests/helpers/page.js
withPathname
called by 114
src/tests/helpers/page.js
nextEventOnTarget
called by 109
src/tests/helpers/page.js
nextBeat
called by 63
src/tests/helpers/page.js
visitAction
called by 63
src/tests/helpers/page.js
find
called by 53
src/tests/helpers/dom_test_case.js
nextAttributeMutationNamed
called by 45
src/tests/helpers/page.js
withSearchParam
called by 32
src/tests/helpers/page.js

Shape

Method 596
Function 215
Class 108

Languages

TypeScript100%

Modules by API surface

src/core/frames/frame_controller.js64 symbols
src/core/session.js63 symbols
src/tests/helpers/page.js48 symbols
src/core/drive/visit.js42 symbols
src/util.js34 symbols
src/core/drive/page_renderer.js33 symbols
src/core/drive/form_submission.js31 symbols
src/http/fetch_request.js24 symbols
src/core/drive/navigator.js24 symbols
src/elements/stream_element.js23 symbols
src/core/native/browser_adapter.js22 symbols
src/observers/link_prefetch_observer.js20 symbols

Dependencies from manifests, versioned

@open-wc/testing3.1.7 · 1×
@playwright/test1.51.1 · 1×
@rollup/plugin-node-resolve13.1.3 · 1×
@web/dev-server-esbuild0.3.3 · 1×
@web/test-runner0.15.0 · 1×
@web/test-runner-playwright0.9.0 · 1×
arg5.0.1 · 1×
body-parser1.20.1 · 1×
eslint8.13.0 · 1×
express4.18.2 · 1×
idiomorph0.7.4 · 1×
multer2.0.2 · 1×

For agents

$ claude mcp add turbo \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact