Files
browser-use/docs/introduction.mdx
Magnus Müller b0cab6f749 Intro slide
2025-08-24 17:39:18 -07:00

32 lines
627 B
Plaintext

---
title: "Introduction"
description: "Automate browser tasks in plain text. "
icon: "book-open"
---
<img
className="block dark:hidden rounded-2xl"
src="/images/browser-use-banner.png"
alt="Browser Use Logo"
/>
<img
className="hidden dark:block rounded-2xl"
src="/images/browser-use-banner-dark.png"
alt="Browser Use Logo"
/>
<CardGroup cols={2}>
<Card title="Local Setup" icon="terminal" href="/quickstart">
Open-source Python library.
</Card>
<Card
title="Cloud API"
icon="cloud"
href="/cloud/v2/quickstart"
color="#FE750E"
>
Scale up with our cloud.
</Card>
</CardGroup>