Ivy 1.0.118

There is a newer version of this package available.
See the version list below for details.
dotnet add package Ivy --version 1.0.118
                    
NuGet\Install-Package Ivy -Version 1.0.118
                    
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="Ivy" Version="1.0.118" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Ivy" Version="1.0.118" />
                    
Directory.Packages.props
<PackageReference Include="Ivy" />
                    
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 Ivy --version 1.0.118
                    
#r "nuget: Ivy, 1.0.118"
                    
#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 Ivy@1.0.118
                    
#: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=Ivy&version=1.0.118
                    
Install as a Cake Addin
#tool nuget:?package=Ivy&version=1.0.118
                    
Install as a Cake Tool

logo

Build Internal Applications with AI and Pure C#

Ivy - The ultimate framework for building internal tools with LLM code generation by unifying front-end and back-end into a single C# codebase. With Ivy, you can build robust internal tools and dashboards using C# and AI assistance based on your existing database.

Sign up for our waitlist to be among the first to get access.

Documentation | Samples | Current Sprint | Roadmap | Examples

Open in GitHub Codespaces

https://github.com/user-attachments/assets/ba2bf5a5-8dc7-4501-9072-6af7483be4f7

The code should be familiar to React developers. Views β†’ Components, Build β†’ Render, Widgets β†’ Element.

3g829iF9gmsQUX

Features

  • πŸ› οΈ CLI: Init new projects, add data providers, generate apps using AI, and manage deployments.
  • πŸ’‘ Authentication: Integrations with Supabase, Auth0, Clerk, Microsoft Entra (more is coming)
  • πŸ—„οΈ Databases: Easy integration with SQL Server, Postgres, Supabase, MariaDB, MySQL, Airtable, Oracle, Google Spanner, Clickhouse, Snowflake, and BigQuery.
  • πŸ€– LLM Code Agent: Generate an entire back office application based on your database schema.
  • πŸ•΅οΈ Secrets Management
  • πŸš€ Container Deployment: Easily deploy to Azure, AWS, or Google Cloud or Sliplane.
  • πŸ”₯ Full support for Hot-Reloading with maintained state as much as possible (suck on that Blazor).
  • 🧩 Dependency Injection
  • πŸ“ State Management: State is managed on the server, making this very secure.
  • 🧱 Building Blocks: Extensive set of widgets to build any app. An external widget framework is coming soon, where you can integrate any React, Angular, or Vue component.
  • 🧱 External Widget Framework:
  • πŸ”’ Data Tables: Sort, filter, and paginate data. (coming soon)

We optimise for the 3 X:s - UX (love your end users), DX (let Ivy love you) - LX (minimise LLMs mistakes)

Ivy maintains state on the server and sends updates over WebSocket. The frontend consists of a pre-built React-based rendering engine. With Ivy, you never need to touch any HTML, CSS, or JavaScript. Only if you want to add you’re own widgets.

The whole framework is built around strict enterprise security constraints. As the state is fully maintained on the BE, we can minimise the risk of secrets leakage. This is a major problem with prototype tools like Lovable/vo/Bolt. All authentication integrations are handcrafted and audited.

Usage

Quick Start

⚠️ Note: Ivy.Console is still in beta, and the agentic features require an account. Sign up for our waitlist to be among the first to get access.

Make sure you have the .Net 9 SDK installed.

  1. Install Ivy CLI:

    dotnet tool install -g Ivy.Console
    
  2. Create a new project:

     ivy init --hello
    
  3. Run:

    dotnet watch
    
  4. Open http://localhost:5010 in your browser.

You can also run ivy samples to see all the components that Ivy offers and ivy docs for documentation.

Framework Developer Instructions

If you want to work on the framework itself, you need to set up the following:

  1. Install dependencies:

  2. Fork and clone this repository.

  3. Pre-generate documentation files (first time only):

    Windows (PowerShell):

    cd Ivy.Docs.Shared
    .\Regenerate.ps1
    

    Mac/Linux (Bash):

    cd Ivy.Docs.Shared
    sh ./Regenerate.sh
    
  4. Build the frontend:

    cd frontend
    npm install
    npm run build
    npm run dev
    
  5. Run the backend (choose one):

    For Ivy.Samples (testing components):

    cd Ivy.Samples
    dotnet watch
    

    For Ivy.Docs (documentation):

    cd Ivy.Docs
    dotnet watch
    
  6. Open http://localhost:5173/ in your browser.

Changes in /frontend will be hot-reloaded by Vite and changes in /Ivy.Samples will be hot-reloaded by Ivy.

For detailed contribution guidelines, see CONTRIBUTING.md.

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  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.

NuGet packages (16)

Showing the top 5 NuGet packages that depend on Ivy:

Package Downloads
Ivy.Auth.Supabase

Build Internal Applications with AI and Pure C#

Ivy.Auth.Authelia

Build Internal Applications with AI and Pure C#

Ivy.Auth.Auth0

Build Internal Applications with AI and Pure C#

Ivy.Auth.MicrosoftEntra

Build Internal Applications with AI and Pure C#

Ivy.Auth.GitHub

Build Internal Applications with AI and Pure C#

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Ivy:

Repository Stars
Ivy-Interactive/Ivy-Framework
The ultimate framework for building internal tools with LLM code generation by unifying front-end and back-end into a single C# codebase.
Version Downloads Last Updated
1.2.54 380 5/1/2026
1.2.53 268 4/30/2026
1.2.51 88 4/30/2026
1.2.50 520 4/28/2026
1.2.49 399 4/27/2026
1.2.49-pre-20260427185636 216 4/27/2026
1.2.48 219 4/27/2026
1.2.46 245 4/27/2026
1.2.46-pre-20260427132241 199 4/27/2026
1.2.44 610 4/16/2026
1.2.43 448 4/16/2026
1.2.42 386 4/15/2026
1.2.42-pre-20260414163705 232 4/14/2026
1.2.40 479 4/14/2026
1.2.39-pre-20260414141311 176 4/14/2026
1.2.37-pre-20260414092333 167 4/14/2026
1.2.37-pre-20260414091731 161 4/14/2026
1.2.37-pre-20260414084831 165 4/14/2026
1.2.37-pre-20260414084740 165 4/14/2026
1.0.118 1,235 10/3/2025
Loading failed