Forms: a form backend that links to session replay
Point any HTML form at one endpoint and get submissions emailed, spam filtered, and stored in an inbox — with a link to the replay of the visit that produced each one.
newForm endpoints: POST to one URL from plain HTML, React, fetch, or curl. No backend code, no database.
newSpam filtering that weighs a honeypot, submit timing, content heuristics, bot fingerprints, and IP reputation into a single score. Spam is stored so you can audit it, never emailed, and never billed.
newEvery submission links to the session replay of the visitor who sent it, when the recorder is installed on the same site.
newSubmissions inbox with read, archive, delete, spam filtering, and per-submission detail.
newEmail notifications to confirmed recipients only, with Reply-To set to the submitter so replying just works.
newFile uploads on paid plans: up to 5 files and 4 MB per submission.
newHosted thank-you and error pages, or redirect visitors to your own — validated against the site's domains so the endpoint cannot become an open redirect.
newSend a test submission from the dashboard: runs the real path and reports the spam verdict, exactly who could be emailed, and where visitors land. Does not count against your quota.
improvedCountry is shown by full name rather than a two-letter code, in notification emails and across the dashboard.
fixedOutgoing email was being rejected because the configured sender address was not a verified SES identity. This affected every notification the platform sends — form submissions, recipient confirmations, team invites, usage alerts, uptime and server alerts, and the contact form.
·v2.5
Server CPU & memory monitoring
The Nevision agent now reports per-host CPU, memory, disk, and network telemetry every 10 seconds. Threshold alerts shipped alongside.
newServer agent for Linux x86_64 / ARM64 (Ubuntu, Debian, RHEL, Alpine, Amazon Linux).
newPer-host metrics: CPU per core, RSS/cache memory, disk usage and IOPS, network bytes in/out, load average, top processes.
newTag-based grouping (env, role, region, cluster) across dashboards and alerts.
newThreshold alerts on any metric (e.g. memory.used_pct > 90 for 5m).
improvedServer view in dashboard with live charts and 30-day history.
·v2.4
Frontend & backend log management
Console.log/warn/error from the browser unified with backend logs from any service. Search, filter, tail in real time.