Ivy 1.0.110

dotnet add package Ivy --version 1.0.110
                    
NuGet\Install-Package Ivy -Version 1.0.110
                    
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.110" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Ivy" Version="1.0.110" />
                    
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.110
                    
#r "nuget: Ivy, 1.0.110"
                    
#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.110
                    
#: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.110
                    
Install as a Cake Addin
#tool nuget:?package=Ivy&version=1.0.110
                    
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

Open in GitHub Codespaces

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

Features

  • 🛠️ CLI: Init new projects, add data providers, generate apps using AI and manage deployments.
  • 💡 Authentication: Integrations with Supabase, Auth0, Clerk, Microsoft Entra, and more.
  • 🗄️ 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.
  • 🔥 Hot Reload: With maintained state!
  • 🧩 Dependency Injection
  • 📍 State Management
  • 🧭 Routing
  • 🧱 External Widget Framework: Integrate any React, Angular, or Vue component (coming soon)
  • 🔢 Data Tables: Sort, filter, and paginate data. (coming soon)

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 (5)

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.Dbml.Parser.Demo

Package Description

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.0.110 202 9/17/2025
1.0.106 111 9/12/2025
1.0.105 166 9/10/2025
1.0.104 141 9/10/2025
1.0.102 143 9/9/2025
1.0.101 141 9/9/2025
1.0.101-pre-20250909155543 134 9/9/2025
1.0.100 164 9/7/2025
1.0.100-pre-20250909080041 133 9/9/2025
1.0.99 124 9/5/2025
1.0.97 137 9/5/2025
1.0.97-pre-20250904190714 143 9/4/2025
1.0.96 177 9/4/2025
1.0.96-pre-20250904184701 139 9/4/2025
1.0.96-pre-20250904151143 142 9/4/2025
1.0.94 164 9/4/2025
1.0.92 158 9/3/2025
1.0.91 150 9/3/2025
1.0.90 138 9/2/2025
1.0.89 192 8/29/2025
1.0.88 195 8/28/2025
1.0.87 196 8/26/2025
1.0.86 131 8/24/2025
1.0.85 73 8/23/2025
1.0.84 140 8/21/2025
1.0.83 136 8/19/2025
1.0.82 137 8/18/2025
1.0.81 121 8/15/2025
1.0.80 151 8/14/2025
1.0.78 152 8/14/2025
1.0.77 150 8/13/2025
1.0.76 151 8/12/2025
1.0.75 148 8/12/2025
1.0.74 152 8/12/2025
1.0.72 144 8/12/2025
1.0.71 146 8/12/2025
1.0.70 149 8/11/2025
1.0.69 140 8/11/2025
1.0.67 145 8/11/2025
1.0.66 142 8/11/2025
1.0.64 147 8/10/2025
1.0.63 142 8/10/2025
1.0.62 145 8/10/2025
1.0.61 145 8/10/2025
1.0.60 177 8/8/2025
1.0.58 186 8/8/2025
1.0.56 239 8/6/2025
1.0.55 221 8/6/2025
1.0.54 220 8/6/2025
1.0.53 259 8/5/2025
1.0.52 244 8/5/2025
1.0.51 189 8/4/2025
1.0.50 171 8/4/2025
1.0.49 133 7/30/2025
1.0.48 132 7/30/2025
1.0.47 130 7/30/2025
1.0.46 107 7/28/2025
1.0.45 107 7/28/2025
1.0.44 209 7/26/2025
1.0.43 343 7/25/2025
1.0.42 401 7/25/2025
1.0.41 441 7/21/2025
1.0.40 180 6/16/2025
1.0.39 245 6/13/2025
1.0.38 298 6/12/2025
1.0.35 107 6/6/2025
1.0.34 137 6/5/2025
1.0.33 137 6/5/2025
1.0.7 197 5/8/2025
1.0.6 160 5/6/2025
1.0.3 154 5/6/2025
1.0.2 93 5/3/2025
1.0.1 107 5/2/2025
0.1.2.1 288 5/19/2025
0.1.1.6 222 4/9/2025
0.1.1.5 167 4/9/2025
0.1.1.4 161 4/9/2025
0.1.1.3 169 4/9/2025
0.1.1.2 180 4/9/2025
0.1.1.1 177 4/8/2025
0.1.0.70 161 4/8/2025
0.1.0.69 157 4/8/2025
0.1.0.68 172 3/30/2025
0.1.0.67 144 3/30/2025
0.1.0.66 158 3/30/2025
0.1.0.63 479 3/26/2025
0.1.0.62 495 3/25/2025
0.1.0.59 474 3/24/2025
0.1.0.58 413 3/24/2025
0.1.0.57 412 3/24/2025
0.1.0.56 281 3/23/2025
0.1.0.55 276 3/23/2025
0.1.0.54 281 3/23/2025
0.1.0.53 167 3/20/2025
0.1.0.52 161 3/18/2025
0.1.0.51 148 3/18/2025
0.1.0.50 110 3/14/2025
0.1.0.49 162 3/13/2025
0.1.0.47 166 3/12/2025
0.1.0.46 169 3/12/2025
0.1.0.45 168 3/11/2025
0.1.0.44 163 3/10/2025
0.1.0.43 217 3/6/2025
0.1.0.42 210 3/6/2025
0.1.0.41 210 3/6/2025
0.1.0.40 200 3/6/2025
0.1.0.38 99 3/2/2025
0.1.0.36 96 2/28/2025
0.1.0.35 81 2/27/2025
0.1.0.33 96 2/22/2025
0.1.0.32 99 2/21/2025
0.1.0.31 96 2/21/2025
0.1.0.30 103 2/17/2025
0.1.0.29 103 2/17/2025
0.1.0.28 97 2/17/2025
0.1.0.25 93 2/13/2025
0.1.0.24 101 2/10/2025
0.1.0.23 96 2/10/2025
0.1.0.20 114 2/6/2025
0.1.0.19 124 2/5/2025
0.1.0.18 109 2/5/2025
0.1.0.17 130 2/5/2025
0.1.0.16 166 2/4/2025
0.1.0.13 140 2/4/2025
0.1.0.12 127 2/4/2025
0.1.0.10 142 2/4/2025
0.1.0.9 133 2/3/2025
0.1.0.8 140 2/3/2025
0.1.0.6 135 2/3/2025
0.1.0.5 133 2/2/2025
0.1.0.3 145 2/1/2025
0.1.0.2 144 2/1/2025
0.1.0.1 128 2/1/2025