157 stars
A reusable Blazor scheduler component with drag-to-create and rescheduling support. Great for calendar-heavy apps that need rich interactions without pulling in a large frontend framework.

7 stars
A modern Rust-based CNC controller firmware focused on safety, maintainability, and extensibility. The architecture is clearly built for real hardware control and future expansion.
Sample code (motion command processing):
| |
3 stars
A practical library that lets Blazor WebAssembly apps send MediatR-style requests over HTTP without hand-writing controller endpoints for each request type.
Sample code (client usage):
| |
1 star
A Conway’s Game of Life implementation in Blazor with canvas rendering and interactive cell toggling. It is a clean demo of simulation logic paired with responsive UI updates.
