2 个仓库
Backend services that handle form submissions without requiring a traditional database.
Distinct from Google Sheets Manipulations: Candidates focus on specific Google Sheets manipulations or client-side submission, not the backend identity.
Explore 2 awesome GitHub repositories matching web development · Serverless Form Backends. Refine with filters or upvote what's useful.
本项目是一个无服务器表单处理器和后端服务,用于捕获 HTML 表单提交并将数据直接写入 Google Sheets。它作为一个集成工具,将表单输入名称映射到电子表格列标题,从而在无需专用后端数据库的情况下实现数据收集自动化。 该服务包含一个路由系统,根据隐藏字段值将提交内容定向到特定的电子表格标签页。为了维护数据完整性,它通过清理输入以防止公式执行来实现电子表格注入保护,并使用蜜罐字段来过滤自动机器人提交。 其他功能包括一个电子邮件通知服务,在提交成功或失败时发送自动警报。该系统处理输入数据到电子表格行的映射,并提供实时潜在客户捕获和信息跟踪机制。
Acts as a backend service that captures HTML form submissions and writes data to Google Sheets.
This project is a professional portfolio framework designed to generate responsive, personal resume websites. It utilizes a centralized configuration file to manage work history, skills, and contact information, decoupling content from the visual presentation layer to ensure a structured and consistent professional presence. The framework distinguishes itself by using a data-driven approach where resume content is mapped directly to components, ensuring that updates to professional profiles are reflected across the site through a single source of truth. It leverages static site generation and
Processes form submissions via backend functions without requiring a persistent server.