import { CardGrid, LinkCard } from "@astrojs/starlight/components";

Teak is a personal library for links, notes, images, files, and more. Save from any device; AI tags and organizes so you can find things with a short search.

## Get started

<CardGrid>
  <LinkCard
    title="Features"
    href="/docs/features"
    description="Card types, search, AI enrichment, and sync."
  />
  <LinkCard
    title="Desktop"
    href="/docs/desktop"
    description="Native macOS app with automatic updates."
  />
  <LinkCard
    title="Mobile"
    href="/docs/mobile"
    description="iOS app with share sheet and voice notes."
  />
  <LinkCard
    title="Browser extension"
    href="/docs/extension"
    description="One-click save from Chrome, Safari, Edge, and more."
  />
  <LinkCard
    title="Raycast"
    href="/docs/raycast"
    description="Save and search without leaving the keyboard."
  />
  <LinkCard
    title="Command line"
    href="/docs/cli"
    description="Manage cards from your terminal."
  />
  <LinkCard
    title="Import"
    href="/docs/import"
    description="Bookmarks, Raindrop, or a Teak archive."
  />
  <LinkCard
    title="Export"
    href="/docs/export"
    description="Download a portable ZIP of your library."
  />
  <LinkCard
    title="API"
    href="/docs/api"
    description="HTTP API for cards, uploads, and sync."
  />
  <LinkCard
    title="MCP & agents"
    href="/docs/ai-agents"
    description="MCP, CLI, and Agent Skill for AI tools."
  />
  <LinkCard
    title="Development"
    href="/docs/development"
    description="Run the monorepo locally."
  />
  <LinkCard
    title="Self-hosting"
    href="/docs/self-hosting"
    description="Run Teak on your own deployment."
  />
</CardGrid>

## What you can save

| Type | Examples | Auto-features |
| --- | --- | --- |
| Text | Notes, decisions | Full-text search |
| Link | Articles, tools, references | Screenshot, metadata |
| Image | Screenshots, mockups | Color palette |
| Video | Tutorials, clips | Thumbnails |
| Audio | Voice memos | Transcription |
| Document | PDFs and files | Thumbnail previews |
| Palette | Color swatches | Hex values |
| Quote | Passages with source | Source context |

## Help

<CardGrid>
  <LinkCard
    title="Support"
    href="/docs/support"
    description="Contact and bug reports."
  />
  <LinkCard
    title="Privacy Policy"
    href="/docs/privacy-policy"
    description="How we handle your data."
  />
  <LinkCard
    title="Terms of Service"
    href="/docs/terms-of-service"
    description="Rules for using Teak."
  />
</CardGrid>