Add Formaze (no-code form builder for Blazor) under a new "Forms" category#707
Open
alex892-droid wants to merge 1 commit into
Open
Add Formaze (no-code form builder for Blazor) under a new "Forms" category#707alex892-droid wants to merge 1 commit into
alex892-droid wants to merge 1 commit into
Conversation
Add Formaze (no-code form builder for Blazor) under a new Forms category
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this adds
#### Formssubcategory under Libraries & Extensions → Individual components, placed alphabetically between Diagrams and JavaScript.What Formaze is
Formaze renders a fully validated form from a plain C# model (DataAnnotations), and adds a live in-browser edit mode where non-technical users can reorder, group and reshape fields — no redeploy. Shipped as the
Formaze.Blazor.MudBlazorNuGet package. Currently v1.1.0, targets WCAG 2.2 AA, with samples, docs and an issue tracker in a public repo.Why it deserves a spot
The list currently has no form builder, and the wider Blazor ecosystem has no packaged no-code one: existing options are either code-first / attribute-driven form generators (FormCraft, Whyvra) or full code-generating IDEs (Radzen Studio, Infragistics App Builder). Formaze fills that gap as a drop-in component, so there's no equivalent — free or paid — to prioritize over it. That's also why I'm proposing a dedicated Forms category rather than placing it under Others.
Disclosure
I'm the author. Formaze is a commercial product with a free tier (freemium); the examples/docs/issue-tracker repo is MIT-licensed. Happy to adjust the wording, badge, category or placement to match the list's conventions.
Links: demo · NuGet · examples & docs