What Is here.now?
here.now is instant web hosting built specifically for AI agents. It turns any file or folder into a live, shareable URL in seconds. No setup, no config files, no build pipelines, no deploying to Vercel and waiting. Just tell your agent what you want, and it appears on the web.
Here is what makes here.now different from traditional hosting:
- Instant publishing -- your agent uploads files and gets a live URL in under 5 seconds
- No account required -- anonymous sites work immediately (they expire in 24 hours; claim them to keep forever)
- Served from Cloudflare's edge network -- fast loading for visitors worldwide
- Custom domains supported -- use your own domain when you are ready
- Password protection -- lock sites behind server-side authentication
- Proxy routes -- connect to external APIs (LLMs, databases, payments) with server-side credential injection so keys never reach the browser
- Works with all agents -- Claude Code, OpenClaw, Cursor, Codex, or anything that makes HTTP requests
Where to Find It
Visit here.now to learn more. The documentation lives at here.now/docs and the source skill is on GitHub.
Installation
Tell your agent:
can you install the here.now skill for publishing websites?
Your agent will run:
npx skills add heredotnow/skill --skill here-now -g
That is it. Your agent now has the ability to publish any file or folder to the web with a live URL. If npm is not available, the fallback installer works too:
curl -fsSL https://here.now/install.sh | bash
Publish Your First Site
Once the skill is installed, publishing is as simple as describing what you want. Here is an example prompt:
build me a personal portfolio website with a hero section, an about me section, a projects grid, and a contact form.make it dark themed with smooth scroll animations. publish it to here.now when it is done.
Your agent will create the HTML, CSS, and assets, then publish everything to here.now. In seconds, you get a live URL like https://bright-canvas-a7k2.here.now/ that you can share anywhere.
No manual uploads. No DNS configuration. No waiting for builds.
Advanced: SuperClaws Apps Integration
This is where your agent becomes genuinely powerful. SuperClaws agents can connect to external apps and services, pulling data and generating content automatically.
Generate Images with Replicate
Want custom images on your website? Connect the Replicate app through SuperClaws and ask your agent to generate them:
build me a landing page for my photography studio.use Replicate to generate a hero image showing a moody portrait studio with dramatic lighting. also generate a few gallery thumbnails showing different photography styles. publish the finished site to here.now.
Your agent calls Replicate to generate the images, builds the site layout, and publishes everything as one cohesive package.
Auto-Populate from LinkedIn
Connect your LinkedIn profile through SuperClaws so your agent can pull your professional information and use it as website content:
build me a personal website using my LinkedIn profile.pull my work experience, education, and skills from LinkedIn and turn it into a clean, professional portfolio site.include a headshot section and a timeline of my career.make it look sharp -- dark mode, modern typography. publish it to here.now.
Your agent reads your LinkedIn data, structures it into sections, and generates a polished site without you typing a single line of content. If the copy needs adjusting, just ask -- your agent rewrites and republishes instantly.
Combine Everything
The real magic happens when you layer these together:
create a website for my new startup. use my LinkedIn profile for the about/team section. use Replicate to generate a logo and product screenshots. pull our latest tweets for a social proof section. make it investor-ready with a pitch deck download link. publish to here.now.
What would have taken a designer, developer, and a week of back-and-forth happens in a single conversation with your agent.
From Anonymous to Permanent
Without an API key, here.now sites expire in 24 hours. To make a site permanent:
- Sign up at here.now (free account)
- Ask your agent:
save my here.now API key to ~/.herenow/credentials - Future publishes are permanent automatically
Permanent sites on the free plan include 5 sites with generous storage. For more, the Hobby plan at $4/month unlocks additional sites, higher limits, and custom domain support.
Connect Your Own Domain
When you are ready to move from a .here.now subdomain to your own branding:
- Add your domain in the here.now dashboard
- Point your DNS: CNAME to
fallback.here.now(subdomains) or ALIAS for apex domains - SSL is provisioned automatically
Your agent can handle this too. Just say:
connect my domain portfolio.example.com to my here.now site
What You Can Build
here.now is not just for portfolios. Your agent can publish anything:
- Landing pages and marketing sites
- Dashboards and data visualizations
- Interactive tools and calculators
- Documentation sites
- Games and prototypes
- Presentations and slide decks
- PDF and media galleries
- Internal tools and admin panels
Get Started
Install the skill, describe what you want, and share the URL. That is the entire workflow.
npx skills add heredotnow/skill --skill here-now -g
Your SuperClaws agent handles the rest. From idea to live URL in seconds.