Blazorise

Blazorise is a component library built on top of Blazor with support for CSS frameworks like Bootstrap, Tailwind, Bulma, AntDesign, and Material. (by Megabit)

Blazorise Alternatives

Similar projects and alternatives to Blazorise

  1. llvm-project

    The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.

  2. InfluxDB

    InfluxDB โ€“ Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. Introducing .NET Multi-platform App UI (MAUI)

    .NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.

  4. serenity

    The Serenity Operating System ๐Ÿž

  5. Mono

    Mono open source ECMA CLI, C# and .NET implementation.

  6. Pion WebRTC

    Pure Go implementation of the WebRTC API

  7. stepmania

    Advanced rhythm game for Windows, Linux and OS X. Designed for both home and arcade use.

  8. AspNetCore.Docs

    Documentation for ASP.NET Core

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. fontsource

    42 Blazorise VS fontsource

    Self-host Open Source fonts in neatly bundled NPM packages.

  11. awesome-blazor

    Resources for Blazor, a .NET web framework using C#/Razor and HTML that runs in the browser with WebAssembly.

  12. Havit.Blazor

    Free Bootstrap 5 components for ASP.NET Blazor + optional enterprise-level stack for Blazor development (gRPC code-first, layered architecture, localization, auth, ...)

  13. Fusion

    Build real-time apps (Blazor included) with less than 1% of extra code responsible for real-time updates. Host 10-1000x faster APIs relying on transparent and nearly 100% consistent caching. We call it DREAM, or Distributed REActive Memoization, and it's here to turn real-time on!

  14. ant-design-blazor

    ๐ŸŒˆA rich set of enterprise-class UI components based on Ant Design and Blazor.

  15. MudBlazor

    Discontinued Blazor Component Library based on Material design. The goal is to do more with Blazor, utilizing CSS and keeping Javascript to a bare minimum. [Moved to: https://github.com/MudBlazor/MudBlazor] (by Garderoben)

  16. fluentui-blazor

    Microsoft Fluent UI Blazor components library. For use with ASP.NET Core Blazor applications

  17. Picnic CSS

    :handbag: A beautiful CSS library to kickstart your projects

  18. MudBlazor

    Blazor Component Library based on Material Design principles with an emphasis on ease of use and extensibility

  19. BootstrapBlazor

    Bootstrap Blazor is an enterprise-level UI component library based on Bootstrap and Blazor.

  20. airsonos

    7 Blazorise VS airsonos

    Discontinued :musical_note: AirPlay to Sonos

  21. ChartJs.Blazor

    Brings Chart.js charts to Blazor

  22. Blazor.Animate

    Easily add fade, slide and zoom-effects into your Blazor applications.

  23. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better Blazorise alternative or higher similarity.

Blazorise discussion

Log in or Post with
  1. User avatar
    baf213a5
    ยท 12 months ago
    ยท Reply

    Review โ˜…โ˜…โ˜…โ˜…โ˜† 7/10

Blazorise reviews and mentions

Posts with mentions or reviews of Blazorise. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-09.
  • Best Blazor Components Package (Other than MudBlazor)
    6 projects | /r/dotnet | 9 Dec 2023
  • Ask HN: What side projects landed you a job?
    62 projects | news.ycombinator.com | 3 Dec 2023
    I made a Blazor component library for one of my personal projects that failed, but the component library lived on as an open-source project called Blazorise [1].

    In late 2019, I got a well-paid job in a large local company because of the project reference. Unfortunately, COVID happened, and I lost that same job after a few months. So again, because of Blazorise, I got several other gigs as a freelancer.

    But after a while, it was hard to do all the work on the projects and do freelance jobs at the same time. Not to mention that family time was also very limited.

    So I decided to commercially license Blazorise to companies, and keep it free for individuals. Hopefully, the decision paid off. Today I run a small company and continue to work on Blazorise full time. We're still fully bootstraped without any external funds.

    [1] https://blazorise.com/

  • Dobri projekti na Githubu za ucenje
    7 projects | /r/CroIT | 26 Jun 2023
  • The most popular applications using Blazor 5 years after its creation
    4 projects | /r/Blazor | 31 May 2023
    https://blazorise.com is fully done on Blazor. Also the support forum https://blazorise.com/support
  • Da li ste nekad zaradili novac od programiranja bez da ste radili za drugoga?
    1 project | /r/CroIT | 21 May 2023
    Da, vidi https://blazorise.com/
  • Anything similar to headless ui for Blazor?
    1 project | /r/Blazor | 26 Apr 2023
  • Display DataTable in DataGrid component
    1 project | /r/Blazorise | 12 Mar 2023
    I am working on form that run dynamic sql query in database and populates the results in datagrid. I don't know how many columns will return by the query. So I populate my resuts in DataTable, but unable to display on datagrid. Relevant issue [Feature] Full featured work with DataTable in DataGrid ยท Issue #701 ยท Megabit/Blazorise (github.com) . Does anyone know workaround for this.
  • Making a Blazor app run on Web browser, Windows, Linux, Android, iOS and macOS
    8 projects | /r/dotnet | 11 Feb 2023
    Making Blazor run on Linux was a lot of hard work. Mainly because there is no official support from Microsoft (but even that doesn't always help, as you will see in the next section about macOS). I tried to make it work with 3 different community driven projects: Electron.NET, Chromely and Photino. Electron is very bloated and very slow - it takes for ever to start debugging from Visual Studio. I also hated that it first opens a console window and then the Blazor window. I don't want to see 2 windows open. Chromely also first opens a console window and then the Blazor window. I couldn't make it work in Linux. That leaves Photino. It comes with a Blazor sample that works in Linux without a problem. But my project didn't work in Linux with Photino. I found out that the problem was loading content for https://github.com/Megabit/Blazorise from the \wwwroot\_content folder. I sumbitted a GitHub issue and the problem was fixed in Photino.Blazor v2.5.0
  • Going Full Time on My SaaS After 13 Years
    2 projects | news.ycombinator.com | 4 Jan 2023
    I did something similar with Blazorise, a personal project of mine, https://blazorise.com/. It started as a hobby project. After some time it grew too large that it took most of my time, not to mention the time I could spend with my wife and son. Things changed during the Covid when I was laid off. Then I started freelancing for a while, and last year I finally took a big step and went full-time with Blazorise. Switched to dual licensing, where larger enterprises must purchase a commercial license. It is working, and hopefully, it will continue to work. Or otherwise, my wife will rage on me :/
  • Blazor's wonderful
    1 project | /r/Blazor | 16 Dec 2022
    My guess is that they're using component libraries (like Blazorise) rather than write components themselves.
  • A note from our sponsor - SaaSHub
    www.saashub.com | 21 Jun 2025
    SaaSHub helps you find the best software and product alternatives Learn more โ†’

Stats

Basic Blazorise repo stats
33
3,441
9.5
9 days ago

Sponsored
InfluxDB โ€“ Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com

Did you know that C# is
the 10th most popular programming language
based on number of references?