✍️Writing & Content50🎨Image Generation63🎬Video & Animation103🎵Audio & Music85💬Chatbots & Assistants81💻Coding & Development345📈Marketing & SEO117Productivity289🎯Design & UI/UX92📊Data & Analytics98📚Education & Research42💼Business & Finance108🏥Healthcare & Wellness19🔍Search & Knowledge20🤖AI Agent Infrastructure171🛡️AI Security & Testing26🧊3D & Spatial22🔎SEO Tools50🏡Real Estate6🗃️Data Extraction57🧠ADHD & Focus Tools11🔬Research & Academia26🧩LLM APIs & Models24⚙️Automation & Workflows23🔐Security & Privacy15📊Analytics & BI11⚖️Legal & Contracts9
here.now logohere.now
vs
Spanlens logoSpanlens

here.now vs Spanlens: Which is Better in 2026?

A comprehensive comparison of here.now and Spanlens covering features, pricing, use cases, and which tool is the right choice for your needs.

⚡ Quick Verdict

Choose here.now if:

  • You need publish over plain http from any agent, no sdk required or no account needed for a 24-hour site

Choose Spanlens if:

  • You want more affordable paid plans (from $29/mo)
  • You need one-line instrumentation via a cli that rewrites your call sites or request logging with cost, latency and token counts for openai, anthropic and gemini

ChatGPT already recommends here.now or Spanlens. Does it recommend yours?

If you're building an AI tool, run a free AI-visibility scan on your own product — we ask ChatGPT across 5 prompt angles and score how often you get named. ~30 seconds, no signup, no card.

here.now vs Spanlens: At a Glance

Attribute
here.now
Spanlens
Pricing Model
Free
Freemium
Starting Price
Free to use
Free plan + paid from $29/month
Free Tier
✓ Yes
✓ Yes
Category
AI Agent Infrastructure
AI Agent Infrastructure
Features Count
6 features
6 features
Shared Features
0 features in common

Pricing Comparison: here.now vs Spanlens

Understanding the pricing differences between here.now and Spanlens is crucial for making the right choice. Here's how their plans compare side by side.

here.now Pricing

Free$0forever
View full here.now pricing →

Spanlens Pricing

EnterpriseCustom
Hosted Free is$0/month
Pro is$29/month
Team is$149/month
EnterpriseCustom
View full Spanlens pricing →

💡 Pricing takeaway: Both here.now and Spanlens offer free tiers, making it easy to try before you buy. Compare the specific plans to find the best value for your use case.

Feature-by-Feature Comparison

Here's how every feature from here.now and Spanlens stacks up.

Feature
here.now
Spanlens
Publish over plain HTTP from any agent, no SDK required
No account needed for a 24-hour site
Random unguessable URLs, with optional password or email allowlists
Team workspaces with their own subdomain
Environment variables for third-party API keys
Custom domains, served from Cloudflare's edge
One-line instrumentation via a CLI that rewrites your call sites
Request logging with cost, latency and token counts for OpenAI, Anthropic and Gemini
Agent workflow tracing in a Gantt view
PII and prompt-injection detection on request content
Three-sigma anomaly detection and cheaper-model recommendations with dollar savings
Fully MIT self-host with no feature gating, plus Ollama and LangGraph tracing

What Makes Each Tool Unique

🔵 Unique to here.now

Features available in here.now but not in Spanlens:

  • Publish over plain HTTP from any agent, no SDK required
  • No account needed for a 24-hour site
  • Random unguessable URLs, with optional password or email allowlists
  • Team workspaces with their own subdomain
  • Environment variables for third-party API keys
  • Custom domains, served from Cloudflare's edge

🟣 Unique to Spanlens

Features available in Spanlens but not in here.now:

  • One-line instrumentation via a CLI that rewrites your call sites
  • Request logging with cost, latency and token counts for OpenAI, Anthropic and Gemini
  • Agent workflow tracing in a Gantt view
  • PII and prompt-injection detection on request content
  • Three-sigma anomaly detection and cheaper-model recommendations with dollar savings
  • Fully MIT self-host with no feature gating, plus Ollama and LangGraph tracing

Use Case Recommendations

Best for: here.now

here.now is web hosting designed for the moment an AI agent produces something that needs a URL. The interaction is deliberately minimal: tell the agent to publish to here.now, and the files are online at a random subdomain seconds later with no account, no project setup and no deploy configuration. Any agent that can make an HTTP request can use it — Claude Code, OpenClaw, Cursor, Codex, Amp or anything else — and the homepage hands you a setup prompt to paste into whichever one you use. There is also an installable skill (npx skills add heredotnow/skill --skill here-now -g) for agents that support that pattern. What gets published is whatever the agent just built and you now need to look at or send to someone: dashboards, prototypes, one-off tools, visualisations, reports, presentations, galleries, media files. Anonymous sites expire after 24 hours; registering a free account makes them permanent. Access control is more thought-through than the pitch suggests — URLs are random and unguessable by default, and a site can be password-protected or restricted to specific email addresses and domains. Workspaces give a team a shared subdomain with memorable URLs and member-only visibility by default. Third-party API keys can be attached as environment variables so a published site can talk to Stripe, Notion or OpenRouter. Files sit on Cloudflare's network and serve from the nearest edge. Custom domains are supported.

Ideal use cases:

  • Teams or individuals who need publish over plain http from any agent, no sdk required
  • Teams or individuals who need no account needed for a 24-hour site
  • Teams or individuals who need random unguessable urls, with optional password or email allowlists
  • Teams or individuals who need team workspaces with their own subdomain
  • Anyone focused on hosting workflows
  • Anyone focused on agents workflows
Try here.now

Best for: Spanlens

Spanlens is an MIT-licensed LLM observability platform whose main design goal is that instrumenting an application should cost one line rather than an afternoon. A CLI initialiser rewrites the call sites for you, after which every OpenAI, Anthropic and Gemini request is logged with its cost, latency and token counts, and multi-step agent workflows are traced into a Gantt view that shows where the time and money actually went. Beyond straight logging it runs three checks that most cost dashboards do not: anomaly detection on a three-sigma basis, PII and prompt-injection detection on request content, and a model recommendation pass that proposes cheaper models with a dollar-figure saving attached rather than a vague suggestion. Recent SDK releases added Ollama support for local models and LangGraph tracing, so self-hosted and graph-structured agent stacks are covered alongside the hosted APIs. The licensing position is the sharpest part of the pitch: the vendor states the project is fully MIT with no `ee/` folder, meaning there is no enterprise-only directory carved out of the open-source repository — self-host with Docker Compose and every feature listed on the paid tiers is available at zero cost. The hosted tiers exist to sell managed retention, seats and alerting rather than to gate functionality, and the site publishes direct comparisons against Langfuse and Helicone.

Ideal use cases:

  • Teams or individuals who need one-line instrumentation via a cli that rewrites your call sites
  • Teams or individuals who need request logging with cost, latency and token counts for openai, anthropic and gemini
  • Teams or individuals who need agent workflow tracing in a gantt view
  • Teams or individuals who need pii and prompt-injection detection on request content
  • Anyone focused on llm-observability workflows
  • Anyone focused on tracing workflows
Try Spanlens

🤖 Other AI Agent Infrastructure Tools to Consider

here.now and Spanlens aren't the only options. Here are other popular tools in the same space:

🏷️

Is one of these your tool?

This page ranks for "here.now vs Spanlens" — buyers comparing the two land here, and ChatGPT and Perplexity cite it. Claim your listing for $19 one-time — no subscription, nothing to cancel — and get a Featured badge, top placement in your category, and a permanent dofollow backlink. Prefer it ongoing? Monthly is one click away on the next page.

Frequently Asked Questions

Is here.now better than Spanlens?

It depends on your needs. here.now offers 6 key features including Publish over plain HTTP from any agent, no SDK required and No account needed for a 24-hour site, while Spanlens provides 6 features including One-line instrumentation via a CLI that rewrites your call sites and Request logging with cost, latency and token counts for OpenAI, Anthropic and Gemini. here.now uses a free model with a free tier, while Spanlens is freemium with free access available. Choose based on which features and pricing model align with your requirements.

Is here.now cheaper than Spanlens?

here.now doesn't have standard paid plans, while Spanlens starts at $29/month. Both tools offer free tiers, so you can try each before committing. Always check the official websites for the most current pricing.

Can I use here.now and Spanlens together?

Yes, many users combine here.now and Spanlens in their workflow. here.now excels at publish over plain http from any agent, no sdk required, while Spanlens shines with one-line instrumentation via a cli that rewrites your call sites. Using both allows you to leverage the strengths of each tool, though this means managing two subscriptions — though free tiers can help manage costs.

What's the main difference between here.now and Spanlens?

While both are ai agent infrastructure tools, here.now emphasizes publish over plain http from any agent, no sdk required, whereas Spanlens is known for one-line instrumentation via a cli that rewrites your call sites. The best choice depends on your specific workflow and feature priorities.

Learn More

Related Comparisons

📬 Get the best new AI tools delivered weekly

One concise email with fresh launches, trending picks, and featured standouts.