By · Founder, Stacktree · Last updated
alternative

The here.now alternative that is MCP-native and private by default.

here.now is agent-first static hosting with a Drives storage layer, authed by API key and no MCP server. Stacktree is the inverse on access: a real MCP server, OAuth, unguessable private URLs, an email-domain gate, and optional end-to-end encryption.

Get started free

No card · 3 pages free · about a minute

What is the best here.now alternative?

Stacktree, when the agent should publish through MCP and the output should be private the moment it exists. here.now is a strong agent-first host with two products, Sites and Drives, but it exposes no MCP server and authenticates with bearer API keys. Stacktree is MCP-native, uses OAuth, and makes every URL unguessable by default with deeper gating on top.

Why people look for a here.now alternative

here.now is genuinely built for agents, so the reasons to look elsewhere are specific rather than general. The three that come up most:

  • No MCP server. here.now installs through the agent-skills ecosystem and authenticates with a bearer API key. Its own agent card declares MCP is not a supported surface. If your stack is built around MCP tools (Claude Code, Cursor, Codex, Claude.ai), you want a host the agent calls as a native tool, not a skill wrapping an API key.
  • No OAuth. here.now uses an email-code flow to mint an API key, then a long-lived bearer token. Teams that want a standard OAuth authorization grant rather than a copied key prefer that flow.
  • Public by default. A here.now Site is a public {slug}.here.now URL with optional password protection. Some teams want the opposite default: nothing readable unless you hold the link.

Where here.now genuinely wins

This is the closest competitor on the market, and it does things Stacktree deliberately does not. Be clear about them:

  • Drives. here.now ships private cloud storage for agents: memory, context, plans, assets, and agent-to-agent handoff via scoped share tokens. Stacktree hosts static HTML only and has no durable storage layer. If your agents need persistent state or to pass files between runs, here.now is the better fit.
  • Proxy routes. A here.now static Site can proxy to an external API. Stacktree serves static HTML with no proxying.

Where Stacktree differs

Stacktree starts from a different premise on access and identity. The agent is the author, the link is the credential, and the controls live one tool call away.

  • MCP-native. A real MCP server, so the agent calls publish_html as a native tool and update_site to replace in place. No skill wrapper, no copied API key.
  • OAuth. Standard authorization grant rather than a long-lived bearer key.
  • Private by default. Every URL is unguessable and acts as the credential. here.now is public-by-default with optional passwords.
  • Email-domain gate. Restrict a link to verified addresses on a domain via magic link. here.now offers password gates, not domain gates.
  • End-to-end encryption. Optional AES-GCM in the browser with the key in the URL fragment, so the server only ever stores ciphertext.
  • Replace-in-place. One stable URL per artifact across every revision, so the link you shared yesterday shows today's version.

Workspaces and client spaces are not the same shape

here.now added Workspaces in July 2026, and it is the feature closest to what Stacktree calls a client space. Both group the artifacts your agents produce under one named address instead of leaving them as a pile of unrelated links. The difference is who the container is for.

  • A Workspace is for your team. It lives at acme.here.now, takes up to 50 members on the free tier, and access is granted to everyone on your organisation’s email domain or person by person. It is somewhere colleagues put things.
  • A client space is for one client. It has no members, because the client never makes an account. That is the entire point: they open the address, type a passcode once if you set one, and stay in for 30 days. Nobody is invited to anything.
  • The gate sits at a different level. here.now protects a site with a password you switch on per site. A Stacktree space carries the gate, and every page filed under it inherits that gate, including ones you publish next month. A page can still override with its own.
  • A client space has a front door. Bind a hostname and the space serves a generated portal at the root: every deliverable listed, newest first, on your own domain. A Workspace gives its sites an address but nothing at the root that collects them.

Both can sit on a domain you own, so that is not the dividing line. The dividing line is whether the person opening the work is a colleague you can add as a member, or a client you should never ask to sign up for anything.

Who should pick which

Pick here.now if your agents need durable storage and handoff (Drives), or if you want to proxy a static site to an external API. Those are real capabilities Stacktree does not have.

Pick Stacktree if the agent should publish through MCP rather than an API key, if you want OAuth instead of a bearer token, and if the artifact should be private the moment it exists, gated by unguessable URL, password, email-domain, or end-to-end encryption.

Switching from here.now

The move is partial by design, because the two products overlap on hosting but not on storage.

  • What transfers: your static Sites and your custom domains. Export the HTML and republish via publish_html or the dashboard, then point the domain at Stacktree on Solo or above (Cloudflare for SaaS).
  • What you gain: an MCP server, OAuth, the magic-link email-domain gate, and optional end-to-end encryption, plus replace-in-place URLs.
  • What is different: you do not get here.now Drives or proxy routes. If your agents rely on durable storage or handoff today, keep here.now for that layer and use Stacktree for the gated-publish layer.

Stacktree vs. here.now

Criterion here.now Stacktree
MCP server No. Agent-skill install plus API key; MCP is not a supported surface. Yes. Native MCP server, publish_html.
Auth model API key (bearer), minted via an email code. OAuth authorization grant.
Private by default No. Public {slug}.here.now, optional password. Yes. Unguessable URL is the credential.
Email-domain gate No. Password gate only. Yes. Magic-link verified.
End-to-end encryption No. Yes. AES-GCM, server sees ciphertext.
Replace-in-place URL Yes. Republish to the same Site. Yes. update_site, one tool call.
Anonymous first publish Yes. 24 h temporary Sites. Yes. 24 h, no card.
Agent storage / Drives Yes. Durable storage, memory, handoff tokens. No. Static HTML only.
Proxy routes Yes. A static Site can proxy to an external API. No. Static HTML only.
Pricing model Storage-tiered subscriptions (Hobby ~$4, Developer ~$20). Flat $19/$79/$249, never per-seat.
FAQ

Frequent questions

What is the best here.now alternative for AI agents? +
Stacktree, when you want the agent to publish through MCP rather than an API key. here.now is agent-first static hosting with a Drives storage layer, but it exposes no MCP server and uses bearer API keys. Stacktree is MCP-native, uses OAuth, and is private by default with email-domain gates.
Does here.now have an MCP server? +
No. here.now installs through the agent-skills ecosystem (npx skills add heredotnow/skill) and its agent card declares MCP is not supported; agents use a bearer API key. Stacktree exposes a real MCP server, so agents call publish_html as a native tool in Claude Code, Cursor, Codex, or Claude.ai.
Is here.now private by default? +
No. A here.now Site publishes to a public {slug}.here.now URL, with optional password protection you turn on. Stacktree inverts that: every URL is unguessable and acts as the credential, with optional password, magic-link email-domain gate, and end-to-end encryption layered on top.
What does here.now do that Stacktree does not? +
Drives, here.now's private cloud storage for agent memory, context, plans, and agent-to-agent handoff via scoped share tokens. here.now also supports proxy routes from a static Site to an external API. Stacktree hosts static HTML only, with no durable agent storage or proxying.
How do here.now Workspaces compare with Stacktree client spaces? +
They are the same shape aimed at different people. A here.now Workspace is a container for your team: it lives at acme.here.now, holds up to 50 members on the free tier, and grants access by your organisation's email domain or by invite. A Stacktree client space is a container for one client: it has no members at all, because the client never creates an account. They open the address, type a passcode once if you set one, and that unlock covers every deliverable in the space for 30 days. Two other practical differences: a Stacktree space serves a generated portal at its root that lists the work newest-first, so the client has one page to bookmark, and the gate is set on the space and inherited by every page rather than switched on per site.
Can I move my here.now sites to Stacktree? +
Yes. Static sites and custom domains transfer cleanly: export the HTML, republish via publish_html or the dashboard, then point your domain at Stacktree on Solo or above. You gain MCP, OAuth, the email-domain gate, and end-to-end encryption. You give up here.now Drives and proxy routes.
How does pricing compare? +
here.now uses storage-tiered subscriptions (Hobby around $4/mo, Developer around $20/mo) plus free and anonymous tiers. Stacktree is flat per workspace and never per-seat: Solo $19/mo, Studio $79/mo, Firm $249/mo, with a free 3-page trial where pages expire after 7 days. For large durable storage, here.now scales on capacity; for gated client HTML on your own domain, Stacktree is predictable.
Keep reading

Related guides

References

Sources and further reading

Publish agent HTML through MCP, private the moment it exists.

Wire in the MCP server and your agent publishes in one call. Permanent pages and your own domain from $19 a month.

Sign up free →