Forms
A dynamic form-builder backend — define schemas in code (annotations, a FormDefinition, or the KForm DSL), render them to HTML or JSON, and collect validated submissions into DynamoDB or S3.
Collect data without building forms from scratch.
Schema as code
Define forms with [Form] / [FormField] / [FormOption] annotations, a FormDefinition, or the KForm DSL.
Field types
Short text, email, single/multi-select, file, and more via FieldType.
Validation
Required, length, range, and regex validators, plus custom IFormValidators.
Rendering
Turn a form into HTML or JSON with the Html / Json renderers.
Pluggable storage
Persist definitions and submissions to DynamoDB or S3.
Runtime API
Create, update, and submit through IForm / FormManager.
Built in .NET.
Spoken in every language.
Every Forms module ships as both a NuGet package and an official Docker image — runs on ECS, EKS, Fargate, App Runner, or your laptop. Call its HTTP/gRPC API from Python, Go, Node, Java, Rust, or anything else that speaks the wire.
- ✓Multi-arch images:
amd64+arm64from the same tag - ✓OpenAPI + gRPC reflection enabled out of the box
- ✓Same configuration surface — env vars, Parameter Store, file
Kanject.Forms ships into your AWS, registers itself with one line in Program.cs, and exposes a typed API the rest of your service can use immediately.
Want in early?
Forms is in private beta. Tell us what you'd build with it and we'll bring you in as places open — and you'll help shape it before general availability. No purchase, no sales call.