Build all of your apps
What is bit platform?
code, build & deploy
your apps easily
A set of tools for .NET developers across multiple platforms
10M+
NuGet downloads
1.3K+
GitHub stars
150+
Contributors
80+
UI components
Why bit platform?
best partner for teams
creating apps with
.NET and Blazor
Instead of using miscellaneous packages, you'll have
a set of comprehensive tools to cover any requirement.
Our products
variety of tools to
make better apps
bit Butil helps C# developers to access the browser APIs that are only accessible through JavaScript in C#.
@inject Bit.Butil.Crypto crypto
@code {
var encryptedBytes = await crypto.Encrypt(CryptoAlgorithm.AesCbc, key, textAsUtf8Bytes, iv: iv);
}bit Bswup is a set of tools that assists developers in making the most out of the Service Worker when building apps with Blazor.

Learn more
bit Besql facilitates the use of Entity Framework and SQLite in web browsers with Blazor WebAssembly.
services.AddBesqlDbContextFactory();
bit Brouter is a modern, declarative, nestable router for Blazor with async guards, data loaders, named routes, programmatic navigation, query string binding, and global navigation hooks.
<Brouter NotFoundUrl="404">
<Broute Path="/" RedirectTo="/home" />
<Broute Name="home" Path="/home">
<Content><HomePage /></Content>
</Broute>
<Broute Name="user" Path="/users/{id:int}" Component="@typeof(UserPage)" />
</Brouter>bit Bmotion is a Blazor-native animation library with springs, gestures, keyframes, variants, drag, layout animations, shared-element transitions and exit animations, no manual JavaScript wiring required.
<Bmotion Initial="Bm.To(opacity: 0, y: 20)"
Animate="Bm.To(opacity: 1, y: 0)">bit BlazorUI components are native, easy-to-customize, and work seamlessly in all interactive Blazor modes (WASM, Server, Hybrid, pre-rendering), saving you time and making development enjoyable.
<BitDropdown @bind-Values="comboValues"
Label="Multi select combo box"
Placeholder="Select options"
Items="comboBoxItems"
Combo Chips Dynamic Responsive
OnDynamicAdd="(BitDropdownItem<string> item) => HandleOnDynamicAdd(item)" />Built with bitplatform
see what teams
are shipping
RIGID Robotics Offers a unified and scalable Cloud Platform and Applications that gather Data in Real-time from its Sensors that are embedded in customers’ mining equipment and operations. A centralized web portal built on bit platform delivers real-time data insights, 3D visualization, and advanced reporting, all in one unified environment.
CrystaCode CrystaCode lets anyone create a real, working AI agent just by talking. No coding, no setup, just describe what you want, and it becomes an agent you can publish in minutes. It’s fast, simple, and built for real businesses that want AI without the complexity.
Antargyan Serving over 450,000 students and 500+ educators, Antargyan is known for its innovative RioPlay platform. They are re-building their software products with bit platform to enhance UI/UX, boost performance, and expand their reach across more platforms using bit platform's cross-platform features.
Functionland Want to own your files, literally? This is something that will not happen ever on traditional cloud services. The innovative FxFiles (file manager), built on bit platform, leverages the FULA blockchain network to ensure you retain complete control over your data.
start building today
Free and open source. MIT licensed. No sign-up required.
dotnet new install Bit.Boilerplate