FRAMEWORKS
A backend for every framework
Whatever you build with, your form POSTs to Formstork and submissions land in a dashboard, your inbox, and your tools. No server, no backend code.
ReactFormstork receives submissions from any React form, emails you each one, and keeps every message in a searchable dashboard. Your component POSTs the form data, and there is no server or API route to build.ViewNext.jsFormstork is the backend that receives your Next.js form's POST. Send your fields to the endpoint with your access key, and Formstork emails you each submission, sets the visitor's email as reply-to, and saves it to a searchable dashboard, no API route or database required.ViewVueFormstork is the backend that receives your Vue form's POST. Point your submit handler at the Formstork endpoint with your access key, and every submission is emailed to you, saved to a searchable dashboard, and answerable by hitting reply.ViewNuxtFormstork is the backend that receives your Nuxt form's POST. Send your fields to a Formstork endpoint with your access key, and Formstork emails you each submission, sets the visitor's email as the reply-to, and saves it to a searchable dashboard. There is no server route to build or keep running.ViewSvelteFormstork is the backend that receives your Svelte form's POST. Your component sends its fields to a Formstork endpoint with your access key, and Formstork emails you each submission, sets the visitor's email as the reply-to, and saves it to a searchable dashboard.ViewSvelteKitFormstork receives the submissions from your SvelteKit forms, emails you each one, and saves it to a searchable dashboard. No API route to build, no server to run, no database to wire up.ViewAstroFormstork receives the submissions from your Astro form, emails you each one, and keeps every message in a searchable dashboard. No server to run, no backend code to write.ViewAngularFormstork receives submissions from any Angular form, emails you each one, and keeps every message in a searchable dashboard. No server to stand up and no backend code to write.ViewHTMLFormstork is the backend that receives your HTML form's POST. It emails you every submission, sets the visitor's email as the reply-to, and stores each one in a searchable dashboard, with no server to run.ViewAlpine.jsAlpine.js gives you a reactive form, but nothing on its own catches the submission. Point your @submit handler at Formstork and every entry is emailed to you and saved to a searchable dashboard, with no server to run.ViewWebflowWebflow's native form handling routes every submission through Webflow and keeps your data on their side. Set a custom form action that posts to Formstork instead, and each submission reaches your inbox and a searchable dashboard with no Webflow limits in the way.ViewFramerFramer builds the page but does not process form submissions. Formstork is the backend that receives the POST: drop an HTML embed pointing at Formstork, and every submission is emailed to you, saved to a searchable dashboard, with the visitor's email set as the reply-to.ViewWordPressFormstork receives submissions from any HTML form on your WordPress site, emails you each one, and keeps every entry in a searchable dashboard. No form plugin, no SMTP setup, no backend code.ViewGatsbyFormstork is the backend your static Gatsby site posts to. Your form sends its fields to a Formstork endpoint with your access key, and Formstork emails you each submission, sets the visitor's email as the reply-to, and saves it to a searchable dashboard.ViewRemixFormstork receives submissions from any Remix form, emails you each one, and keeps every message in a searchable dashboard. Your route POSTs the form data straight to Formstork, so there is no action to write or database to build.ViewSolidJSFormstork receives submissions from any SolidJS form, emails you each one, and keeps every message in a searchable dashboard. Your component POSTs the form data, and there is no server or API route to build.ViewQwikFormstork receives submissions from any Qwik form, emails you each one, and keeps every message in a searchable dashboard. Your component$ POSTs the form data from an onSubmit$ handler, and there is no server or API route to build.ViewPreactFormstork receives submissions from any Preact form, emails you each one, and keeps every message in a searchable dashboard. Your component POSTs the form data, and there is no server or API route to build.ViewHugoFormstork receives the submissions from your Hugo contact form, emails you each one, and keeps every message in a searchable dashboard. Hugo builds static HTML, so there is no server to run and no backend code to write.ViewEleventyFormstork receives the submissions from your Eleventy form, emails you each one, and keeps every message in a searchable dashboard. No server to run, no backend code to write.ViewLaravelFormstork is the backend that receives your Laravel form's POST. It emails you every submission, sets the visitor's email as the reply-to, and stores each one in a searchable dashboard, so you skip the route, controller, and Mailable.ViewDjangoFormstork is a hosted backend that receives your Django form's POST. It emails you every submission, sets the visitor's email as the reply-to, and stores each one in a searchable dashboard, so you skip the SMTP config, models, and spam filtering.ViewRuby on RailsFormstork is the backend that receives your Rails form's POST. Send your fields to the endpoint with your access key, and Formstork emails you each submission, sets the visitor's email as reply-to, and saves it to a searchable dashboard, no ActionMailer setup or database migration required.ViewjQueryFormstork is the backend that receives your jQuery form's Ajax POST. Send the form data to the Formstork endpoint with your access key, and every submission is emailed to you, saved to a searchable dashboard, and answerable by hitting reply. There is no server or API route to build.ViewExpressFormstork is the backend that receives your form's POST. It emails you every submission, sets the visitor's email as the reply-to, and stores each one in a searchable dashboard, so you skip the Express route, nodemailer, and storage.ViewJekyllFormstork receives the submissions from your Jekyll contact form, emails you each one, and keeps every message in a searchable dashboard. Jekyll builds static HTML, so there is no server to run and no backend code to write.View