Blazor Libraries
Built for Production

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

21K+ Downloads
10 Packages
100% MIT Licensed

Beautiful Icons.
Zero Bundle Bloat.

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

EasyAppDev.Blazor.Icons.MaterialDesign

7,400+ Material Design icons with true trimming support

v2.0.4 3,394

EasyAppDev.Blazor.Icons.Lucide

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

v2.0.4 3,398

EasyAppDev.Blazor.Icons.Bootstrap

2,000+ Bootstrap icons for familiar, reliable iconography

v2.0.4 3,370

EasyAppDev.Blazor.Icons.FontAwesome6

2,000+ FontAwesome 6 free icons

v2.0.4 1,804

EasyAppDev.Blazor.Icons.FontAwesome5

1,600+ FontAwesome 5 free icons

v2.0.4 1,803

EasyAppDev.Blazor.Icons.FluentUI

5,000+ FluentUI System icons from Microsoft

v2.0.4 1,466
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

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.2 892

Generators

Source generators for AOT/trimming compatibility

v1.0.2 704

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. Check out our premium starter kits for a complete foundation to build your SaaS.

Rejoining the server...

Rejoin failed... trying again in seconds.

Failed to rejoin.
Please retry or reload the page.

The session has been paused by the server.

Failed to resume the session.
Please reload the page.