🎉 🎉 🎉 Jitsu Connectors are now generally available!

Find a plan to power your data pipeline

Free

$0

Captured Events
  • Unlimted
Active Events
  • 200k events/mo included
    Upgrade to paid plan to get extra events
Connectorssoon
  • Unlimited Connectors
  • Manual runs
  • Up to 1 daily active syncs


Clickhouse
  • UI Access
  • API Access
Other features
  • Events debugger
  • Unlimited destinations
  • Custom domains
  • Configuration API
Deployment Options
  • Jitsu Cloud
  • Jitsu Private Cloud
  • On Prem
Most Popular

Business

$99

per month

Captured Events
  • Unlimited
Active Events
  • 2M events/mo included
    Then $40 per additional 1M events

Connectorssoon
  • Unlimited Connectors
  • Up 1-hour sync
  • Up to 5 daily active syncs
    Then $10 per additional 1 active sync
Clickhouse
  • UI Access
  • API Access
Other features
  • Events debugger
  • Unlimited destinations
  • Custom domains
  • Configuration API
    soon
Deployment Options
  • Jitsu Cloud
  • Jitsu Private Cloud
  • On Prem

Enterprise

Custom

Captured Events
  • Unlimited
Active Events
  • Custom


Connectorssoon
  • Unlimited Connectors
  • Up to 1-min syncs
  • Unlimited active syncs


Clickhouse
  • UI Access
  • API Access
Other features
  • Events debugger
  • Unlimited destinations
  • Custom domains
  • Configuration API
    soon
Deployment Options
  • Jitsu Cloud
  • Jitsu Private Cloud
  • On Prem
Other options

Open source

Free. Forever

MIT License
Self-host on any cloud provider
Cloud native
No usage limits
Community support

Frequently asked questions

  1. What is captured event

    Captured (incoming) event is the event that was sent to Jitsu. We never charge for captured events and they always remain free
  2. What is active event

    Active event is a event that has been sent to at least one destination. Each captured event can be sent to multiple destinations, or to no destinations at all. If event is sent to multiple destinations, it is counted as one active event. Jitsu billing is based on the number of active events. You can sent unlimited number of events to Jitsu, and filter unwanted events with Functions. Filtered events won't affect your billing.
  3. What is Jitsu Private Cloud?

    Jitsu Private Cloud is a dedicated single-tenant deployment of Jitsu. It is deployed on your or our dedicated cloud sub-account (GCP or AWS) and managed by Jitsu. You servers are not shared with other customers.
  4. What is Jitsu On Prem?

    Jitsu on-prem is a deployment of Jitsu on your infrastructure. It can be deployed on any cloud provider, or on your own servers.
  5. What is daily active sync

    Active sync as a successful sync to from a particular connector to a destination. Multiple syncs from same connector to a same destination during the day are counted as one active sync.

Still have questions?

Chat with our friendly team!

Start analyzing your data in 3 easy steps

01
Capture
As easy as adding a Google Analytics Tag. Capture events from your site, your app, and everywhere else your customers engage.
./index.html
<script 
 async
 src="https://data.yourcompany.com/p.js">
</script>
02
Store
Use a data warehouse for maximum autonomy and control. Share data with anyone in any team.
file_type_mysql
03
Discover
Unlimited flexibility to understand user behaviour, engagement and experience. Get and send trusted data everywhere it needs to go
--get signup page views in the last day
select * from events where
  context_page_path = '/signup' and
  timestamp > now() - interval '1 day'