What problem does it solve?
here.now helps agents publish websites from a single folder or file while also storing private artifacts in cloud Drives for handoff between agents.
Core Features & Use Cases
- Static site publishing with durable URLs: Publish an HTML site (with
index.html at the published root) or publish raw files like images, PDFs, or media to a {slug}.here.now URL, with support for updating an existing site via --slug.
- Private Drive storage for agent-to-agent handoff: Upload and share files privately via Drive tokens, so sensitive agent context, plans, research, and assets can persist without being publicly published.
- Operational guardrails and state tracking: Uses
curl, file, and jq, supports API-key vs anonymous publishing flows, writes .herenow/state.json as an internal cache for anonymous updates, and prefers live API behavior when docs or behavior diverge.
Quick Start
Use here.now to publish a folder named my-site by running the publish script with your folder path, e.g., ask the AI to run it as: publish my-site with here.now’s publish.sh and return the resulting site URL.