๐Ÿš€ Free during beta โ€” all four tools unlocked, no charges, no credit card. Start building for free โ†’
Products

Four tools, one dashboard,
one bill, one DPA.

Most teams glue together Plausible, Sentry, BetterUptime, and a render API โ€” paying four bills, signing four DPAs, debugging four dashboards. MOJAQ bundles them under one login, hosted in Frankfurt. No data leaves the EU.

Start free See pricing
The unified pitch

One platform, four pillars, zero context switching

Each tool is good on its own. Together they tell a complete story: who's visiting, what they're doing, whether it works, and what's breaking. Cross-product correlation comes free because the data lives in one place.

1
Account
1
Invoice
1
DPA to sign
4
Tools, ready
Analytics

Privacy Analytics

Plausible-powered web analytics. No cookies, no consent banner, no IP storage. Just real-time pageviews, sessions, and goals.

  • GDPR-native โ€” your visitors don't get the cookie wall
  • Under 1 KB script, <50ms p95 ingestion latency
  • UTM, referrer, custom events, and goal funnels
  • Public sharing links โ€” embed on your status page or pitch deck
<!-- one script tag, anywhere in <head> -->
<script defer
  data-domain="yoursite.com"
  src="https://analytics.mojaq.com/js/script.js"
></script>

# custom events
plausible('Signup', { props: { plan: 'pro' } })
# url โ†’ pdf
curl -X POST https://api.mojaq.com/v1/render \
  -H "Authorization: Bearer $MOJAQ_KEY" \
  -H "Content-Type: application/json" \
  -d '{"url":"https://invoice.app/123","format":"pdf"}' \
  -o invoice.pdf

# or html โ†’ png at any viewport
{ "html": "<h1>Hello</h1>",
  "format": "png",
  "viewport": { "width": 1200, "height": 630 } }
Render API

Screenshot & PDF API

Send a URL or HTML, get back pixel-perfect screenshots or PDFs. Gotenberg under the hood, hardened for production batch workloads.

  • PDF, PNG, JPEG, WebP โ€” single endpoint, one bearer token
  • Custom viewports, device emulation, full-page or element captures
  • Webhook on completion for batch jobs (invoices, social cards)
  • Authenticated upstream requests via per-call headers
Uptime

Uptime & Heartbeat Monitoring

Watch websites, APIs, ports, and cron jobs from Frankfurt. Push monitors catch the silent failures your TCP probes miss.

  • HTTP, TCP, ICMP, DNS, gRPC, push-heartbeat โ€” one runtime
  • 30-second intervals, multi-region probes on the roadmap
  • Telegram, Slack, Discord, webhook, email alert channels
  • Public status pages with your custom domain & branding
# nightly backup heartbeat โ€” alert if no ping in 26h
curl -fsS "https://kuma.mojaq.com/api/push/$TOKEN" \
  --data-urlencode "status=up" \
  --data-urlencode "msg=backed up 51 files, 194M"

# exact pattern in our own backup.sh:
# https://github.com/mojaq/...
# Sentry SDK works as-is โ€” point DSN, ship.
import * as Sentry from "@sentry/node"
Sentry.init({
  dsn: "https://<key>@errors.mojaq.com/<project-id>",
  tracesSampleRate: 0.1,
})

# Captures stack traces, breadcrumbs, request context.
# Smart grouping deduplicates noisy errors.
Errors

Error & Exception Tracking

GlitchTip backend โ€” fully Sentry-SDK compatible. Drop in any Sentry client, point the DSN at errors.mojaq.com, you're done.

  • Sentry SDK compatible across Node, Python, Go, PHP, Ruby, .NET
  • Full stack traces, breadcrumbs, request & user context
  • Issue grouping, assignments, daily digest emails
  • Slack, Discord, webhook, and now Resend-powered email
Why bundle

The story is in the cross-product view.

Four sources of truth become one when they share a workspace. Examples of correlations you get for free:

Analytics โ†’ Errors

Spike in 500s after a deploy

Drop in conversions on the analytics dashboard lines up exactly with new exceptions in errors. Same timestamp, same filter, one click between them.

Uptime โ†’ Errors

API monitor flaps, errors stay quiet

Network-layer outage your app caught and retried โ€” uptime sees red, errors stays green. Different problem class, surfaced together.

Render โ†’ Uptime

Nightly invoice render fails silently

Render webhook never fires โ€” push monitor times out at 26h and alerts. Without the heartbeat, you'd find out from customer support.

Analytics โ†’ Render

OG image traffic by referrer

See which social shares actually drove visits, then regenerate that day's OG images at scale through the render API.

Free during beta. Then โ‚ฌ0โ€“59/mo, all four tools in every plan.

No per-tool billing. No cookie banner to add. No DPA to redline โ€” ours is ready to sign.