Free during public preview

Collect form submissions
without building a backend.

Point any HTML form at one endpoint, use the visual builder, or POST JSON from your app. Submissions land in your inbox and a clean dashboard — with spam protection and analytics built in.

  • No credit card required
  • Endpoint ready instantly
  • Cancel or delete anytime
submit.sh
curl -X POST https://forms.pixelverse.tech/api/forms/YOUR_FORM_ID/submit \
  -H "Content-Type: application/json" \
  -d '{"name":"Ada","email":"ada@example.com","message":"Hello!"}'

← { "ok": true, "id": "sub_8f2c…" }   ✦ owner + sender emailed
Submissions routed9,217+across live workspaces
Response time< 200msmedian API latency
Time to live2 minfrom sign-up to first form
Backend code0lines required on your side

One endpoint, any form

Stop writing the same form handler again

Every form you create gets its own stable POST URL. Set it as your <form action>, or send JSON from your framework of choice - React, Vue, Svelte, a static site, a mobile app. PixelVerse Forms validates, stores, and routes the submission for you.

  • Accepts multipart/form-data and JSON payloads
  • No schema - send whatever fields your form has
  • CORS-ready, works from any origin you allow
  • Predictable JSON responses for success and errors
contact-form.jsx
async function onSubmit(data) {
  const res = await fetch(
    "https://forms.pixelverse.tech/api/forms/a3f1.../submit",
    {
      method: "POST",
      headers: { "Content-Type": "application/json" },
      body: JSON.stringify(data),
    }
  );
  return res.json(); // { ok: true, id: "sub_..." }
}

Inbox-native

Run it entirely from your inbox

Every submission arrives as a clean, threaded email - the instant it's sent. Read it. Reply to it. Forward it to a teammate. Find it again months later with a search. It behaves exactly like the email you already manage all day, because that is all it is. The dashboard is there when you want more - you are never required to open it.

  • Instant owner notifications, formatted to read at a glance
  • Optional automated receipts for the person who submitted
  • Reply, forward, and archive with the tools you already use
  • Editable templates - your wording, your branding, no SMTP setup
PV

PixelVerse Forms

notifications@pixelverse.tech

now

New submission · Contact - Marketing Site

Name
Ada Lovelace
Email
ada@example.com
Message
Loved the launch - can we book a demo next week?
Delivered in 180ms

A dashboard that respects your time

See everything, drown in nothing

Server-side aggregation means your numbers are ready the moment the page loads. Track submission volume, scan the latest entries, organise forms into folders, and drill into any single submission - without a spinner in sight.

  • Real-time totals and 7-day trends
  • Full submission history, searchable
  • Folders to keep projects tidy
  • Export your data whenever you need it

Overview

Your workspace at a glance

Total forms12
Last 7 days348
All-time9,217

Latest submissions

  • 2m ago
    Contact — Marketing Sitename: Ada · email: ada@example.com · message: Loved the launch…
  • 1h ago
    Beta Waitlistemail: dev@studio.io · role: Frontend engineer
  • 3h ago
    Support Requestsubject: Billing question · message: Can we switch plans mid-cycle?

Why teams choose it

The best form backend is
the one you forget is there.

Submissions arrive as ordinary email you can read and reply to. Validation, spam filtering, and delivery all happen automatically behind the scenes. The dashboard is there when you want the full picture - on a normal day, you won't need to open it.

How it works

Collecting a form submission shouldn't need a backend.

Normally, even a simple contact form means building a server, a database, and email sending - then keeping it all running. PixelVerse Forms replaces every part of that with one URL. Here is the whole process, start to finish.

  1. 1

    Create a form and get its URL

    Sign up, add a form, and you instantly have a submission URL that belongs to it. Nothing to install or deploy.

  2. 2

    Point your form at that URL

    Paste it into your form's action, or POST to it from your code. That is the only setup, and you only do it once.

  3. 3

    Someone fills in your form

    We check the submission for spam, save it securely, and send the emails - automatically, the instant it arrives.

  4. 4

    You receive the submission

    It reaches you as a normal email, and it is saved in your dashboard. Read and act on it wherever suits you.

In your inbox

Every submission is a clean email. Open it, read every field, and reply to the person or forward it to your team - exactly like any other message you handle.

In the dashboard

Need the bigger picture? Open the dashboard to browse every submission, search past entries, organise forms into folders, and export your data.

The platform

Built in, not bolted on

Everything below ships in the box. There is nothing to install, no plan to upgrade to, and no add-on to buy.

One endpoint per form

A stable POST URL for every form. Wire it up once and forget about it.

Instant email notifications

Owner alerts and sender confirmations sent the moment a form is submitted.

Spam protection

A built-in honeypot plus per-IP and per-email rate limiting. No captcha.

Visual form builder

Drag-and-drop fields and publish a hosted form with a shareable link.

Server-side analytics

Aggregated totals and trends computed on the server - instant on load.

Folders & organisation

Group forms by project or client and keep a growing workspace tidy.

Secure by default

Encrypted in transit and at rest, with verified email and session auth.

Editable email templates

Adjust the wording and branding of every notification and receipt.

Fast, everywhere

Served from the edge with a sub-200ms median submission response.

Quickstart

It really is just one form tag

Use a plain HTML form, or post JSON from your app. Both hit the same endpoint and behave identically.

index.html
<form method="POST"
      action="https://forms.pixelverse.tech/api/forms/YOUR_FORM_ID/submit">
  <input name="name" placeholder="Your name" />
  <input name="email" type="email" />
  <textarea name="message"></textarea>
  <button>Send</button>
</form>

FAQ

Questions, answered

No. PixelVerse Forms is the backend. You point your form at an endpoint and we handle validation, storage, email delivery, and spam filtering for you.

No. Every submission is emailed to you the moment it arrives, formatted as a clean, threaded message you can read, reply to, forward, and search like any other email. The dashboard is there when you want history, analytics, or organisation - but day to day, your inbox is all you need.

Yes. Any client that can send an HTTP POST works - plain HTML forms, React, Vue, Svelte, static sites, mobile apps. We accept both form-encoded and JSON payloads.

When a form is submitted we email you a notification containing the full submission. If you enable confirmation emails, the person who submitted the form also receives an automated receipt of their own entry.

Every form includes a built-in honeypot field, plus per-IP and per-email rate limiting. It keeps automated junk out without forcing your visitors through a captcha.

Yes. If you would rather not write any HTML, the drag-and-drop builder lets you assemble a form and publish it as a hosted page with a shareable link.

PixelVerse Forms is free during public preview - no credit card required. You can create an account and start collecting submissions right away.

Built by PixelVerse Digital

The form backend we use for our own client work

PixelVerse Forms is a product by PixelVerse Digital - the studio behind pixelverse.tech. We built it to power the contact and lead forms across our own global portfolio of client websites and digital infrastructure. It isn't a side experiment: it's the tool our team depends on in production every day, which is why it's robust, deeply customisable, and held to the standard that real client work demands.

Visit pixelverse.tech

Production-tested

Running live on real client sites across our portfolio - not a demo.

Deeply customisable

Shaped by the needs of agency work, from templates to routing.

Maintained by the team that uses it

Built and improved by the same people who rely on it daily.

Free during public preview

Ship your next form in two minutes

Create an account, grab your endpoint, and start collecting submissions today.

  • No credit card required
  • Endpoint ready instantly
  • Cancel anytime