Blazor Libraries
Built for Production

High-quality, MIT-licensed Blazor components. Trimming-safe, AOT-compatible, and designed for real-world applications.

27K+ Downloads
16 Packages
100% MIT Licensed

Type-Safe State.
DevTools Included.

Modern state management using C# records. Redux DevTools integration for debugging.

CounterStore.cs
public record CounterState(
    int Count);

public class CounterStore
    : Store<CounterState>
{
    public CounterStore()
        : base(new(Count: 0)) { }

    public void Increment() =>
        SetState(State with {
            Count = State.Count + 1
        });
}

Smart Search.
AI-Powered Options.

High-performance autocomplete with 7 display modes. Optional AI-powered semantic search.

AutoComplete.AI

AI-powered semantic search supporting OpenAI, Azure OpenAI, and Ollama

v1.0.7 2,017

Generators

Source generators for AOT/trimming compatibility

v1.0.6 1,393

Beautiful Icons.
Zero Bundle Bloat.

SVG icon libraries with true tree-shaking support. Only the icons you use end up in your bundle.

Lucide

1,500+ Lucide icons - beautiful, consistent, and customizable

v2.0.4 3,498

Material Design

7,400+ Material Design icons with true trimming support

v2.0.4 3,487

Bootstrap

2,000+ Bootstrap icons for familiar, reliable iconography

v2.0.4 3,474

FontAwesome 6

2,000+ FontAwesome 6 free icons

v2.0.4 1,844

FontAwesome 5

1,600+ FontAwesome 5 free icons

v2.0.4 1,845

FluentUI

5,000+ FluentUI System icons from Microsoft

v2.0.4 1,502
Package Manager Console
# Install any icon library
dotnet add package EasyAppDev.Blazor.Icons.Lucide
dotnet add package EasyAppDev.Blazor.Icons.MaterialDesign
dotnet add package EasyAppDev.Blazor.Icons.Bootstrap

More Open Source.
Sorted by Stars.

Explore all our open source projects on GitHub, sorted by popularity.

EasyAppDev.Blazor.Store

Zustand-inspired state management for Blazor (WebAssembly/Server/MAUI) featuring query systems, Redux DevTools, and undo/redo functionality

C# 49

EasyAppDev.Blazor.AutoComplete

High-performance, feature-rich AutoComplete component for Blazor applications with AI-powered semantic search

C# 18

EasyAppDev.Blazor.Icons

Comprehensive icon libraries for Blazor with true tree-shaking support

C# 4

react-image-crop-pro

Professional React component supporting drag-and-drop uploads, mobile gestures, and WCAG 2.1 AA accessibility

TypeScript 4

EasyAppDev.Blazor.PageCache

Simple and efficient page caching for Blazor applications

C# 3

css-class-fold-plus-plugin

IntelliJ IDEA plugin for CSS class folding

Kotlin

Why Open Source?
Giving Back to the Community.

Production Quality

We use these libraries in our own products. They're battle-tested and production-ready.

Community Driven

Open source enables collaboration. Report issues, suggest features, or contribute code.

MIT Licensed

Use them anywhere - personal projects, commercial apps, or enterprise solutions. No restrictions.

Ready to Build Something Great?

Our open source libraries are just the beginning. Accelerate your development with our premium starter kits—complete SaaS foundations built with production-ready architecture.

27K+ downloads. 100% MIT licensed. Production-ready components.