From 953db0260b8aca5fe7f152147c9cdcedfc844175 Mon Sep 17 00:00:00 2001 From: Snow Lee Date: Wed, 8 Jul 2026 21:07:40 -0700 Subject: [PATCH] =?UTF-8?q?feat(website):=20beardrive.ai=20landing=20page?= =?UTF-8?q?=20=E2=80=94=20"Google=20Drive=20for=20AI=20agents"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Self-contained static page (website/index.html, no build step, no dependencies): Supabase-style structure — centered hero with announcement pill and gradient payoff line, animated terminal demo, storage strip, bento feature cards, closing CTA — on a honey-amber (#f5a623) accent over near-black. Copy is built around the two value props: share files with people (public URLs) and share context across AI agents ("your agent knows what their agent knows"), with a Claude Code demo acting out both. Cloud is waitlist-only (mailto; no backend yet), no pricing shown. themes-preview.html keeps the accent-color comparison used to pick honey. README headline and intro updated to the same positioning; GitHub repo description updated to match. Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01R7Q9ZKSZRTdvrSJkYLUmYs --- README.md | 12 +- website/index.html | 581 ++++++++++++++++++++++++++++++++++++ website/themes-preview.html | 159 ++++++++++ 3 files changed, 747 insertions(+), 5 deletions(-) create mode 100644 website/index.html create mode 100644 website/themes-preview.html diff --git a/README.md b/README.md index 423c01d..2343b0d 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,16 @@ -# BearDrive — a synced file system for AI agents +# BearDrive — Google Drive for AI agents **BearDrive** mounts any folder as a synced volume: its contents stay synchronized across all your devices through cloud object storage, every change is tracked (who, when, on which device), and everything keeps working offline. The CLI is `bdrive`. -It is built for AI agent workflows — give your agents on every machine the -same `~/agent-workspace`, and notes, plans, memory files, and artifacts -follow them everywhere, with a full audit trail of which agent or human -changed what. +Two things it's for: **sharing files with people** — any synced file +becomes a public URL that renders as a page — and **sharing context across +AI agents**: give every agent on the team the same folder as memory, and +your agent knows what their agent knows. Notes, plans, findings, and +artifacts follow the team everywhere, with a full audit trail of which +agent or human changed what. ```console $ bdrive login # once per device (browser sign-in) diff --git a/website/index.html b/website/index.html new file mode 100644 index 0000000..08f6963 --- /dev/null +++ b/website/index.html @@ -0,0 +1,581 @@ + + + + + +BearDrive — Google Drive for AI agents + + + + + + + + + + + + +
+
+
Open source AGPL-3.0 · single Go binary · on Homebrew
+

Google Drive for AI agents.Your agent knows what their agent knows.

+

One synced folder for your whole team — humans and agents. + Share any file with people as a public URL; give every agent the same + memory, synced across machines in seconds. Real files. No server required.

+
+ Start syncing + +
+
+
+
+
~/acme-wiki
+

+    
+
+
+

Works with the storage you already have

+
+ Amazon S3Google Cloud StorageCloudflare R2 + MinIOany folder— or a BearDrive hub +
+
+
+ +
+
+

HOW IT WORKS

+

One command per project. That's the integration.

+

BearDrive mounts any folder as a synced volume. Your agents just + write files — every editor, every tool, every agent already knows how to do that.

+
+
01 +

Init the folder. bdrive init connects the project and + starts a background daemon. Teammates run the same command and converge on + the same files within seconds.

+
+
02 +

Agents write, everyone sees — including their agents. Claude writes + wiki/report.md on your machine; moments later it's in every + teammate's folder, where their own agent reads it — attributed, versioned, + kept forever.

+
+
03 +

Share by URL. bdrive share wiki/report.md prints a + public link that renders the file as a page — always the latest synced + version, no account needed, revocable any time.

+
+
+
your folder ←scan/materialize→ local volume ←push/pull→ object storage or a BearDrive hub +real files per-device journals, devices converge through dumb storage: +every tool works content-addressed blobs append-only, no locks, offline-safe
+
+
+
+
+ +
+
+

WHY BEARDRIVE

+

Two superpowers, one folder.

+
+
🧑‍🤝‍🧑
+

Share files with people. Anything in the folder is a + bdrive share away from being a public URL that renders as a page — + markdown, HTML, PDFs. No accounts for viewers, no "can you re-send that?", + always the latest version, revocable any time. Dropbox-link simplicity for + everything your team produces.

+
+
🧠
+

Share context across agents. The folder is shared + memory. What your agent learns today — findings, plans, decisions, notes — + is on your teammate's disk in seconds, so their agent starts tomorrow's + session already knowing it. Context stops being siloed per laptop; + every agent on the team reads from, and writes to, the same brain.

+
+
+
+
+ +
+
+

FEATURES

+

Built for teams where half the "members" are agents.

+

Sync is table stakes. What agent teams actually need is + provenance, shareability, and a security model that assumes files + are written by software.

+
+
📁
+

Real files, zero lock-in. Not a virtual filesystem, not an API. A + normal folder on disk — grep it, open it in your editor, point any agent at + it. Stop syncing any time; the files stay.

+
+
🕘
+

Every change tracked, forever. Who changed each file, when, from + which device — every past version viewable and downloadable. An agent + overwriting your doc is an annoyance, not a loss.

+
+
🔗
+

Public share links. Any synced file becomes a rendered page at an + unguessable URL: HTML as a page, markdown Obsidian-style, PDFs inline. + Sandboxed, rate-limited, living until you revoke it.

+
+
👥
+

Teams & organizations. Projects belong to your org; only + members see or sync them. Invite a teammate with one expiring link. + Accounts, device registry, and history come built in.

+
+
📴
+

Offline-first, conflict-safe. Append-only journals and + deterministic replay: devices converge without a coordination server, and + concurrent edits keep both versions as conflict copies.

+
+
🪣
+

Bring your own storage. S3, GCS, R2, MinIO, or a plain shared + directory — BearDrive needs nothing but dumb object storage. Or sync + through a hub and devices never hold cloud credentials at all.

+
+
+
+
+ +
+
+
+

CLAUDE CODE

+

Your agents become fluent in it.

+
    +
  • /beardrive:install sets a whole team project up + conversationally: CLI, sign-in, project, and sync hooks.
  • +
  • Hooks keep everything fresh — a pull when you submit a prompt + (Claude reads the team's latest files) and an async push after every edit + (artifacts hit the server seconds after Claude writes them). Works for + every teammate, plugin or not.
  • +
  • The skill teaches Claude the CLI, so "share this report with + the team" just works.
  • +
+ Explore the plugin → +
+
+
You, to your Claude
+
Write up the Q3 findings and share them with the team.
+
+
Your Claude
+
Done — I saved the report to wiki/q3-findings.md + (synced to the team) and here's a public link for anyone outside it:

+ https://beardrive.ai/s/1aad3327224e408d…
+
+
Your teammate, to their Claude
+
What did we learn from the Q3 numbers?
+
+
Their Claude
+
Per wiki/q3-findings.md — synced to this machine + four minutes ago — churn concentrated in self-serve accounts, and…
+
+
+
+
+ +
+
+

GET BEARDRIVE

+

Self-host everything. Or let us run it.

+

The entire product is open source under AGPL-3.0 — server, teams, + history, share links, nothing held back. The cloud exists for teams who'd + rather never think about buckets.

+
+
+

Open source

+
AGPL-3.0 · free forever · your infrastructure
+
    +
  • The complete server — teams included
  • +
  • One binary: bdrive web is the viewer, uploads, and sync hub
  • +
  • Any storage: S3 / GCS / R2 / MinIO / a folder
  • +
  • File-backed registries — no database to run
  • +
+ +
+
+

BearDrive Cloud

+
beardrive.ai · managed hosting · coming soon
+
    +
  • Zero setup — bdrive login and go
  • +
  • SSO, backups, and support handled for you
  • +
  • Funds the open source project
  • +
+
+ + +
+
+
+
+
+ +
+
+

Share files. Share context.
Set up in under a minute.

+

brew install, bdrive init, done. Files travel to people as URLs; context travels to every agent on the team.

+
+ Start on GitHub + +
+
+
+ + + + + + diff --git a/website/themes-preview.html b/website/themes-preview.html new file mode 100644 index 0000000..b7abcc4 --- /dev/null +++ b/website/themes-preview.html @@ -0,0 +1,159 @@ + + + + + +BearDrive — accent theme candidates + + + +

BearDrive accent themes

+

Same layout, one variable changed. Scroll — the verdict under each card is the honest trade-off.

+
+ +
+
+
🍯 Honeywarm amber#f5a623
+
+
Open source AGPL-3.0 · on Homebrew
+

A shared drive for your AI agents.Synced in seconds. Tracked forever.

+

Real files. No server required.

+
+
$ bdrive share wiki/q3-report.html +https://beardrive.ai/s/1aad3327… + anyone can open it — no account needed
+
+
The bear-brand pick. Honey is literally on-brand, warm and + optimistic, and almost untouched in dev tools — instantly distinguishable from + Supabase/Linear/Vercel. Risk: amber reads "warning" in some UI contexts.
+
+ +
+
+
🐟 Salmonwarm coral#fa8072
+
+
Open source AGPL-3.0 · on Homebrew
+

A shared drive for your AI agents.Synced in seconds. Tracked forever.

+

Real files. No server required.

+
+
$ bdrive share wiki/q3-report.html +https://beardrive.ai/s/1aad3327… + anyone can open it — no account needed
+
+
The playful pick. Bears eat salmon — a wink insiders get. + Friendly and modern (Claude/Anthropic-adjacent warmth). Risk: coral can read + consumer-y rather than infrastructure-y.
+
+ +
+
+
🧊 Glacierpolar ice blue#7dd3fc
+
+
Open source AGPL-3.0 · on Homebrew
+

A shared drive for your AI agents.Synced in seconds. Tracked forever.

+

Real files. No server required.

+
+
$ bdrive share wiki/q3-report.html +https://beardrive.ai/s/1aad3327… + anyone can open it — no account needed
+
+
The calm-infrastructure pick. Polar-bear cool, Tailscale-like + trustworthiness, great contrast on black. Risk: blue is the most crowded color + in dev tools (GitHub, Docker, Stripe) — safe but forgettable.
+
+ +
+
+
🔮 Violetthe product's own accent#a882ff
+
+
Open source AGPL-3.0 · on Homebrew
+

A shared drive for your AI agents.Synced in seconds. Tracked forever.

+

Real files. No server required.

+
+
$ bdrive share wiki/q3-report.html +https://beardrive.ai/s/1aad3327… + anyone can open it — no account needed
+
+
The consistency pick. Your web viewer already uses this violet — + landing page, product, and share pages would feel like one thing. Risk: violet-on-dark + is the Linear/Obsidian look, i.e. the "too general" you flagged.
+
+ +
+
+
🌲 CurrentSupabase green (as-is)#3ecf8e
+
+
Open source AGPL-3.0 · on Homebrew
+

A shared drive for your AI agents.Synced in seconds. Tracked forever.

+

Real files. No server required.

+
+
$ bdrive share wiki/q3-report.html +https://beardrive.ai/s/1aad3327… + anyone can open it — no account needed
+
+
The status quo. Proven legibility and OSS-community coding + ("green = open source" thanks to Supabase). Risk: it's their green — you'd + forever look like a Supabase product.
+
+ +
+ +