Form to DB

A new tool from Retool promises “one-click” web forms that write directly to a database, aiming to spare developers from building custom backends and frontends for basic data collection. Commenters compare it to long-standing options like Google/Microsoft Forms, Airtable-style products, open-source and self-hosted alternatives, and even legacy tools like MS Access and InfoPath, debating trade-offs in pricing, lock-in, performance, and complexity. Many welcome the tight database integration and free usage tier, but question marketing claims, the reliance on a broader SaaS platform, and whether React-heavy approaches are warranted for simple forms.

Product purpose and positioning

  • New Retool Forms / “Form to DB” is pitched as a one-click form builder that writes directly to a database or data warehouse.
  • Key capabilities mentioned: JS for validation/logic, arbitrary code on submission via Retool Workflows, choice of Retool’s DB or user’s DB, and self-hosting in a VPC.
  • Some commenters like the concept and say Retool “nailed” forms-on-database; others argue “form to DB” is a solved problem for decades.

Docs, demo, and self-hosting

  • Multiple people complain the landing page lacks a demo, docs link, or clear pricing info.
  • Retool adds and points to documentation mid-thread and clarifies self-hosting is via generic Retool self-hosted deployments (typically Docker on a VM).
  • Confusion noted about self-hosted requirements seeming overkill for just forms and about the lack of a direct download link.

Pricing and business model

  • Forms are clarified as “completely free” with no limits; other Retool products are paid.
  • Several see Retool’s broader platform as expensive, especially for many or infrequent end-users, or customer-facing portals.
  • Retool defends higher pricing as necessary for sustainability, citing competitors that shut down and forced rewrites.
  • Others counter that open-source, self-hosted tools mitigate vendor risk without high SaaS pricing.

Comparisons and alternatives

  • Many alternatives are listed: VisualDB, Airforms, Airsequel, Teable, MyOwnDB, Formial, Budibase, Tooljet, Grist, Directus, Google/Microsoft Forms, etc.
  • Some challenge the claim that there was no “one click” DB-backed form tool, referencing Budibase and older tools like FrontPage/ColdFusion.
  • Some argue that for many orgs, Google/Microsoft Forms + Sheets/Excel are sufficient unless design or deeper integration is needed.

Front-end technology and UX debate

  • Long sub-thread debates using React vs plain HTML forms, htmx, jQuery, and Preact.
  • One side: most forms are simple; extra JS size and complexity hurt performance and maintenance.
  • Other side: complex, multi-step forms with rich validation and widgets benefit from React-style architectures despite bundle size.

Relation to legacy enterprise tools

  • Comparisons to Oracle Forms, Microsoft InfoPath, and MS Access; nostalgia for Access-like “forms on a database.”
  • Some wish for a modern, file-based, non-SaaS Access replacement; others note Access often devolved into unmaintainable systems.