Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
CLI-first form builder with BYOK philosophy. Generate beautiful HTML forms from JSON schemas, handle submissions via your own SMTP server, store responses lo...
CLI-first form builder with BYOK philosophy. Generate beautiful HTML forms from JSON schemas, handle submissions via your own SMTP server, store responses lo...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
CLI-first form builder with BYOK (Bring Your Own Keys) philosophy Generate beautiful, secure HTML forms from JSON schemas. Email notifications via YOUR SMTP server, response storage on YOUR infrastructure. No external services, no gatekeeping.
Perfect for Kimi's 24/7 cloud agents: โ Works natively in Kimi.com browser tabs โ Installed via ClawHub's 5,000+ skill library โ 40GB cloud storage for form responses โ Agent-friendly email providers (agentmail.to, Resend) Your AI assistant can now generate and manage forms for you!
./scripts/generate.sh examples/feedback.json output.html
./scripts/serve.sh 3000 Visits http://localhost:3000 to see all forms.
./scripts/init.sh Creates forms/ and responses/ directories with example forms.
๐จ 8+ Field Types: text, email, textarea, select, radio, checkbox, scale/rating, date ๐ Security Hardened: XSS prevention, CSRF tokens, honeypot spam protection, rate limiting ๐ง BYOK Email: Use your own SMTP server (Zoho, Gmail, SendGrid, etc.) ๐พ Local Storage: Responses saved as JSON or CSV ๐จ Beautiful UI: Gradient purple theme, responsive design ๐ Self-Hosted: Deploy anywhere Node.js runs
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.
{ "title": "Customer Feedback", "description": "We'd love to hear from you!", "fields": [ { "type": "scale", "name": "rating", "label": "Overall satisfaction", "min": 1, "max": 5, "required": true }, { "type": "checkbox", "name": "topics", "label": "What interested you most?", "options": ["Product", "Service", "Price", "Experience"] }, { "type": "textarea", "name": "comments", "label": "Additional comments", "maxLength": 500 } ], "submit": { "email": "your-email@example.com", "storage": "responses/feedback.json" } }
Customer Feedback: Collect product/service feedback Contact Forms: Simple contact forms for websites Event Registration: Sign up forms for workshops/events Surveys: Market research, user surveys Lead Generation: Capture leads without third-party services
GateCrash Forms is NOT a service. It's a toolmaker. โ Your SMTP server (email notifications) โ Your storage (form responses) โ Your deployment (host anywhere) โ Your data (no external servers) No GateCrash accounts. No GateCrash servers. No gatekeeping.
GitHub: https://github.com/Phoenix2479/gatecrash-forms npm: https://www.npmjs.com/package/gatecrash-forms Manifesto: Read MANIFESTO.md in the project Documentation: Full docs in README.md
# Generate form from schema gatecrash-forms generate schema.json output.html # Start HTTP server gatecrash-forms serve [port] # Set global config gatecrash-forms config <key> <value> # Initialize project gatecrash-forms init # Show help gatecrash-forms help
MIT - Use it, fork it, sell it. Just don't gatekeep it. Made with ๐ฅ by Dinki & Molty "We crash gates. We don't build new ones."
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.