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

# Friday Studio

> Import and build powerful AI workflows that run on your machine, on your schedule, with your data. 

Friday Studio is a desktop app that runs AI workflows on your machine. Describe what you want in the chat, and Friday builds it: the agents, the schedule, the connections between steps. The result is a `workspace.yml` file you can read, edit, share, and import on any machine. It runs exactly as built, every time.

Every workflow is transparent configuration. Nothing is trapped in someone's head.

<Note>
  Friday Studio currently supports macOS. Windows and Linux support are on the
  way.
</Note>

## The building blocks

Everything in Friday is built from three concepts. Once you understand them, any workflow is straightforward to reason about.

<CardGroup cols={1}>
  <Card title="Signals" icon="bolt" href="/core-concepts/signals">
    How work starts. A signal is anything that tells Friday it's time to act, like a cron schedule, an incoming webhook, or a manual trigger from the UI. You define what to listen for; Friday handles the rest.
  </Card>

  <Card title="Agents" icon="robot" href="/core-concepts/agents">
    What does the work. Friday ships with a full library of built-in agents
    covering web research, GitHub, Slack, Jira, Bitbucket, HubSpot, code
    execution, knowledge retrieval, and more. Each one is purpose-built for its
    domain. When you need something that doesn't exist, Friday writes the agent
    itself based on what you're trying to accomplish.
  </Card>

  <Card title="Jobs" icon="list-check" href="/core-concepts/jobs">
    How agents work together. A job is a pipeline that chains agents into a sequence, passing structured data from one step to the next. Steps can branch conditionally or wait on upstream results. The whole thing is defined in configuration, making it transparent, repeatable, and easy to modify.
  </Card>
</CardGroup>

Put them together and you get workflows that trigger on their own, execute reliably across multiple agents, and produce consistent results every time.

## What people build with Friday

<AccordionGroup>
  <Accordion title="Inbox Zero — AI email triage that learns your preferences" icon="envelope">
    Friday reviews your last 10 unread emails and walks you through them one at a time. Archive, keep, delete, or unsubscribe. It remembers what you chose and applies those patterns automatically next time. Set it to autopilot and it runs every morning at 8am, handles the high-confidence calls itself, and flags anything it's unsure about.

    [See the space →](https://github.com/friday-platform/friday-studio-examples/tree/main/inbox-zero)
  </Accordion>

  <Accordion title="Daily Operating Memo — your morning briefing, in your inbox" icon="newspaper">
    Every weekday at 7:30am, Friday pulls your calendar and emails, synthesizes them into a single briefing with your top priorities for the day, and delivers it to your inbox before you open your laptop.

    [See the space →](https://github.com/friday-platform/friday-studio-examples/tree/main/daily-operating-memo)
  </Accordion>

  <Accordion title="Networking CRM — relationship tracking via Telegram" icon="people-group">
    Message a Telegram bot in plain English: "Had coffee with James today, follow up in two weeks." Friday remembers everything, surfaces who you should reach out to this week, and answers questions about your contacts. No forms, no spreadsheets.

    [See the space →](https://github.com/friday-platform/friday-studio-examples/tree/main/networking-crm)
  </Accordion>

  <Accordion title="GitHub PR Reviewer — inline code review posted directly to GitHub" icon="code-pull-request">
    Paste a pull request URL in chat. Friday reads the full diff, analyzes for bugs, security issues, and style problems, then posts an inline review with line-level comments and a verdict directly to the PR.

    [See the space →](https://github.com/friday-platform/friday-studio-examples/tree/main/github-pr-reviewer)
  </Accordion>

  <Accordion title="Competitive Monitor — weekly intel briefing on your competitors" icon="magnifying-glass">
    Every Monday morning, Friday scans for the past week of activity across product, pricing, partnerships, and leadership, and delivers a sourced briefing with confirmed dates and direct article links. No fabricated entries, no noise.

    [See the space →](https://github.com/friday-platform/friday-studio-examples/tree/main/competitive-monitor)
  </Accordion>

  <Accordion title="RTX Price Monitor — hourly stock alerts for any product" icon="tag">
    Friday scrapes Best Buy, Newegg, Amazon, and B\&H every hour. When a listing drops under your target price and is in stock, it sends you an email with a direct buy link. Easily reconfigured for any product by asking Friday in chat.

    [See the space →](https://github.com/friday-platform/friday-studio-examples/tree/main/rtx-price-monitor)
  </Accordion>
</AccordionGroup>

## Frequently asked questions

<AccordionGroup>
  <Accordion title="Is Friday free to use?">
    Yes, for most people. Friday is free if you're an individual using it for personal, non-commercial purposes, a team of fewer than 5 people, or a business with under \$1M in annual recurring revenue.

    For production use beyond those criteria, a commercial license is available from Tempest Labs. [Contact us](/contact#commercial-licensing) if that applies to you.
  </Accordion>

  <Accordion title="Is Friday open source?">
    Friday is source-available. You can read the code, fork it, and build on it
    under the terms of the
    [LICENSE](https://github.com/friday-platform/friday-studio/blob/main/LICENSE).
  </Accordion>

  <Accordion title="Does Friday have a cloud version?">
    Coming soon. [Let us know](/contact) if you have specific features you'd like
    to see in a cloud version; we're actively shaping it.
  </Accordion>

  <Accordion title="Do you offer implementation support?">
    Yes. We love working with teams building on Friday. [Reach out](/contact#implementation-support) to set up a time.
  </Accordion>
</AccordionGroup>

## What’s Next

<Columns cols={2}>
  <Card title="Quick Start" icon="rocket" href="/getting-started/quickstart">
    Install Friday Studio and run your first space in under 5 minutes.
  </Card>

  <Card title="Space Examples" icon="book-open" href="https://github.com/friday-platform/friday-studio-examples">
    9 ready-made spaces covering email, GitHub, Telegram, Google Sheets, price
    monitoring, and more.
  </Card>
</Columns>
