Back to browse
FormProxy – form back end for AI-generated pages – MCP Ready

FormProxy – form back end for AI-generated pages – MCP Ready

by gagan2020·Jun 1, 2026·3 points·0 comments

AI Analysis

●●SolidBig BrainShip It

MCP skill lets AI agents provision form backends during code generation.

Strengths
  • MCP integration enables autonomous form provisioning mid-generation session
  • HMAC-signed webhooks and dead-letter retry queues for enterprise reliability
  • Zero SDK required—works with any framework that can POST to a URL
Weaknesses
  • Formspree and Netlify Forms already solve the core problem well
  • Google Sheets integration currently broken pending OAuth app review
Target Audience

Developers using AI code generation tools

Similar To

Formspree · Formsubmit · Netlify Forms

Post Description

I kept running into the same problem building with AI code tools: the generated HTML looks great, but the <form> has no backend. You either reach for Formspree, write a serverless function, or ship it broken.

FormProxy wires it up in one step. Drop a page URL, get a POST endpoint, and submissions route to Slack, webhooks, or Google Sheets. (Google Sheets is currently unreliable — waiting on Google's OAuth app review, which is taking longer than expected. Webhook and Slack are production-ready.)

The angle I'm most interested in: there's an MCP skill so LLMs can provision the form endpoint themselves during code generation. Claude or GPT-4 can call FormProxy mid-session, inject the action URL into the HTML it's writing, and the page ships with a working form — no manual wiring.

Happy to be challenged on: why not just Formspree, how the MCP skill actually works in practice, and what the right pricing model is for this. I've been going back and forth on per-submission vs. per-endpoint.

formproxy.com — free tier available.

Similar Projects

Developer Tools●●Solid

Production-Ready NestJS Back End (Multi-Tenancy, Event-Driven)

Concrete, hands-on demos — row-level multi-tenancy implemented with Prisma, async jobs via BullMQ/Redis, and tracing through OpenTelemetry/Jaeger — make this a useful reference for people building SaaS backends. It’s not reinventing the stack, but the repo bundles several production patterns and infra pieces together in a way that’s easy to explore; would be stronger with architecture diagrams, runnable quickstart scripts and example data.

Niche GemShip It
PkLavc
104mo ago
Productivity●●Solid

SkillForge – Turn Screen Recordings into Agent-Ready Skills

SkillForge turns the old 'show, don't tell' trick into code: record a task, and their AI teases clicks, keystrokes and navigation out of pixels into a stepwise skill file you can edit and export. The ability to trim video, rewrite steps via AI, and output a SKILL.md for agent frameworks is a practical, opinionated workflow that could shortcut lots of brittle RPA scripting — my main questions are reliability across dynamic UIs and privacy/recording controls, but the product direction is smart and tangible.

WizardrySolve My Problem
YaraDori
123mo ago
Security●●Solid

Security Scanner for Agent Skills and MCP

Finally a security linter for MCP configs before you accidentally execute a prompt injection payload.

Solve My ProblemShip It
lirantal
701mo ago