Build all of your apps
What is bit platform?
code, build & deploy
your apps easily
Start from a full-featured app, customize it with AI, and hit publish.
Web, Android, iOS, Windows and macOS - from one project.
10M+
NuGet downloads
1.3K+
GitHub stars
150+
Contributors
100+
UI components
Why bit platform?
everything ready on day one
and you are
never locked in
Auth, payments, admin panel, SEO, offline and monitoring already working.
The full source code is yours - your app runs with or without us.
Our products
variety of tools to
make better apps
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)" />bit Butil brings the browser APIs that normally need JavaScript into your app, ready to use in C#.
@inject Bit.Butil.Crypto crypto
@code {
var encryptedBytes = await crypto.Encrypt(CryptoAlgorithm.AesCbc, key, textAsUtf8Bytes, iv: iv);
}bit Bswup makes your app installable, usable offline, and updated in the background - with a visible install progress your users can watch.

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)">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