> ## Documentation Index
> Fetch the complete documentation index at: https://docs.znift.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Znift is the keyboard-first task tracker for builders. Log what you did and get back to building.

## What is Znift?

Znift is a keyboard-first task tracker built for developers, engineers, and solo founders who ship daily. Press `Cmd+L`, type what you just did, hit enter — that's the full workflow. No forms, no drag-and-drop, no kanban ceremony. It's designed to disappear when you don't need it and be instant when you do.

## Plan, log, review

<CardGroup cols={3}>
  <Card title="Plan" icon="list-check">
    Add tasks with priorities and due times. Natural time input turns "2h 30m" and "3pm" into structured duration and due time — no pickers.
  </Card>

  <Card title="Log" icon="bolt">
    `Cmd+L` from anywhere logs what you just did. Works on any screen.
  </Card>

  <Card title="Review" icon="chart-line">
    Summary view rolls up any day or date range. Export to markdown for standups. Streaks track consistency.
  </Card>
</CardGroup>

## Start here

<CardGroup cols={2}>
  <Card title="Features" icon="sparkles" href="/features/quick-log">
    How the core workflows — quick log, natural time, reminders, summaries, streaks, search — actually work.
  </Card>

  <Card title="Pricing" icon="tag" href="/pricing">
    What's on Free, what's on Pro. Znift is free during early access.
  </Card>

  <Card title="Summary and standups" icon="list-check" href="/features/summary-and-standups">
    Roll up any day or range into a scannable summary. Export to markdown for standups.
  </Card>

  <Card title="Google Calendar" icon="calendar" href="/integrations/google-calendar">
    Tasks with due times appear on your Google Calendar automatically.
  </Card>
</CardGroup>

## For developers and AI agents

Znift ships a REST API, an OpenAPI spec, and a native MCP server. Your AI agent can check your tasks, a cron can create recurring todos, a CLI can add tasks from the terminal.

<CardGroup cols={3}>
  <Card title="API Quickstart" icon="rocket" href="/quickstart">
    First API call in under two minutes.
  </Card>

  <Card title="Authentication" icon="key" href="/authentication">
    API keys, rate limits, error codes.
  </Card>

  <Card title="AI Agents" icon="robot" href="/ai-agents/overview">
    MCP, Claude Code, ChatGPT — how to connect each.
  </Card>
</CardGroup>
