AI Powered Wiki
To enhance the understanding of our Open Source Project Repository, all documentation is maintained within a single mono repo. This approach ensures that an AI Wiki can cohesively analyze the entire set of documents, README files, in-code comments, and source code to provide comprehensive insights when queried. All documentation hosted on the following websites originates from this mono repo:
- bit BlazorUI Components: Documentation for working with components, including numerous examples, is available at blazorui.bitplatform.dev.
- bit Boilerplate Project Template: Documentation is hosted at bitplatform.dev/templates.
- Butil (Blazor Utilities for Browser APIs): Documentation is available at bitplatform.dev/butil.
- Bswup (Blazor PWA): Documentation is located at bitplatform.dev/bswup.
- Besql (Entity Framework Core + SQLite in Browser): Documentation is hosted at bitplatform.dev/besql.
Additional Content
To further enrich the repository, we include valuable content that has not yet been officially published on our websites. These materials are stored in the same repository to ensure that the Wiki considers them when answering queries, providing a more complete understanding of the project.
Example Questions
The following questions give you an idea of what kind of queries can be answered by wiki.bitplatform.dev:
- What is the optimal way to load page data using StateHasChanged in conjunction with a Skeleton UI or Shimmer? Link
- How can I remove google reCAPTCHA from a project I created from bit Boilerplate? Link
- What is the difference between Patch and Map, and what is their relationship with Entity Framework Core and Blazor change tracking? Link
- How can I implement a Grid System and layout using BitGrid and BitStack components, especially if I'm familiar with the Bootstrap grid system? Link
- How does a refresh token function in a Boilerplate project template? Link
- How does passwordless authentication work in Boilerplate, particularly in Blazor Hybrid versions of the app, given that this feature is browser-only? Link
- How does using embeddings with the PostgreSQL vector extension enable product search functionality via LINQ and Entity Framework Core? Link