Noundry.Studio.CLI
1.3.1
dotnet tool install --global Noundry.Studio.CLI --version 1.3.1
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local Noundry.Studio.CLI --version 1.3.1
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Noundry.Studio.CLI&version=1.3.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package Noundry.Studio.CLI --version 1.3.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Noundry.Studio.CLI (ndui)
The RATH stack for .NET — Razor, Alpine.js, Tailwind, HTMX. Editable components, server-rendered, hot reload under 500ms. No Node toolchain.
A .NET 10 global tool that scaffolds and installs editable Razor components into your project from the Noundry registry. Think shadcn add for the RATH stack.
Install
dotnet tool install -g Noundry.Studio.CLI
Use
ndui init my-app # scaffold a new RATH project
cd my-app
ndui add datatable dialog # install components into Components/<Name>/
ndui list # what's installed
ndui doctor # verify wiring + file integrity
dotnet run # ship
The starter ships with HTMX wired into the layout, Alpine for client-side state, Tailwind via Tailbreeze (no Node), and Tuxedo over IDbConnection for data.
What it gives you
- 53 owned, editable components —
<noundry-data-table>,<noundry-modal>,<noundry-combobox>, and more. Drop into your.cshtml, edit the source freely. - 15 reactivity patterns — async-autocomplete, debounced-search, infinite-scroll, optimistic-delete, modal-form, polling, multi-target swaps. All HTMX-native.
- Hot reload <500ms — server-rendered Razor +
dotnet watch. - No Node toolchain — Tailwind compiled by an MSBuild task. No
npm install. - Multi-target ready — works in Razor Pages, MVC, and Minimal API.
Non-goals
- Does not require Node.js.
- Does not require any specific cloud.
Part of the Noundry toolset
Studio composes naturally with other Noundry libraries:
- Noundry.UI — 73 Razor TagHelpers (the components Studio installs)
- Noundry.TagHelpers —
asp-if, validation, form-group, display, editor - Noundry.RazorHelpers —
RenderFragment,HtmlBuilder,TableBuilder - Noundry.Tailbreeze — Tailwind v4 without Node
- Noundry.Tuxedo — Dapper-style data access, multi-database
- Noundry.Sod — Zero-dep schema validation
- Engine (
ndng) — Docker-first deploy, ~50 MB chiseled .NET 10 images - Spinup — Multi-cloud Terraform CLI for VMs / networks / load balancers
License
MIT.
| Product | Versions 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.
This package has no dependencies.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.3.1 | 128 | 4/27/2026 |
| 1.2.1 | 110 | 4/26/2026 |
| 1.2.0 | 99 | 4/26/2026 |
| 1.1.0 | 99 | 4/25/2026 |
| 1.0.0 | 114 | 4/25/2026 |
| 0.2.0-alpha | 112 | 4/24/2026 |
| 0.1.0-alpha | 102 | 4/24/2026 |