SaaS for real-time analytics

Operate RAT analytics with enterprise-grade isolation

CloudRAT is the managed control plane for the open-source wenesay/rat tracker: projects, API keys, billing, and audit-friendly logging—so your team can ship insights without stitching infrastructure.

No credit card to start · Cancel any time · Your data is not sold for ads

Transport
HTTPS (TLS)
Access
JWT + API keys
Tenancy
Per-project keys
Compliance
GDPR-oriented tools

Built for teams shipping real-time telemetry

Everything you expect from a serious analytics backend—without operating your own fleet.

Privacy-conscious by default

We do not sell customer analytics for advertising. Export and deletion workflows support GDPR-style obligations—see our Privacy Policy.

Low-latency ingestion

Designed around the RAT analytics pipeline for responsive dashboards and API access—scale projects as you grow.

Multi-tenant operations

Organizations, memberships, and isolated project API keys—ready for agencies and product lines.

From repository to production in three steps

CloudRAT hosts the service; RAT stays open source on GitHub.

  1. 1

    Create your workspace

    Register and start the 14-day trial—explore the dashboard without payment details.

  2. 2

    Install the RAT SDK

    Pull @wenesay/rat from the public repo and bundle it in your app.

    wenesay/rat on GitHub →
  3. 3

    Connect with your project key

    Create a project in CloudRAT, copy the API key, and point the SDK at your CloudRAT endpoint.

Transparent pricing

India-first tiers. Additional capacity and data export are documented in product configuration.

Trial

Evaluate the full product experience.

₹0

14 days · Up to 9 projects

  • Analytics APIs and dashboard
  • Per-project API keys
  • Email support
  • No card required to start
Start trial
Popular

Pro

For production workloads on CloudRAT.

₹500

Per month · Up to 9 projects

  • Everything in Trial
  • Priority support lane
  • Billing via Razorpay
  • Add-on packs for more projects
Create account

One-time ₹1 platform fee applies at checkout per current plan terms.

Security you can explain to your stakeholders

We combine standard web hardening with SaaS primitives so your security reviewers get clear answers—not buzzwords.

  • Transport and application hardening

    HTTPS for data in transit, security headers (Helmet), CORS allow-lists, and rate limits on sensitive routes.

  • Authentication and secrets

    Passwords hashed with bcrypt; API access via JWT and per-project keys—rotate keys from the dashboard when needed.

  • Auditability

    Audit logging supports operational review and enterprise-style governance; admin tooling aligns with GDPR export/delete flows described in our policies.

Formal certifications (e.g. SOC 2) are a roadmap conversation—contact us for enterprise requirements.

Platform controls

  • ONInput validation on API surfaces
  • ONTenant-scoped project access
  • ONBilling and subscription enforcement
  • ONAdmin audit log visibility
Review the full legal framework: Privacy · Terms · License

Developer documentation

The hosted product API lives on your CloudRAT deployment. The tracker SDK is developed in the open.

RAT SDK repository

Build steps, package usage, and issue tracking for @wenesay/rat.

github.com/wenesay/rat →

Quick integration sketch

After you create a project, configure the client with your key and endpoint.

import { Rat } from '@wenesay/rat';

const rat = new Rat({
  apiKey: 'your-project-api-key',
  endpoint: 'https://your-domain.com/api/analytics'
});

rat.track('page_view', { path: '/dashboard' });

Ready to run RAT in production?

Spin up a trial workspace, create a project, and validate end-to-end tracking in under an hour.