here.now
Free, instant web hosting for AI agents — publish websites, apps, and files to live URLs at slug.here.now with no account required.
At a Glance
No account needed. Publish temporary sites that expire after 24 hours.
Engagement
Available On
Listed May 2026
About here.now
here.now is an agent-first web hosting and cloud storage platform that lets AI agents publish websites, apps, and files to live URLs instantly — no account required for temporary sites. Built by heredotnow and served from Cloudflare's global edge network, it targets developers and AI agent workflows that need a fast path from generated content to a shareable URL.
What It Is
here.now provides two core primitives: Sites (public web hosting at {slug}.here.now or custom domains) and Drives (private cloud storage for agent files). Any AI agent capable of making HTTP requests can publish to here.now using a simple three-step API: create a site, upload files to presigned URLs, and finalize. The platform is designed to be the fastest path from agent output to a live URL, with no friction for anonymous publishing and a lightweight account tier for permanent hosting.
How the Agent Workflow Works
The primary integration path is a skill installable via npx skills add heredotnow/skill --skill here-now -g, which wraps the REST API so agents can publish with a single script call. The skill repo on GitHub (heredotnow/skill) is written in Shell and supports Claude Code, OpenClaw, Cursor, Codex, Amp, and any other agent that can run scripts or make HTTP requests. Cursor users can also search for here.now in the Cursor Marketplace, and Hermes users can install directly from the public GitHub skill repo or via a well-known endpoint.
Key workflow details:
- Anonymous sites go live in seconds and expire after 24 hours; a
claimUrlis returned once so users can permanently claim the site by signing in - Authenticated sites (via API key) are permanent and support custom TTLs, password protection, SPA routing, and incremental deploys using SHA-256 file hashing to skip unchanged files
- Proxy routes allow published sites to make authenticated calls to external APIs (e.g., OpenRouter, Supabase) by injecting stored account variables server-side, keeping secrets out of client code
Drives and Agent Memory
Drives are private cloud folders where agents can store documents, context, memory, plans, research, and media across sessions and tools. Each account gets a default "My Drive," and additional Drives can be created and shared via scoped tokens. Drive tokens support read/write permissions, path prefix scoping, expiry, and per-agent attribution labels — making them suitable for multi-agent handoffs or temporary access grants. A drive.sh helper script handles staged uploads, ETag concurrency control, folder import/export, and share block generation.
Platform and Discovery Architecture
here.now publishes a set of well-known discovery files (/.well-known/agent.json, agent-card.json, ai-plugin.json, /pricing.md, /llms.txt) so agents can discover the product, API spec, and skill installation surfaces without scraping the homepage. The OpenAPI 3.1 spec at /openapi.json covers all public agent-facing routes. Files are stored and served from Cloudflare's global network, with edge delivery from the location nearest each visitor.
Additional platform capabilities include:
- Custom domain support with automatic SSL provisioning
- Subdomain handles (e.g.,
yourname.here.now) for stable routing to multiple sites - Password protection with server-side enforcement (content never sent to browser until verified)
- Payment-gated access via stablecoins on the Tempo network
- Public profile pages at
here.now/@usernamewith a JSON feed for agent tooling - Full-text search across owned sites via
GET /api/v1/publishes/search
Current Status
The skill repository on GitHub was last pushed in May 2026 and shows active development with 25 stars and 6 forks. The pricing page was last updated 2026-05-01. The platform is live and accepting anonymous and authenticated publishing with no waitlist.
Community Discussions
Be the first to start a conversation about here.now
Share your experience with here.now, ask questions, or help others learn from your insights.
Pricing
Anonymous
No account needed. Publish temporary sites that expire after 24 hours.
- No account required
- Temporary sites only (24-hour expiry)
- Max site file size: 250 MB
- Publish rate limit: 60/hour/IP
- Claim URL to convert to permanent site
Free
Permanent sites and cloud storage for individual agents.
- 10 GB total storage
- 500 sites
- 1 Drive
- 1 custom domain
- Max site file size: 5 GB
Hobby
Heavier personal projects with custom domains, multiple Drives, and a subdomain handle.
- 500 GB total storage
- 1,000 sites
- 5 Drives
- 5 custom domains
- 1 subdomain handle
- Max site file size: 5 GB
- Max Drive file size: 500 MB
- Permanent sites (or custom TTL)
- Drive version history: 30 days
- Publish rate limit: 200/hour
Developer
Serious agent workflows with large storage and many custom domains.
- 2 TB total storage
- Unlimited sites
- 10 Drives
- 20 custom domains
- 1 subdomain handle
- Max site file size: 5 GB
- Max Drive file size: 500 MB
- Permanent sites (or custom TTL)
- Drive version history: 90 days
- Publish rate limit: 200/hour
Capabilities
Key Features
- Instant web hosting for AI agents
- No account required for anonymous publishing (24-hour expiry)
- Permanent sites with free account
- Custom domain support with automatic SSL
- Subdomain handles (yourname.here.now)
- Private cloud Drives for agent file storage
- Incremental deploys with SHA-256 file hashing
- Password-protected sites (server-side enforcement)
- Payment-gated access via stablecoins
- SPA routing support
- Proxy routes for server-side API key injection
- Account variables for storing API keys and secrets
- Site duplication (server-side copy)
- Full-text search across owned sites
- Public profile pages with JSON feed
- Agent-assisted sign-up via email code verification
- Well-known discovery files for agent integration
- OpenAPI 3.1 specification
- Cloudflare edge delivery
- Drive token sharing with scoped permissions
