/now network

A live directory of people's /now pages — what they're learning, building, reading, and working on right now.

What we do

You create a /now page on your website describing what you're currently focused on. We auto-fetch it, extract topics, and make you discoverable by what you're actually doing — not just your name or job title.

How it works

  1. 1.Add a /now page to your website about what you're up to.
  2. 2.Submit your URL here. Optionally add a now.json for structured data.
  3. 3.We scrape your page every 6 hours, extract topics, and list you in the directory.

now.jsonoptional

For richer structured data, add a now.json file at your website root. We check for this before scraping HTML.

{
  "version": "1.0",
  "updated": "2026-03-15",
  "now": {
    "doing": ["Building a SaaS", "Freelancing"],
    "learning": ["Rust", "System Design"],
    "reading": ["Designing Data-Intensive Apps"],
    "location": "Chennai, India"
  },
  "profile": {
    "name": "Your Name",
    "url": "https://yoursite.com"
  }
}

Place it at yoursite.com/now.json. All fields under now are optional.