The Minimalist Time Tracker Built for Seamless Workflows

timetrckr eliminates friction. No accounts, no clutter, and zero distractions. Just enter your task, hit play, and own your focus.

Load Timer...

Task Logs

No tasks yet...

Designed for Ultimate Productivity.

📺

Mini-Timer

Keep an eye on your active session with a floating window that stays on top of all desktop applications—whether coding or designing.

🔒

100% Private

Your logs belong entirely to you. All tracking records are securely saved directly within your browser's local storage. No servers, no cookies.

Frictionless

A distraction-free utility optimized for sheer speed. Clean responsive layouts, immediate controls, and native system dark mode.

See It In Action

vs-code // project-workspace
import { useState, useEffect } from "react";
import styled from "styled-components";

export default function ProductivityEngine() {
const [flowState, setFlowState] = useState(true);

useEffect(() => {
console.log("Deep work session active. Distractions blocked.");
}, []);

return<FlowStateContainer/>;
}
Picture-in-Picture
🗖
00:42:17
❚❚

Frequently Asked Questions

Is timetrckr free to use?

Yes, it is completely free, open-source, and independent. There are no premium paywalls, no tracking scripts, and no artificial limitations on how many tasks you can log.

Where is my time tracking data stored?

Your privacy is guaranteed. All recorded tasks, timestamps, and active sessions are saved directly inside your browser's local storage. None of your data ever touches an external database or tracking server.

Does the Picture-in-Picture window work on my browser?

The Document Picture-in-Picture feature is a modern native web API. It works flawlessly across Chromium-based desktop browsers (Google Chrome, Brave, Arc, Edge, Opera) on Windows, macOS, and Linux.

Can I export my task logs?

Yes. Since timetrckr is built into your workflow environment, you can quickly clear or read your history logs directly via the clean list interface. (Advanced CSV export tools are currently integrated directly inside the local engine).

Do I need to sign up for an account?

No. There is zero signup required. timetrckr is a true web utility—you simply open the URL, type your current focus task, hit play, and immediately step into your flow state.