Privacy-conscious by default
We do not sell customer analytics for advertising. Export and deletion workflows support GDPR-style obligations—see our Privacy Policy.
SaaS for real-time analytics
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
Everything you expect from a serious analytics backend—without operating your own fleet.
We do not sell customer analytics for advertising. Export and deletion workflows support GDPR-style obligations—see our Privacy Policy.
Designed around the RAT analytics pipeline for responsive dashboards and API access—scale projects as you grow.
Organizations, memberships, and isolated project API keys—ready for agencies and product lines.
CloudRAT hosts the service; RAT stays open source on GitHub.
Register and start the 14-day trial—explore the dashboard without payment details.
Pull @wenesay/rat from the public repo and bundle it in your app.
Create a project in CloudRAT, copy the API key, and point the SDK at your CloudRAT endpoint.
India-first tiers. Additional capacity and data export are documented in product configuration.
Evaluate the full product experience.
₹0
14 days · Up to 9 projects
For production workloads on CloudRAT.
₹500
Per month · Up to 9 projects
One-time ₹1 platform fee applies at checkout per current plan terms.
We combine standard web hardening with SaaS primitives so your security reviewers get clear answers—not buzzwords.
HTTPS for data in transit, security headers (Helmet), CORS allow-lists, and rate limits on sensitive routes.
Passwords hashed with bcrypt; API access via JWT and per-project keys—rotate keys from the dashboard when needed.
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.
The hosted product API lives on your CloudRAT deployment. The tracker SDK is developed in the open.
Build steps, package usage, and issue tracking for @wenesay/rat.
github.com/wenesay/rat →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' });
Spin up a trial workspace, create a project, and validate end-to-end tracking in under an hour.