I built notion to docs website generator
Polished Notion-to-site converter, but Super and Feather already dominate this market.

Turns messy browser traffic into clean, agent-ready API contracts with one command.
Backend developers, AI agent builders, automation engineers
Postman · Insomnia · HTTPie
As part of our work at Kenobi[0], I used Codex to analyse an HTTP archive (HAR) for a website I was trying to see if I could use programatically, i.e. by exposing its underlying / undocumented API. That approach worked much better than I expected, so I started looking for a way to do this easily for other websites.
I couldn't find exactly what I wanted, so we decided to build Harpist -- a product in two parts: i. A Chrome extension, that allows you to record HAR files and view generated documentation; and ii. A CLI that can be used by agents to refine these HAR files and create oRPC contracts, documentation, and allow you to replay HTTP requests.
There's an agent skill that lets you use Claude or Codex to manage all of the refinement and CLI usage, so right now the workflow is as follows:
1. Open the Chrome extension and record yourself using a website (the parts you'd want to automate).
2. Tell your agent to "use Harpist to refine my latest recording".
3. When it's done, the extension lets you view documentation for the discovered endpoints.
4. Replay the endpoints and view captured auth data in the CLI yourself, or just...
5. Ask your agent to do something for you on one of the website's you've captured and processed using Harpist.
It's all open source (MIT licensed)[1], and under the hood it uses oRPC to create TypeScript-compatible API contracts, but I've mostly been focussing on the documentation for now which just uses the oRPC Scalar integration[2] to generate OpenAPI-looking docs.
I'm keen to learn what other people are doing to discover and automate web workflows at the moment, and what kind of things people _wish_ existed too.
[0] - https://kenobi.ai
Polished Notion-to-site converter, but Super and Feather already dominate this market.
Web scraping as a service, but Firecrawl and ScrapingBee already own this.
Playwright automation for demo recording, but Loom and Arcade already capture this with less technical setup.
Browser-driven API generation beats manual scrapers, but Apify, Cheerio, and Puppeteer already solve this.
Converts videos and PDFs into static JPEG streams hosted on Cloudflare Pages.
PDF-to-PPT converter, but remove.bg, Canva, and dozen AI alternatives already exist.