Discover and explore top open-source AI tools and projects—updated daily.
Ivy-InteractiveUnified C# framework for building reactive full-stack applications
Top 88.2% on SourcePulse
Summary
Ivy Framework is a C# framework designed for building full-stack internal tools, unifying front-end and back-end development into a single C# codebase. It targets developers seeking to rapidly create reactive web applications using familiar React-style components and patterns, entirely in C#, without the need to write HTML, CSS, or JavaScript. This approach aims to significantly accelerate the delivery of production-ready internal tools.
How It Works
Ivy employs a full-stack C# architecture that eliminates the traditional front-end/back-end split. Developers write type-safe C# code, leveraging React-inspired hooks for state management and side effects. The framework maintains application state on the server and synchronizes UI updates to a client-side React-based rendering engine via WebSockets. This server-centric approach allows for a streamlined development workflow and enhanced performance.
Quick Start & Requirements
dotnet tool install -g Ivy.Console.ivy init --hello.ivy run --browse.Highlighted Details
Maintenance & Community
No specific details regarding notable contributors, sponsorships, or community channels (e.g., Discord, Slack) were provided in the README excerpt.
Licensing & Compatibility
The license type is not explicitly stated in the provided README excerpt.
Limitations & Caveats
The Ivy.Console CLI is currently in beta, and its advanced agentic features necessitate a user account for access.
20 hours ago
Inactive