Community Edition — Free & Open Source

The complete UI framework
Blazor deserves

100+ components across 10 packages — Charts, DataGrid, Forms, UI Components, Notifications, Theme Engine, and more. Zero JavaScript. Pure .NET. Ships with one dotnet add package.

dotnet add package Arcadia.Charts Arcadia.DataGrid Arcadia.UI Arcadia.Theme
Revenue
$142K
↑ 12.3%
Users
8,420
↓ 2.1%
Conversion
3.8%
↑ 0.5%
Latency
42ms
→ 0%
Revenue vs Target Last 12 months
$90K $70K $50K $30K Jan Mar May Jul Sep Nov
Top Products
Enterprise Suite$48.5K
Pro License$32K
Starter Plan$18.2K
Add-on Pack$12.8K
90+
Components
1,400+
Tests
9
Packages
<12 KB
JavaScript
100% Free & MIT Licensed

Free Blazor Controls

Production-ready components. No watermarks. No time limits. No strings attached.

78 Credit Score

Radial Gauge

41 parameters. Ranges, ticks, gradients, editable mode, custom angles.

dotnet add package Arcadia.Gauge

4 Chart Types

Line, Bar, Pie, Scatter. Pure SVG. Tooltips, legends, animations, dark mode.

dotnet add package Arcadia.Charts
Success
File uploaded
Toggle
Switch, Slider
Rating

46 UI Components

Dialog, Tabs, Card, Alert, Toast, Switch, Slider, Rating, Pagination, and more.

dotnet add package Arcadia.UI
MIT License No watermarks Commercial use OK Free forever .NET 5-9
Start Building Free

Ship full apps
in pure Razor

No JavaScript. No npm. No webpack. Just dotnet add package and you're building. Every component is strongly typed, fully accessible, and works across Server, WASM, and Auto render modes.

  • Native SVG — zero JS for core rendering
  • WCAG 2.1 AA — hidden data tables, keyboard nav
  • Anti-collision engine — labels never overlap
  • On-load animations — respects prefers-reduced-motion
// A complete KPI card with sparkline
<ArcadiaKpiCard
Title="Monthly Revenue"
Value="$142,500"
Delta="+12.3%"
DeltaType="Increase"
Sparkline="@data" />
// A multi-series line chart
<ArcadiaLineChart
Data="@sales"
XField="@(d => d.Month)"
Series="@series"
ShowPoints="true" />

Everything you need to ship faster

Seven packages, one design system. Tree-shakeable, accessible, and works across all Blazor render modes.

Charts & Dashboard

Free

20 chart types + 7 dashboard widgets. Pure SVG rendering, streaming data, financial indicators, SyncGroup for linked charts. Candlestick, Radar, Gauge, Heatmap, Waterfall, Funnel, Treemap, Sankey and more. Plus a free standalone gauge package (MIT).

View documentation →

DataGrid

Pro

Multi-column sort, quick filter, batch editing, virtual scrolling for 100K+ rows. Excel/CSV export, state persistence, context menu, column pinning, typed filters, and 6 built-in themes.

View documentation →

Form Builder

Pro

20+ field types. Schema-driven or model-driven. Wizard forms, cross-field validation, conditional fields, repeater groups, and auto-save.

View documentation →

UI Components

Pro

Dialog, Tabs, Tooltip, Sidebar, Accordion, Breadcrumb, Card, Badge, and Avatar. Composable building blocks for any enterprise application.

View documentation →

Notifications

Free

Toast notifications with auto-dismiss, stacking, severity levels, and full ARIA support.

View documentation →

Theme Engine

Free

6 named themes (Obsidian, Vapor, Carbon, Aurora, Slate, Midnight). Design tokens, dark/light modes, and Tailwind CSS 4.x plugin.

View documentation →

Accessibility First

WCAG 2.1 AA. Focus traps, keyboard navigation, screen reader data tables, and 1,525+ unit tests to keep it that way.

Simple, honest pricing

No surprises. No per-project fees. Community edition is free forever.

Community

Free
Forever. MIT Licensed.
  • Core + Theme engine
  • 4 chart types (Line, Bar, Pie, Scatter)
  • Sparkline widget
  • Toast notifications
  • Full source on GitHub
  • Community support
Get Started
MOST POPULAR

Pro

$299
per developer / year
  • Everything in Community
  • All 20 chart types + animations
  • 7 dashboard widgets
  • DataGrid — multi-sort, batch edit, Excel export, virtual scroll
  • UI Components — Dialog, Tabs, Tooltip, Sidebar, Accordion, Card, Badge, Avatar
  • Form Builder — 20+ field types, wizard forms
  • Trendlines, financial indicators, CSV export
  • All future packages & updates
  • Email support
Get Pro

Enterprise

$799
per developer / year
  • Everything in Pro (Charts, DataGrid, Forms, UI Components)
  • Custom feature requests
  • Private roadmap access
  • Priority bug fixes
  • Early access to new packages
  • Dedicated support channel
Get Enterprise

All paid plans are per developer, billed annually. Includes 12 months of updates. Volume discounts available for teams of 5+.

Ready to build something beautiful?

Start with the free Community edition. Upgrade when you need the full toolkit.

dotnet add package Arcadia.Charts Arcadia.DataGrid Arcadia.UI Arcadia.Theme