Datatruck
Form submissions that deliver themselves. Post JSON from any form and Datatruck summarises, tags and routes it to the right inboxes, with prepaid credits billed per delivered email.
Automation for inbound operations: every form submission summarised, tagged, and delivered to the right inbox, no manual triage. Built and shipped as part of a ten-apps-in-ten-weeks sprint.
Datatruck is a hassle-free way to manage form submissions. Forward your forms to one endpoint and let AI do the rest, route to the right people, CC stakeholders, and include a clear summary.
Think of Datatruck as your AI agent for incoming data. Post a JSON payload from any form and Datatruck will summarise, tag, and deliver it to the right inboxes, automatically, with intelligent CCs of up to six recipients per form.
Why I built it
I chose Firebase because it’s simple and easy to use: deploying the frontend through the CLI is quick, and hosting is very, very cheap. This was part of a project where I was building ten apps in ten weeks, so I needed something fast and reliable that would just work, which is why I offset all the functions into Firebase. The database is light, so Firestore covers it.
Email delivery was a little more complex. I wanted something with a low cost per send that I could connect and deploy via CLI rather than wiring up APIs. Cloudflare Email is relatively new and very easy to build on, and since Cloudflare was already managing all the DNS for the domain and the capture, it felt simple to just deploy the email there too.
Staying on Cloudflare for the brain was a deliberate call: the payload-to-email transformation runs on Workers AI (Llama 4 Scout), so one provider owns both the email pipe and the model that formats what goes down it. Stripe closes the business end with prepaid credit packs, billed per delivered email, and Sentry watches the whole thing front and back.