Tombatron.Turbo 1.0.0

dotnet add package Tombatron.Turbo --version 1.0.0
                    
NuGet\Install-Package Tombatron.Turbo -Version 1.0.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Tombatron.Turbo" Version="1.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Tombatron.Turbo" Version="1.0.0" />
                    
Directory.Packages.props
<PackageReference Include="Tombatron.Turbo" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Tombatron.Turbo --version 1.0.0
                    
#r "nuget: Tombatron.Turbo, 1.0.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Tombatron.Turbo@1.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Tombatron.Turbo&version=1.0.0
                    
Install as a Cake Addin
#tool nuget:?package=Tombatron.Turbo&version=1.0.0
                    
Install as a Cake Tool

Tombatron.Turbo

Build and Test NuGet npm

Hotwire Turbo for ASP.NET Core with SignalR-powered real-time streams.

Read the full documentation

Features

  • Turbo Frames — Partial page updates with automatic Turbo-Frame header detection
  • Turbo Streams — Real-time updates via SignalR with targeted and broadcast support
  • Stimulus — Convention-based controller discovery with import maps and hot reload
  • Source Generator — Compile-time strongly-typed partial references
  • Form Validation — HTTP 422 support for inline validation errors within Turbo Frames
  • Minimal API Support — Return partials from Minimal API endpoints with TurboResults
  • Import Maps — Pin JavaScript modules with <turbo-scripts mode="Importmap" />
  • Zero Configuration — Works out of the box with Turbo.js

Quick Start

dotnet add package Tombatron.Turbo
// Program.cs
builder.Services.AddTurbo();
app.UseTurbo();
app.MapTurboHub();
@* _ViewImports.cshtml *@
@addTagHelper *, Tombatron.Turbo

<turbo-scripts mode="Importmap" />

Then wrap a section in a Turbo Frame:

<turbo-frame id="cart" src="/cart" loading="lazy">
    Loading...
</turbo-frame>

For the full walkthrough, see the Getting Started guide.

Sample Applications

Tombatron.Turbo.Sample — Turbo Frames, Turbo Streams, shopping cart, and form validation demo.

cd samples/Tombatron.Turbo.Sample
dotnet run

Requirements

  • .NET 10.0 or later
  • ASP.NET Core
  • Turbo.js 8.x (included via tag helper)
  • SignalR (for Turbo Streams)

Publishing / Releases

Both the NuGet and npm packages are published automatically when a version tag is pushed:

git tag v1.2.3
git push origin v1.2.3

This triggers the Release workflow which publishes Tombatron.Turbo to NuGet and @tombatron/turbo-signalr to npm.

License

MIT License - see LICENSE for details.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net10.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Tombatron.Turbo:

Package Downloads
Tombatron.Turbo.Stimulus

Stimulus controller support for Tombatron.Turbo. Runtime controller discovery, dynamic import map generation, and automatic integration with turbo-scripts.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.0 88 3/7/2026
1.0.0-alpha.11 38 3/5/2026
1.0.0-alpha.10 46 2/25/2026
1.0.0-alpha.9 40 2/24/2026
1.0.0-alpha.8 46 2/22/2026
1.0.0-alpha.7 48 2/22/2026
1.0.0-alpha.6 50 2/21/2026
1.0.0-alpha.5 50 2/18/2026
1.0.0-alpha.4 49 2/17/2026
1.0.0-alpha.3 51 2/15/2026
1.0.0-alpha.2 48 2/15/2026
1.0.0-alpha.1 50 2/15/2026