Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
06d34c6
marketing: homepage variants for mission, proof, captions, and agent …
RhysSullivan Sep 15, 2026
537fcbc
marketing: sidebar rail layout variants
RhysSullivan Sep 15, 2026
a8337a3
marketing: default to paper rail, fallback variant switcher
RhysSullivan Sep 15, 2026
1a27bb7
marketing: document-style homepage body
RhysSullivan Sep 15, 2026
38bef09
marketing: centre the document column beside the rail
RhysSullivan Sep 15, 2026
3de9598
marketing: centre rail and content in one fixed-width frame
RhysSullivan Sep 15, 2026
bc652c8
marketing: no graph-paper texture in rail mode
RhysSullivan Sep 15, 2026
1a5ea02
marketing: hero variants for cloud, local, and self-hosted paths; gri…
RhysSullivan Sep 15, 2026
9975e36
marketing: beam figure sits under the hero
RhysSullivan Sep 15, 2026
19125b1
marketing: settle on gridline rail and document body
RhysSullivan Sep 15, 2026
c392366
marketing: five more hero variants
RhysSullivan Sep 15, 2026
7ca39c7
marketing: byline and signature linking to Rhys on X
RhysSullivan Sep 15, 2026
28ddf74
marketing: rail CTA stack with YC badge, tabs hero default
RhysSullivan Sep 15, 2026
c04009b
marketing: remove variant picker, keep tabs hero; docker-only self-ho…
RhysSullivan Sep 15, 2026
bdbd550
marketing: desktop app, not native app
RhysSullivan Sep 15, 2026
fe47c17
marketing: drop MIT call-outs
RhysSullivan Sep 15, 2026
a629565
marketing: contact block in the sidebar, byline out of the hero
RhysSullivan Sep 15, 2026
8ee0d68
marketing: rail spy pins clicked section; contact rows are single links
RhysSullivan Sep 15, 2026
e5f01bb
marketing: rail spy tracks the section under a fixed reading line
RhysSullivan Sep 15, 2026
82b2e71
marketing: slack connect wording; remove cloudflare self-host docs
RhysSullivan Sep 15, 2026
a0b1fb0
marketing: what people say section from X posts
RhysSullivan Sep 15, 2026
e3efd07
marketing: testimonials lead with strongest posts, drift starts on fi…
RhysSullivan Sep 15, 2026
e77ee44
marketing: slower testimonial drift
RhysSullivan Sep 15, 2026
8e1729e
marketing: testimonial intro line
RhysSullivan Sep 15, 2026
5b096a0
marketing: add yours card in testimonials
RhysSullivan Sep 15, 2026
a2c3528
marketing: consistent rail buttons; safety, run-it, and about copy fr…
RhysSullivan Sep 16, 2026
9d8eb74
marketing: restore full-bleed YC badge in rail
RhysSullivan Sep 16, 2026
c2b7e5f
marketing: steps headline with logo reveals, beam label backing, plai…
RhysSullivan Sep 16, 2026
4884594
marketing: platform-specific download buttons; drop self-referencing …
RhysSullivan Sep 16, 2026
542f6b9
marketing: tab panes share one cell so switching never shifts layout
RhysSullivan Sep 16, 2026
8418880
marketing: subhead under the steps
RhysSullivan Sep 16, 2026
bee2304
marketing: tab description holds two lines so buttons never move
RhysSullivan Sep 16, 2026
bd9d9d1
marketing: dedicated pricing page
RhysSullivan Sep 16, 2026
ba2d17b
marketing: harness logos in the agent reveal; trim pricing page
RhysSullivan Sep 16, 2026
0a94943
marketing: run-it section as a four-cell grid
RhysSullivan Sep 16, 2026
ed55488
marketing: buttons inside sections keep button colours
RhysSullivan Sep 16, 2026
27c9ccc
marketing: allow markdown routes at the edge; lint and copy fixes
RhysSullivan Sep 16, 2026
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
3 changes: 3 additions & 0 deletions apps/cloud/src/edge/marketing.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ describe("isMarketingPath", () => {
"/blog/",
"/blog/some-post",
"/llms.txt",
"/index.md",
"/setup-prompt.md",
"/pricing.md",
"/og-image.png",
"/_astro/app.css",
// The blog author card loads its avatar from marketing's public/authors;
Expand Down
3 changes: 3 additions & 0 deletions apps/cloud/src/edge/marketing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ const MARKETING_PATHS = [
"/google-workspace",
"/blog",
"/llms.txt",
"/index.md",
"/setup-prompt.md",
"/pricing.md",
"/api/detect",
"/_astro",
"/authors",
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
{
"group": "Hosted",
"pages": ["hosted/cloud", "hosted/docker", "hosted/cloudflare", "hosted/tracing"]
"pages": ["hosted/cloud", "hosted/docker", "hosted/tracing"]
},
{
"group": "Concepts",
Expand Down
151 changes: 0 additions & 151 deletions apps/docs/hosted/cloudflare.mdx

This file was deleted.

2 changes: 1 addition & 1 deletion apps/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Choose how to run Executor:
- **[CLI](/local/cli)**: a background service on your machine, from the terminal
- **[Desktop app](/local/desktop)**: the same runtime, as a desktop app
- **[Executor Cloud](/hosted/cloud)**: hosted, with a free tier; nothing to run yourself
- **Self-host**: your own infrastructure, via [Docker](/hosted/docker) or [Cloudflare](/hosted/cloudflare)
- **Self-host**: your own infrastructure, via [Docker](/hosted/docker)

## Set up with your agent

Expand Down
2 changes: 1 addition & 1 deletion apps/docs/mcp-proxy.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Executor:

- **Local:** see [CLI](/local/cli) for `executor mcp` and the `add-mcp` command.
- **Hosted:** see [Executor Cloud](/hosted/cloud), or self-host on
[Docker](/hosted/docker) or [Cloudflare](/hosted/cloudflare).
[Docker](/hosted/docker).

Once a client is connected, every integration you add to Executor appears in that
agent automatically.
12 changes: 10 additions & 2 deletions apps/marketing/public/llms.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ How it works:
- Set policies: decide whether each tool is always allowed, needs approval, or is blocked.
- Use it from any MCP-compatible agent: one catalog of tools, shared across every client.

Run it your way: local CLI, a desktop app, hosted Executor Cloud, or self-hosted on Docker or Cloudflare.
Run it your way: local CLI, a desktop app, hosted Executor Cloud, or self-hosted on Docker.

## Docs

Expand All @@ -20,9 +20,17 @@ Run it your way: local CLI, a desktop app, hosted Executor Cloud, or self-hosted
## Product

- [Website](https://executor.sh): product overview and getting started.
- [Pricing](https://executor.sh/#pricing): plans for Executor Cloud.
- [Pricing](https://executor.sh/pricing): plans for Executor Cloud.
- [Install](https://executor.sh/#install): install the CLI and connect your first agent.

## For agents

Markdown representations of the pages above, for machines rather than browsers.

- [/index.md](https://executor.sh/index.md): the homepage as Markdown — what Executor is, how it works, what you get, ways to run it, pricing, and FAQ.
- [/setup-prompt.md](https://executor.sh/setup-prompt.md): a prompt to paste into a coding agent. It picks the right form of Executor, installs it, connects over MCP, and gets a first connection working.
- [/pricing.md](https://executor.sh/pricing.md): the Executor Cloud plans as Markdown.

## Source

- [GitHub](https://github.com/UsefulSoftwareCo/executor): source for the integration layer, plugins, and hosts.
Expand Down
1 change: 1 addition & 0 deletions apps/marketing/src/assets/logos/chatgpt.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions apps/marketing/src/assets/logos/copilot.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions apps/marketing/src/assets/logos/gemini.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 apps/marketing/src/assets/logos/grok.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions apps/marketing/src/assets/logos/opencode.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions apps/marketing/src/assets/logos/windsurf.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions apps/marketing/src/assets/logos/zed.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/marketing/src/assets/pfps/0xRaduan.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/marketing/src/assets/pfps/BenceRedmond.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/marketing/src/assets/pfps/DanielLockyer.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/marketing/src/assets/pfps/IanMitchel1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/marketing/src/assets/pfps/JosXa_.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/marketing/src/assets/pfps/KyleFinken.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/marketing/src/assets/pfps/MejiasDev.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/marketing/src/assets/pfps/NathanFlurry.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/marketing/src/assets/pfps/RocketmanSh.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/marketing/src/assets/pfps/Swedish_chef.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/marketing/src/assets/pfps/ThomsenDrake.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/marketing/src/assets/pfps/UltraLinx.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/marketing/src/assets/pfps/WillUndrll.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/marketing/src/assets/pfps/adamghaida.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/marketing/src/assets/pfps/aidansunbury.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/marketing/src/assets/pfps/aidenybai.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/marketing/src/assets/pfps/alexrigler.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/marketing/src/assets/pfps/andrelandgraf.jpg
Binary file added apps/marketing/src/assets/pfps/aryasaatvik.jpg
Binary file added apps/marketing/src/assets/pfps/benapatton.jpg
Binary file added apps/marketing/src/assets/pfps/branalytc.jpg
Binary file added apps/marketing/src/assets/pfps/capeflow.jpg
Binary file added apps/marketing/src/assets/pfps/chribjel.jpg
Binary file added apps/marketing/src/assets/pfps/coreyhainesco.jpg
Binary file added apps/marketing/src/assets/pfps/cramforce.jpg
Binary file added apps/marketing/src/assets/pfps/davis7.jpg
Binary file added apps/marketing/src/assets/pfps/dillon_mulroy.jpg
Binary file added apps/marketing/src/assets/pfps/erikrogne.jpg
Binary file added apps/marketing/src/assets/pfps/ethanniser.jpg
Binary file added apps/marketing/src/assets/pfps/euboid.jpg
Binary file added apps/marketing/src/assets/pfps/flybayer.jpg
Binary file added apps/marketing/src/assets/pfps/grfwings.jpg
Binary file added apps/marketing/src/assets/pfps/itschrisjayden.jpg
Binary file added apps/marketing/src/assets/pfps/itsmeblueguy.jpg
Binary file added apps/marketing/src/assets/pfps/jachands.jpg
Binary file added apps/marketing/src/assets/pfps/jeremyosih.jpg
Binary file added apps/marketing/src/assets/pfps/johnyeo_.jpg
Binary file added apps/marketing/src/assets/pfps/jwwwel.jpg
Binary file added apps/marketing/src/assets/pfps/kaeden_dev.jpg
Binary file added apps/marketing/src/assets/pfps/kr0der.jpg
Binary file added apps/marketing/src/assets/pfps/miaugladiator1.jpg
Binary file added apps/marketing/src/assets/pfps/mynameisyahia.jpg
Binary file added apps/marketing/src/assets/pfps/nateberkopec.jpg
Binary file added apps/marketing/src/assets/pfps/philzona.jpg
Binary file added apps/marketing/src/assets/pfps/rmedranollamas.jpg
Binary file added apps/marketing/src/assets/pfps/ryan_morr.jpg
Binary file added apps/marketing/src/assets/pfps/samhogan.jpg
Binary file added apps/marketing/src/assets/pfps/samilaa.jpg
Binary file added apps/marketing/src/assets/pfps/sensho.jpg
Binary file added apps/marketing/src/assets/pfps/sergical.jpg
Binary file added apps/marketing/src/assets/pfps/shuv1337.png
Binary file added apps/marketing/src/assets/pfps/somto_odera.jpg
Binary file added apps/marketing/src/assets/pfps/zaherg.jpg
Binary file added apps/marketing/src/assets/pfps/zevtnax.png
Binary file added apps/marketing/src/assets/rhys-sullivan.jpg
Loading
Loading