Get Started
Get started with Blazrlytics in just a few simple steps. Integrating our diagnostics into your Blazor application is fast and seamless.
1. Add the NuGet Package
The easiest way to install Blazrlytics is via the NuGet Package Manager. You can search for Blazrlytics in Visual Studio or run the following command in your terminal:
dotnet add package Blazrlytics2. Register the Services
Open your application's Program.cs file and add the Blazrlytics services to your DI container. This single line enables real-time diagnostics for your application.
builder.Services.AddBlazrlytics();3. Sign Up for an Account
To view your diagnostic dashboard, you'll need to activate your trial. No credit card is required.
4. Access the Dashboard
There are two primary ways to access the Blazrlytics dashboard:
Option A: In-Page Overlay
You can add the diagnostics panel directly into your application's layout. Open your MainLayout.razor (or similar shared layout) and add the following component:
<DiagnosticsPanel />Option B: Browser DevTools Extension
If you prefer not to alter your layout, you can install our dedicated browser extension. This integrates seamlessly into the Chrome or Edge DevTools panel for zero-footprint diagnostics.