Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions box/overall/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
title: "Quickstart"
---

import { Catalog } from "/snippets/catalog.jsx";

**Upstash Box lets you give your AI agents a computer.**

Every Upstash Box is a **secure, isolated cloud container with an AI Agent built-in**. Spin up as many as you want in parallel. Each one includes a full environment with a filesystem, shell, git, and a runtime. Your agent can read files, write code, and execute tasks inside it.
Expand Down Expand Up @@ -244,3 +246,24 @@ Great example use cases:
Boxes have Claude Code, Codex or OpenCode built-in.
</Card>
</CardGroup>

## Demos

<Catalog product="box" type="demo" cols={3} />

## Do more from the console

Watch your agents work, stream logs, and manage sandboxes from the dashboard.

<Tabs>
<Tab title="CLI">
<Note>
Manage and connect to your boxes from the terminal. Screenshot coming soon.
</Note>
</Tab>
<Tab title="Logs">
<Note>
Stream logs from your running boxes in the console. Screenshot coming soon.
</Note>
</Tab>
</Tabs>
11 changes: 11 additions & 0 deletions img/icons/box.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions img/icons/context7.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions img/icons/lang/python.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions img/icons/lang/ruby.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions img/icons/lang/typescript.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions img/icons/qstash.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions img/icons/redis.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions img/icons/search.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions img/icons/vector.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions img/icons/workflow.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
64 changes: 20 additions & 44 deletions introduction.mdx
Original file line number Diff line number Diff line change
@@ -1,52 +1,28 @@
---
title: Get Started
description: Serverless data and messaging for developers — Redis, Vector, QStash, Workflow, Search, and Box, with SDKs, integrations, and a full-featured console.
mode: frame
---

<CardGroup cols={2}>
<Card title="Serverless Redis" href="/redis/overall/getstarted">
Create a Redis Database within seconds
</Card>
<Card title="Serverless Vector" href="/vector/overall/getstarted">
Create a Vector Database for AI & LLMs
</Card>
<Card title="QStash" href="/qstash/overall/getstarted">
Publish your first message
</Card>
<Card title="Upstash Workflow" href="/workflow/getstarted">
Write durable serverless functions
</Card>
<Card title="Upstash Box" href="/box/overall/quickstart">
Run AI agents and code in secure sandboxes
</Card>
</CardGroup>
import { Hero, SectionHead, ProductGrid, AgentResources, Concepts, Community } from "/snippets/landing.jsx";
import { Migrate } from "/snippets/migrate.jsx";

## Concepts
<Hero />

<CardGroup cols={2}>
<Card title="Serverless" href="/common/concepts/serverless">
Upstash is serverless. You don't need to provision any infrastructure. Just
create a database and start using it.
</Card>
<Card title="Scale to Zero" href="/common/concepts/scale-to-zero">
Price scales to zero. You don't pay for idle or unused resources. You pay
only for what you use.
</Card>
<Card title="Global Replication" href="/common/concepts/global-replication">
Upstash Redis replicates your data for the best latency all over the world.
</Card>
<Card title="Access Anywhere" href="/common/concepts/access-anywhere">
Upstash REST APIs enable access from all types of runtimes.
</Card>
</CardGroup>
<div className="u-wrap">
<div id="products" />
<SectionHead eyebrow="Products" title="Pick a product and start building" />
<ProductGrid />

## Get In touch
<SectionHead eyebrow="Agent Resources" title="Build with AI agents" sub="Tools to manage and build on Upstash from coding agents and LLMs." />
<AgentResources />

<CardGroup cols={2}>
<Card title="X" icon="x-twitter" href="https://x.com/upstash">
Follow us on X for the latest news and updates.
</Card>
<Card title="Discord" icon="discord" href="https://upstash.com/discord">
Join our Discord Community and ask your questions to the team and other
developers.
</Card>
</CardGroup>
<SectionHead eyebrow="Concepts" title="How Upstash works" />
<Concepts />

<SectionHead eyebrow="Migrate" title="Migrate to Upstash" sub="Moving from another provider? Migration guides are on the way." />
<Migrate />

<SectionHead eyebrow="Community" title="Get in touch" />
<Community />
</div>
Loading
Loading