{"id":37224296,"url":"https://github.com/taylow/freeformed","last_synced_at":"2026-01-15T01:40:55.463Z","repository":{"id":231382384,"uuid":"781637103","full_name":"taylow/freeformed","owner":"taylow","description":"A simple, open source web form processor written in Go + HTMX + Tailwind","archived":false,"fork":false,"pushed_at":"2024-04-04T08:52:14.000Z","size":77,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-04-04T20:44:42.306Z","etag":null,"topics":["docker","docker-compose","golang","htmx","postgresql","tailwind"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/taylow.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-03T18:58:00.000Z","updated_at":"2024-06-19T10:26:18.497Z","dependencies_parsed_at":"2024-06-19T10:26:08.808Z","dependency_job_id":"48e72602-1cb6-4545-bcfb-b23b7b53f138","html_url":"https://github.com/taylow/freeformed","commit_stats":null,"previous_names":["taylow/freeformed"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/taylow/freeformed","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taylow%2Ffreeformed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taylow%2Ffreeformed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taylow%2Ffreeformed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taylow%2Ffreeformed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/taylow","download_url":"https://codeload.github.com/taylow/freeformed/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taylow%2Ffreeformed/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28441031,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-15T00:55:22.719Z","status":"ssl_error","status_checked_at":"2026-01-15T00:55:20.945Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","docker-compose","golang","htmx","postgresql","tailwind"],"created_at":"2026-01-15T01:40:54.837Z","updated_at":"2026-01-15T01:40:55.455Z","avatar_url":"https://github.com/taylow.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"\" rel=\"noopener\"\u003e\n \u003cimg width=300px src=\"https://raw.githubusercontent.com/taylow/freeformed/main/docs/img/freeformed-logo.png\" alt=\"Freeformed logo\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003ch3 align=\"center\"\u003eFreeformed - An open source HTML form processing service!\u003c/h3\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n[![Status](https://img.shields.io/badge/status-active-success.svg)]()\n[![GitHub Issues](https://img.shields.io/github/issues/taylow/freeformed.svg)](https://github.com/taylow/freeformed/issues)\n[![GitHub Pull Requests](https://img.shields.io/github/issues-pr/taylow/freeformed.svg)](https://github.com/taylow/freeformed/pulls)\n\u003c!-- [![License](https://img.shields.io/badge/license-CC--BY--NC--SA--4.0-blue)](/LICENSE) --\u003e\n\n\u003c/div\u003e\n\n---\n\nNote: This project is very early in development and should not be used in production until this message is removed.\n\n## Features\n\n✅ Implemented\n\n- 🗄️ URL-encoded form data handling and storage - Handle and store arbitrary form data without having to pre-configure the expected data\n- 🗄️ Multipart-form data and file handling and storage - Handle and store multipart-form with or without attached files\n- 🗄️ JSON handling and storage - Handle and store json data\n- 💾 Postgres storage - Store data to a postgres database\n- 💾 S3 storage - Store files to an S3-compatible object store, such as MinIO, etc.\n\n💡 Upcoming\n\n- 🕹️ Dashboard - Create/edit forms, view/delete submissions, configure data sources, all from the comfort of your browser\n- 🖥️ CLI/TUI - Host a minimal version of the form through CLI/TUI for quick and easy form processing\n- ⚓️ Docker Compose stack - A full-feature docker-compose stack\n- 🗄️ Supabase/Firebase/Pocketbase Support - For quick and easy hosting without the complexity of hosting an entire docker stack  \n- 📧 Email forwarding - Forward form submissions directly to various email addresses\n- 🪝 3rd party integrations - Forward your data to various sources, such as Slack, Discord, and Webhooks\n- 🏁 Origin protection - Prevent other sites and bots from using your form URL\n- 🤖 Spam protection - Use a mix of methods such as hidden field, origin, and ML to detect and categorise spam form submissions\n- 🏗️ Form Builder/Expected Data - Build a form before wth the built in form builder and prevent data outside defined structure\n- 🎨 View Builder - Choose from a range of views, from the default data grid, to customised charts\n\n## How it Works\n\nSimply use the generated URL in your form's `action` attribute, along with the `POST` method and the data and files will be stored in the storage of choice.\n\nWhen you submit data through your form, the data will be available via a simple, yet customisable, dashboard.\n\n## Stack\n\nFreeformed is written in Go + HTMX, with SQL, HTML, and Tailwind to support.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaylow%2Ffreeformed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftaylow%2Ffreeformed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaylow%2Ffreeformed/lists"}