Blazor Libraries
Built for Production
High-quality, MIT-licensed Blazor components. Trimming-safe, AOT-compatible, and designed for real-world applications.
Type-Safe State.
DevTools Included.
Modern state management using C# records. Redux DevTools integration for debugging.
EasyAppDev.Blazor.Store
Type-safe state management for Blazor using C# records with Redux DevTools integration
- Immutable state with C# records
- Redux DevTools browser extension support
- AOT and trimming compatible
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.
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
Material Design
7,400+ Material Design icons with true trimming support
Bootstrap
2,000+ Bootstrap icons for familiar, reliable iconography
FontAwesome 6
2,000+ FontAwesome 6 free icons
FontAwesome 5
1,600+ FontAwesome 5 free icons
FluentUI
5,000+ FluentUI System icons from Microsoft
# 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
EasyAppDev.Blazor.AutoComplete
High-performance, feature-rich AutoComplete component for Blazor applications with AI-powered semantic search
EasyAppDev.Blazor.Icons
Comprehensive icon libraries for Blazor with true tree-shaking support
react-image-crop-pro
Professional React component supporting drag-and-drop uploads, mobile gestures, and WCAG 2.1 AA accessibility
EasyAppDev.Blazor.PageCache
Simple and efficient page caching for Blazor applications
css-class-fold-plus-plugin
IntelliJ IDEA plugin for CSS class folding
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.