No description
Find a file
Adriano Caloiaro caa95c66b6
initial commit
2024-12-16 17:01:53 -07:00
cmd/dev_server initial commit 2024-12-16 17:01:53 -07:00
db initial commit 2024-12-16 17:01:53 -07:00
frmchi initial commit 2024-12-16 17:01:53 -07:00
handlers initial commit 2024-12-16 17:01:53 -07:00
internal initial commit 2024-12-16 17:01:53 -07:00
static initial commit 2024-12-16 17:01:53 -07:00
types initial commit 2024-12-16 17:01:53 -07:00
ui initial commit 2024-12-16 17:01:53 -07:00
utils initial commit 2024-12-16 17:01:53 -07:00
.air.toml initial commit 2024-12-16 17:01:53 -07:00
.envrc initial commit 2024-12-16 17:01:53 -07:00
.gitignore initial commit 2024-12-16 17:01:53 -07:00
env.sample initial commit 2024-12-16 17:01:53 -07:00
flake.lock initial commit 2024-12-16 17:01:53 -07:00
flake.nix initial commit 2024-12-16 17:01:53 -07:00
frm.go initial commit 2024-12-16 17:01:53 -07:00
go.mod initial commit 2024-12-16 17:01:53 -07:00
go.sum initial commit 2024-12-16 17:01:53 -07:00
gomod2nix.toml initial commit 2024-12-16 17:01:53 -07:00
README.md initial commit 2024-12-16 17:01:53 -07:00
sqlc.yaml initial commit 2024-12-16 17:01:53 -07:00
types.go initial commit 2024-12-16 17:01:53 -07:00

frm

frm is an embeddable HTML form builder for Go.

This is a work in progress and not production-ready

Usage

Inspiration

This project is heavily inspired by opnform. OpnForm is very good, and if you don't have an embeddable in Go requirement, then you should consider OpnForm instead.