Drift for Teams

Your team is losing hours
to distraction.
Drift shows you where.

A fully local, open-source focus system that gives individuals the tools to do their best work — and gives teams an honest picture of where attention actually goes.

58%
of workday spent on reactive work, not deep work*
23m
average time to regain focus after an interruption*
$0
cost to deploy Drift across your entire team
0
bytes of employee data ever leaving their device

Deep work is dying in modern teams.

Not because people are lazy. Because there's no feedback loop between intention and action.

01

No visibility into focus time

Managers track output, not the conditions that produce it. There's no way to know if your team had four hours of deep work or forty context switches.

→ Most teams have zero focus metrics
02

Notifications kill flow before it starts

Slack pings, email alerts, calendar reminders — the average knowledge worker is interrupted every 3 minutes. Real focus never has a chance to begin.

→ 3 min avg. time between interruptions*
03

Tab switching is invisible drift

Opening 8 tabs while "working" looks like productivity. It isn't. Without tracking, this drift goes completely unnoticed until the deadline arrives.

→ Workers avg. 10+ tab switches per task*
04

Existing tools are too aggressive

Website blockers create resentment. Time trackers feel like surveillance. Neither addresses the actual moment distraction begins.

→ 67% abandon focus tools within a week*
05

Remote teams drift without accountability

In-office presence created implicit focus pressure. Remote work removed that without replacing it with anything better. Drift fills that gap — privately.

→ Remote workers report 40% more distraction*
06

Data privacy blocks adoption

Most productivity tools require accounts, cloud sync, and data sharing. IT won't approve them. Employees won't trust them. Drift sidesteps all of this.

→ 100% local, zero compliance risk

* Industry research aggregated from Microsoft WorkLab, RescueTime, and UC Irvine studies

How Drift fits into how your team already works.

No onboarding. No training. No process change. Just install and start.

1

Developer starts a sprint task

Opens a new tab, sees the Drift intention prompt. Types "implement auth flow — ticket #247". Presses Enter. Drift begins silently tracking the session.

What Drift captures
Session start, intention, timestamp → IndexedDB
2

They open 6 tabs in 30 seconds

Stack Overflow, GitHub, docs, Twitter. Drift detects the tab burst. A gentle overlay appears — not a block, just a mirror: "You meant to implement auth flow." Two options: keep going or refocus.

What happens
Soft interrupt — no alarm, no shame, just awareness
3

Pomodoro ends after 25 minutes

The Web Audio chime plays. Session closes. The river map renders — a canvas visualisation of every domain visited, time on each, colour-coded by site. The honest picture of the last 25 minutes.

Output
River map PNG/SVG — shareable in standups
4

Team lead shares their river map in standup

Not to prove productivity — to model honest self-reflection. "Here's my session from yesterday. I got pulled into Slack for 40 minutes during what I thought was a deep work block." Culture shift starts here.

Team impact
Psychological safety around focus — not surveillance
5

Designer uses the web app during UI work

Opens app.html, adds tasks from today's design brief, starts a pomodoro. Drift bridges the intention to the extension — every new tab automatically shows the current task. No re-typing. No friction.

Bridge mechanism
localStorage → extension reads on every new tab

Three teams. One tool.

🚀

Early-stage startups

5–30 people · everyone wears many hats

When everyone is doing three jobs, focus is the only competitive advantage. Drift helps small teams protect deep work time without adding process overhead.

  • Set daily intentions tied to current sprint goals
  • Pomodoro rhythm keeps energy sustainable during crunch
  • River maps reveal where time actually went vs where it was planned
  • Zero setup — works on day one, no IT required
🌐

Remote & async teams

Distributed · timezone-split · async-first

Remote work removed office focus pressure without replacing it. Drift gives each team member a personal accountability loop that works entirely in their own browser.

  • No shared dashboard needed — privacy is built in
  • Async standup: share your river map export instead of a status update
  • Streak counter builds consistent daily focus habits
  • Works offline — no wifi, no problem
⌨️

Engineering teams

Developers · sprint culture · deep work heavy

Engineers already understand the value of flow state. Drift speaks their language — open source, no accounts, local-first, fully auditable. It fits naturally into existing sprint culture.

  • Intention = current ticket number — natural pairing with Jira/Linear
  • Tab burst detection catches context switching before it derails a session
  • River map exports for sprint retrospectives
  • Apache 2.0 — fork it, extend it, own it

Zero compliance risk.
Full transparency.

Most productivity tools are SaaS products that collect usage data on your employees. Drift takes the opposite position.

🔒

No data leaves the device

Everything lives in IndexedDB and localStorage on the employee's machine. IT never needs to approve it. Legal never needs to review it.

📋

Fully auditable codebase

Every line of code is public on GitHub. Your security team can review exactly what the extension does before anyone installs it.

⚙️

Fork and customize

Apache 2.0 license. Build your own version. Add your company logo, change thresholds, integrate with internal tools. No vendor permission needed.

💸

Free forever

No per-seat pricing. No enterprise tier. No upsell. Deploy to 5 people or 500 — the cost is identical: zero.

// What the extension stores
// (everything stays local)

IndexedDB:
  sessionsevents, domain names, duration
  history30 days, then auto-pruned

localStorage:
  drift_intention"current task"
  drift_active_sessionUUID
  drift_taskstodo list JSON

// What is never stored
✓ No full URLs
✓ No page content
✓ No keystrokes
✓ No analytics
✓ No remote server
✓ No account required

Works with your existing stack.

Current integrations are intentional and lightweight. The roadmap goes further.

📝

Notion

Copy your current Notion task title as your Drift intention. River map exports pair naturally with Notion session logs.

Works now

Linear / Jira

Set intention = ticket ID. Session history maps directly to sprint velocity. Export river maps into retro docs.

Works now
💬

Slack

Post session summaries to a team channel. Auto-set Slack status to "In a focus session" when a pomodoro starts.

Planned
📊

Team Dashboard

Aggregate river maps across a team. Opt-in only. See collective focus patterns without individual surveillance.

Roadmap
🗓️

Google Calendar

Auto-start a Drift session when a focus block begins on your calendar. End it when the next meeting starts.

Planned
🔁

GitHub

Link sessions to commits. See which focus sessions produced which code. Closes the loop between attention and output.

Roadmap
📈

Analytics Export

Export aggregated focus data as CSV. Feed into your own BI tools, Notion databases, or Google Sheets.

Planned
🔧

Custom via API

Open source means you build what you need. The localStorage bridge is documented and simple to extend.

Works now

Where Drift is going.

This is a vision, not a promise. Built in public, on GitHub, with full transparency.

Now

Core focus system — web app + extension

Pomodoro timer, todo list, drift detection, river map, ambient sounds, GIF backgrounds, full localStorage bridge

Now

Session history + river map export

30-day IndexedDB history, re-render any past session, export as PNG or SVG for retrospectives

Soon

PWA — offline support + install to desktop

Service worker caching, installable on any OS, works fully without internet connection

Soon

Slack status integration

Auto-set status to "In a focus session" when a pomodoro starts, clear it on break

Soon

Calendar-triggered sessions

Auto-start Drift when a focus block appears on Google Calendar or Outlook

Future

Opt-in team dashboard

Aggregate river maps across a team. Fully opt-in, no individual tracking, no surveillance — just collective focus patterns

Future

GitHub commit linking

Match focus sessions to commits. See which attention patterns produce the best code.

Try it with your team today.

Free. Open source. No account. No data leaving anyone's device. Takes 60 seconds to install.