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