π¦ ClawHub
GateCrash Forms
by @phoenix2479
CLI-first form builder with BYOK philosophy. Generate beautiful HTML forms from JSON schemas, handle submissions via your own SMTP server, store responses lo...
β‘ When to Use
π‘ Examples
Generate a Form
./scripts/generate.sh examples/feedback.json output.html
Start Server
./scripts/serve.sh 3000
Visits http://localhost:3000 to see all forms.
Initialize Project
./scripts/init.sh
Creates forms/ and responses/ directories with example forms.
βοΈ Configuration
Set up your SMTP credentials globally:
gatecrash-forms config smtp.host smtp.example.com
gatecrash-forms config smtp.port 465
gatecrash-forms config smtp.secure true
gatecrash-forms config smtp.auth.user your-email@example.com
gatecrash-forms config smtp.auth.pass your-password
Or configure per-form in the JSON schema.
TERMINAL
clawhub install gatecrash-forms