_source/index.html
--- title: The speed of a single-page web application without having to write any JavaScript. description: >- Turbo accelerates links and form submissions without requiring you to change your server-side generated HTML. It lets you carve up a page into independent frames, which can be lazy-loaded and operate as independent components. And finally, helps you make partial page updates using just HTML and a set of CRUD-like container tags. These three techniques reduce the amount of custom JavaScript that many web applications need to write by an order of magnitude. layout: default ---
Current version: {{ release.tag_name }} — released {{ release.created_at | date: "%b %d, %Y" }}
Turbo uses complementary techniques to dramatically reduce the amount of custom JavaScript that most web applications will need to write:
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.
See it all in action on the Hotwire screencast.
[
Handbook ](/handbook/introduction)[
Installation ](handbook/installing)[
Source ]({{%20site.github_url%20}})