About

The story
behind fld.rs

A modern, AI-powered form management platform — built from the ground up as a full-stack solo project with multi-tenancy, conversational search, and instant translation at its core.

100% solo built
10+ field types
organizations
01

Why another
form builder?

01
No AI capabilities

Traditional form builders require manual setup for every field, label, and validation rule. No generation, no smart search, no translation.

02
Multi-tenancy as afterthought

Most platforms bolt on organization support. No proper data isolation, no scoped admin access, no per-organization permissions.

03
Limited data exploration

Reviewing submissions means basic filters and CSV exports. No way to ask questions about your data in natural language.

02

What fld.rs
does differently

I

AI-first

Generate forms from descriptions or sketches, translate to any language with context-aware AI, and search submissions through natural conversation.

II

True multi-tenancy

Complete data isolation per organization. Dedicated admin panels, scoped sessions, and organization-level permissions — not a shared bucket with filters.

III

Modern stack

Hono for the backend, React 19 for the frontend, Vite for builds. Fast cold starts, fast HMR, fast deployments.

03

Built with
purpose

Hono Lightweight, fast web framework. Fast cold starts, minimal overhead.
React 19 Modern UI with concurrent features, suspense, and the latest React API.
PostgreSQL Reliable relational storage. Row-level isolation for true multi-tenancy.
Zod Parse, don't validate. Shared schemas across the entire stack.
Vite Fast builds, instant HMR. No compromises on dev experience.
Tailwind CSS Utility-first styling for the form UI. Consistent, customizable design system.
Radix UI Accessible component primitives. WAI-ARIA compliant out of the box.
Docker Orchestrated containerized deployment. Reproducible environments everywhere.
Biome Fast linting and formatting. One tool, zero config debates.
pnpm Efficient monorepo management. Shared packages, strict isolation.