nowfound

Alternatives

Products that do what Sightmap – Runtime context for agents using your web app does

We wrote more about sightmaps on our blog: https://sightmap.org/blog/sightmap/ Checkout the full schema: https://github.com/sightmap/sightmap/blob/main/spec/v1/schem...

  1. 1

    Dynamic Real-time Heatmaps for the Web

    2014

  2. 2
    Witness99

    Animated users sessions heatmaps of your website.

    2018

  3. 3

    Agent-ready web context for any MCP client.

    Aug 2026 · docs.firecrawl.dev

  4. 4
    stagewise182

    The coding agent that works in its own browser environment

    Apr 2026

  5. 5
    FATMAP88

    Global 3D map and adventure guidebook for the outdoors!

    2018

  6. 6

    Visualize Google location history data on a heatmap 🗺️

    2018

  7. 7

    Generate visual sitemap from any website. Just write URL

    2020

  8. 8M

    A web platform I've written to make it easy for people to share goespatial time series data and display it on animated heatmaps. There's also a social media component that allows you to write comments, follow, share and like data sets that you want to engage with. You can also download the CSV data and embed animations into your own websites. People uploading datasets can also choose to make money by accepting donations. Please check out the home page for more details: https://mapipedia.com Here are some samples of things created with the platform (press the play button to start…

    2019

  9. 9

    Build Smarter Agents using Structured Context

    19d ago · github.com

  10. 10

    Portable memory for agent workflows

    Apr 2026

  11. 11SO

    We're open-sourcing Sighthound today, our rules-based static security scanner. What makes it special is that it's coded in rust and uses tree-sitter as it's AST making it very fast and easily extensible. Why build another scanner in 2026? We wanted to improve some of our detection outcomes but noticed the current open source scanners like Semgrep/Opengrep we're capped by a bunch of adoption limitations such as being written in OCaml, requiring a lot of work to add a language parser, and the rulesets were licensed differently and required paid offerings. It also felt that licensing was…

    Jul 2026 · github.com

  12. 12FA

    Generate, build, plan and visualize your website structure. Collaborate with your team in real-time to gather content, improve your site architecture, design, UX and SEO. Start prototyping instantly using AI. Please visit https://app.figmaps.com/ and try it out yourself (Login as guest, no registration required!)

    2023 · figmaps.com

  13. 13CM

    I've been vibe-coding tools to automate chunks of my consulting work, fell down a rabbit hole, and started building actual products. Suddenly I'm in a world of unknown-unknowns and known-unknowns. One of the bigger things to solve was understanding code the LLM generated that I didn't fully grasp. What does it touch? What reads and writes where? Is the auth path where I think it is? So I built codeflowmap. Point it at a repo and it maps the dependency and call graph, then surfaces the read / write / auth paths between files and functions. Connect a local model (Ollama) or any…

    Jun 2026 · github.com

  14. 14IW

    The use case am considering is to do self testing on your site yourself, rather than depending on any third party, I plan to OpenSource it. I am storing the mouse movement coordinates of the user in a javascript array which I plan to send to server every few seconds and save into DB. Where I plan to aggregate the data and show final results. What do you think? http://websymphony.github.com/labs/trackerapp/ Currently tested on only Chrome.

    2011

  15. 15HM

    I made this as a pair programming exercise with o1-preview. o1 did most of the heavy lifting, through high level prompts, but eventually I needed to diverge from it to get to completion. My initial prompt was: --- I'm making a web app: It's like 4chan, but each thread starts with a gps coordinate. People can only post text and images. I want to build it with flask and sqlalchemy. I want just the backend and data model that supports these threads, anonymous users, and users that can register a permanent username. Write as much of it as you can for me. --- This produced a fully scaffolded…

    2024 · mapchan.com

  16. 16TT

    Hello, we're the Treenix team. We're building typed low-code runtime where humans and agents collaborate to build applications and workflows. Write a simple TypeScript class with methods, and Treenix automatically delivers admin interface, storage, API and MCP, access rules, UI form and audit trail. Views in Treenix are reactive, data-bound, and synced across all clients. They also support display contexts: data can render differently depending on the situation — a table in one place, a list in another. You can register multiple Views for the same data type, and the view engine picks the…

    Jun 2026 · github.com

  17. 17RR

    I built a small demo showing a robotics runtime executing entirely inside the browser via WebAssembly. The example workload is a simple flight controller hooked up to a small world simulator. The runtime comes from copper-rs, an open-source robotics runtime written in Rust for deterministic workloads. While robotics stacks are often tightly coupled to specific OS distributions and environments, here, the same code runs on microcontrollers (for example this flight controller also compiles for STM32H7 and flies real drones) as well as on desktop OS targets like Linux, macOS, and Windows. The…

    Mar 2026 · cdn.copper-robotics.com

  18. 18

    Find sitemap files and URL lists from any public site

    Jul 2026 · apify.com

  19. 19

    Local control plane for subagents and agent execution graphs

    Jul 2026 · npmjs.com

  20. 20

    A directory of Context Plugins, one per API. Each one grounds your coding agent in the API’s real specification, so what it writes is ready for production.

    3d ago · context.apimatic.io

  21. 21EA

    Yet another "talk to your data and build a dashboard" app, where data does not leave your browser. You ask a question, agents produce multiple SQL queries to in-browser sqlite, never seeing results, and write dashboard configuration code. The data you analyze will be indexed with a local semantic index (embeddings generation + sqlite vector search fully local). Next, sandboxed QuickJS runs this code to produce rich dashboards directly in your browser, no backend attached. This is a fully frontend app (except OpenRouter or other remote LLM). All data sent to LLM's is heavily sanitized and…

    Jun 2026 · eatmydata.ai

  22. 22

    Website change intelligence for production safety

    12d ago · sitemapper.oortstack.com

  23. 23LA

    Hello HN, I am building a devtool to understand existing codebases. The idea originates from my time at big tech as well as various attempts to get involved in open source projects. When I was in college I wanted to improve my coding skills by contributing to opensource projects. I would pickup a bug or feature request but I always found myself stuck at the very first step. I did not understood where and how to begin contributing. I once submitted a patch in firefox which was labeled "Good first issue" but that was still very handheld. The assigner told me exactly which files I need to…

    2024 · lucidcode.ai

  24. 24GY

    Hi all, I've been working on this devtool for 1 month now for myself at first and I'll be curious to see if it's something that could work for you as well. So basically, it detects bugs in your website in production from real user sessions, an llm clusters them by severity and it provides the complete context of the issue that you can copy-paste into your coding agent to fix it in one go. Why did I create it? I've been shipping fast with tools like Cursor and Claude Code. The problem? When bugs happen in production, these tools have zero context about what actually went wrong. Sentry is…

    Nov 2025 · sonarly.dev

Ranked by how close each launch is in meaning, then by votes. Refine with a description →