nowfound

Alternatives

Products that do what KushoAI for Playwright does

Open-source Terminal UI, just record & get exhaustive tests

  1. 1
    KushoAI153

    Open-source AI tester that lives in your CLI

    2025

  2. 2
    KushoAI156

    Thoughtfully written Playwright code for web testing

    2025

  3. 3
    KushoAI247

    Test backend journeys in minutes with AI

    2024

  4. 4

    Frontier reasoning in the terminal

    2025

  5. 5

    AI-native, Playwright Test Reporting & Management with MCP

    2025

  6. 6

    Ask your Playwright tests why they failed

    Apr 2026

  7. 7

    Local Area Network discovery tool with an interactive TUI

    May 2026

  8. 8
    mpai105

    Make existing Codex and Claude Code sessions multiplayer

    Aug 2026 · godfaddaai.github.io

  9. 9
    Termly82

    Mobile + voice access for Claude Code and terminal AI tools

    Nov 2025

  10. 10

    Spotify Wrapped for Claude, Codex & a Public leaderboard.

    Jun 2026

  11. 11

    Local-first agent trust console with a safe local workspace

    Jun 2026

  12. 12
    Skilled76

    Dashboard to find agent skills you no longer need

    May 2026

  13. 13AT

    Hi HN! I just released assistant-tui, a terminal user interface for OpenAI's Assistant API. If terminal is your thing, it can be a great way to test and evaluate the API and its results. It implements not only the API, but also all the infrastructure to make it work, including polling, local repository, and more. Feedbacks and stars are welcome! https://github.com/dalssoft/assistant-tui

    2024 · github.com

  14. 14
    Maestro20

    Bloomberg Terminal for CLI agents

    Jan 2026

  15. 15CT

    Hi HN, I’ve released a new version of chess-tui, a Rust terminal UI for playing live games against Lichess opponents. The update includes a cleaner TUI, better performance, improved keybindings, and smoother real-time integration with the Lichess API. It’s designed as a simple, fast way to play chess without leaving the terminal. Repo:https://github.com/thomas-mauran/chess-tui Feedback and bug reports are welcome. Happy to answer questions!

    Dec 2025 · github.com

  16. 16MY

    LLM observability is an absolute must-have for anyone running something in prod (or prod-like). While all the observability startups are great, you're essentially sending all your OpenAI usage history - prompts, generations, chats - to a random third party. So this script deploys a basic proxy in your Azure account, catches all incoming OpenAI requests, stores logs in your own resource group, and comes with visualizations premade (charts, timelines, chat history, cost estimation, etc). Thanks for any thoughts and feedback!

    2023 · github.com

  17. 17LT

    Hi HN fam! Hassy from Artillery (YC S21) here. Playwright got a lot of love on HN today [1] - rightfully so, it's an incredible project! - so I thought I'd resubmit [2] an open-source project that lets you run load tests with existing Playwright scripts. GitHub link: https://github.com/artilleryio/artillery-engine-playwright The basic motivation for creating the project is that load testing complex web apps is a real pain in the ass. It takes ages to build out test scripts for a non-trivial web app with traditional API-oriented tools. If you've ever had to do it, you know…

    2022

  18. 18AC

    Hi everyone, I've been working on a CLI tool that can help to easily run any model in claude, Codex, Gemini, Pi, and OpenCode. It's also an API keys manager, supports multiple providers or OpenAI/Claude/Gemini accounts. You can add openrouter, poe, Vercel AI gateways etc. It has a built-in provider that is free to all, which is using Deepseek-V4, no login or API key required, add your own when you're ready. After installation you can try claude instantly (No config, no login): aivo claude Hope it's useful to someone.

    Apr 2026 · getaivo.dev

  19. 19LR

    Hi hacker news, My name is Dillion and I'm the creator of llm.report. A few months ago, I was frustrated by the lack of observability into the OpenAI API. All of us are left in the dark about API performance, latency, cost calculation, cost breakdown, and more. I just wanted to know more about how my AI app is performing in production and make data-driven decisions to improve the product. So I ended up just building it myself. There are three parts to the platform: 1. OpenAI API Dashboard (no-code) - Enter your OpenAI key and get access to detailed insights straight from the OpenAI API…

    2023 · github.com

  20. 20TA

    This is my personal todo app, which I made a while back after the original https://xit.jotaen.net/ post. tuido is written in go, with the bubbletea tui framework. My daily workflow involves creating YYYY-MM-DD.md and taking notes, many of which are effectively low-level todos that fall below the threshold for more public or involved issue trackers. Problem was that these half-hazard todos weren't tracked at all. After seeing the [x]it spec, it seemed clear that a little tooling could fix this. I've been reasonably happy with it.

    2022 · github.com

  21. 21CF

    Hey everyone! For the past two weeks my friend and I have been heads-down building Cloi, a fully local debugging agent that runs right in your terminal. You probably know the drill—every AI coding tool asks for API keys, subscriptions, and uploads your entire codebase to the cloud. Cloi does none of that: it runs entirely on your machine, with no cloud, no API keys, no subscriptions, and zero data leaving your system. What Cloi does: - Contextual error capture: Grabs your stack trace, local files, and environment to understand the issue. - Local LLM inference: Spins up Ollama on your box and…

    2025 · github.com

  22. 22AC

    Obsidian plugin that connects to CLI agents you already have installed. No built-in LLM integration, no API keys to configure in the plugin. It spawns your tool as a child process, pipes vault context into each prompt, and streams responses into a chat panel. Supports Claude Code, Opencode, and any custom binary via a generic adapter. Adding a new agent is a single file. Free, proudly Open Source (MIT licensed). Would love feedback on this for anyone that that tries it out.

    Mar 2026 · github.com

  23. 23GT

    Hi everyone - Posting on HN for the very first time. I am working on an open-source project called Gmail-TUI that aims to replicate the Gmail Web-UI in a TUI-Environment. As of now, users can Login, navigate within this app and compose & send mail. App GIF (v0.2.0-Alpha): https://imgur.com/LGWmkLP Project Repo: https://github.com/dev-vaayen/Gmail-TUI/tree/main SMTP-Protocol in Golang: https://www.geeksforgeeks.org/sending-email-using-smtp-in-go... The Idea Behind This App Just a few days after I had installed Ubuntu, I lost the…

    2024

  24. 24AB

    I built a browser app for recording calls and turning them into transcripts/summaries without inviting a meeting bot. The current version is BYOK: you provide an OpenAI API key, stored locally in your browser. Recordings/projects stay in browser storage; selected audio/transcript text is sent to OpenAI only when you run transcription/summary. I am testing whether the wedge is real: no bot in the meeting, no SaaS workspace for recordings, summaries/exports afterward. I would appreciate feedback on the trust boundary and whether BYOK is acceptable for a first version.…

    May 2026 · wocal.app

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