Operational

DocsGithub Open app

Operational

Github Articles Pitch Usecases Playground API

Contents

Start hereSetup Operational
Guided setup
IntroductionCreate project and API keyManage projects and teammatesSend your first eventStructured eventsAdd actionsGroup events with contextsCategories and searchView events in your projectSetup PWA on phoneLog limits and errors
The Manual
IntroductionPWA & push notificationsConventionsSetupTest modeNotifications
Integrations
Nodejs SDKPHP SDKWordpress plugin
Events API
IntroductionSend your first eventEvent parametersStructured EventsActionsContextsCategoriesError handling
Self hosting
IntroductionInstall locallyInstall on VPSInstall on RenderInstall via DockerInstall via Docker and CoolifyOnboardingSetup .envSetup PWA & push notificationsBest practicesDurability testing
Other
VisionRoadmapContributing

Guided setup

Welcome to Operational.

When you sign up, onboarding helps you create your first project and API key. After that, you can create more projects and invite teammates.

Here is a sample event you can send right away:

await ops.events.log({
  name: "project connected",
  avatar: "✅",
  category: "setup",
  content: "First project is now sending events",
});

Use this guide in order:

  1. Create a project and API key.
  2. Send your first event.
  3. Learn event types.
  4. Add actions, contexts, and categories.
  5. View events and set up PWA on your phone.

Tip: you can also use llms.txt for faster setup. Paste that URL into your favorite LLM and ask for a quick Operational integration plan.

Create project and API key

Operational

PrivacyTerms
About the product
  • Use cases
  • Playground
  • API
  • Pitch
  • Pricing
  • Wordpress plugin
Related to the product
  • Open Source
  • Articles
  • VS Logsnag
Useful articles for your SaaS
  • My experience running a Commercial OSS project
  • Force post: The Payment Hack that lets Merchants charge you without approval
  • 6 Best practices for early stage B2B SaaS customer support
  • Setup event notifications for your SaaS