nowfound

Alternatives

Products that do what Opper AI does

The european AI gateway for agents

  1. 1

    Open-source platform for enterprise AI agents, web-first.

    2025

  2. 2
    BU138

    Openclaw in the cloud

    Mar 2026

  3. 3

    World's first agentic workflow exchange

    2025

  4. 4
    Krater107

    All the AI tools you use, one subscription

    May 2026

  5. 5

    Pump up your SaaS with embedded AI agents

    2025

  6. 6

    Build your own AI Agent for machines!

    2025

  7. 7
    agor102

    Orchestrate multiple AI coding agents with your team

    Nov 2025

  8. 8AC

    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

  9. 9AA

    Hey HN! I am super excited (and slightly nervous) to introduce AgentServe! AgentServe is a framework to make hosting scalable AI agents as easy as possible. With 4 lines of code AS wraps your agent (any framework) in a FastAPI and connects it to a Task Queue (celery or redis). Why Should You Care? Standardized Communication Pattern: AgentServe proposes that all agents should communicate with each other and the outside world with “Tasks” that can be submitted in a sync or async way. This simple API wil enable Framework Agnostic: No favorites. OpenAI, LangChain, LlamaIndex, CrewAI are all…

    2024 · github.com

  10. 10TF

    We've built the first General AI Agent that works seamlessly across multiple AI platforms, e.g. ChatGPT, Claude, Cursor, and more. Try it today at no cost (no API credits needed), and join our waitlist for Flow, our visual designer that lets you customize it or build your own agent using just natural language—no coding required. #Why we made this We built this after experiencing firsthand the frustration of designing AI agents that require coding or the use of platforms with steep learning curves, only to find ourselves tied to these solutions. Our team spent months in stealth developing a…

    2025 · orkestralai.com

  11. 11AR

    Hi HN. I'm the founder of Phoenix Labs (ex TikTok, Applied AI) and we're open sourcing our internal tooling today which is like a toolchain / meta-harness for CLI agents useful for really scaling eng and creative work. We are a very small team who's building a very ambitious product so we had to find ways to squeeze every ounce of efficiency that we could get our hands on. Harness strengths of different models (Claude, GPTs) and CLI-harnesses (Claude Code, Codex), safe/robust browser integration to speed up UX/QA testing, teams cli to speed up security reviews and parallelize…

    May 2026 · agents-cli.sh

  12. 12WB

    Hi HN, I'm one of the creators of Nanobrowser, an open-source Chrome extension that lets you automate web tasks using AI agents. We were inspired by the potential of tools like OpenAI's Operator, but we wanted something that was: -Open-Source:You can see the code, modify it, and contribute to the project. -Browser-Based:No complex setups or server deployments. It runs directly in your browser. -Customizable:You can tailor the agent's behavior to your specific needs. -BYO LLM:Bring your own large language model API key (OpenAI, Anthropic,or even local models), No vendor lock-in. -Privacy…

    2025 · github.com

  13. 13RC

    The magic in AI coding assistants isn't the code -- it's the prompts. I studied the externally observable behavior of Claude Code and recreated it from scratch in Python with the exact same behaviors. It works with any model -- OpenAI, Gemini, Claude. What's surprising: 1. You can keep the core agent really simple, just 280 lines of Python. As long as it supports hooks, custom sub-agents and Model Context Protocol (MCP), then all the rest of the coding-assistant-specific behavior and tools can be factored out into a separate MCP server. 2. The magic is in the prompts (1200 lines of…

    2025 · github.com

  14. 14IO

    Hi HN, we just released InsForge: an open-source, agent-native alternative to Supabase/Firebase designed from the ground up for AI coding agents like Cline, Cursor, and Claude Code. We're building Supabase's features in an AI-native way, enabling agents to build and manage full-stack applications autonomously. (GitHub: https://github.com/InsForge/InsForge) With coding agents, coding is actually the easy part now. You can build a working prototype for your idea in a few hours and run it locally. But to make it production-ready, you still have a long list of things to…

    2025 · github.com

  15. 15RA

    Hey HN, I'm excited to share rtrvr.ai, a Chrome extension that brings the power of AI agents to your everyday web browsing. It's designed to automate complex web tasks, extract structured data from any website, and integrate with your favorite tools as you browse using AI Function Calling [ie: “Send this page summary as Slack message”]. The core idea is to let anyone, even non-developers, leverage the power of web automation and data extraction using natural language. Imagine being able to: Automate lead generation: Extract hundreds of LinkedIn profiles to Google Sheets, complete with…

    2024 · chromewebstore.google.com

  16. 16ES

    Are you spending hundreds of dollars a month on AI coding costs? I built European Swallow AI, an API that uses reasoning models (Claude, Deepseek) for thinking and cheaper specialized coding models (Qwen, Grok) to write code, so you can save token costs while still getting high quality code. With an OpenAI formatted endpoint you can try European Swallow in Cursor, Typing Mind, Xibe AI and your own custom apps. During testing, European Swallow scored 80.5% on Big Code Bench and over 90% on the HumanEval+. It averaged $2.60 per million tokens compared with the $15 per million output tokens of…

    Oct 2025 · europeanswallowai.com

  17. 17

    Connect your browser and AI agents—in both directions

    5d ago · github.com

  18. 18NC

    There's been some interesting work lately with BrowserAI (runs LLMs in the browser using WebGPU) enabling local, private AI processing. Now, the team has released BrowserAgent - a no-code tool built on top of it. BrowserAgent lets you create custom AI workflows using a drag-and-drop interface, all within your browser. This means personalized web summarizers, research assistants, or content generators can all run locally with no cloud costs and full data privacy. Check it out here - https://browseragent.dev Key features include: - No-Code Workflow Builder: Design custom AI agents…

    2025 · browseragent.dev

  19. 19

    Hi HN, my name is Maria, and I’m a co-founder of Maritime. We started Maritime at MIT to build infrastructure for companies that need to run thousands of isolated AI agents for their customers. Imagine you set up an agent like OpenClaw, or a personal assistant agent with a custom framework, and want to give a separate version of it to every customer/friend. Each customer needs their own agent running in an isolated microVM, with persistent state, secrets, triggers, and sleep/wake behavior. Building such scalable and secure infra will take you months and will cost hundreds of…

    18d ago · maritime.sh

  20. 20AA

    We’ve published a set of open-source reference implementations on how to build production-grade Agentic AI applications on AWS. What’s in the repo: • Agentic RAG, memory, and planning workflows with LangGraph & CrewAI • Strands-based flows with observability using OTEL & Arize • Evaluation with LLM-as-judge and cost/performance regressions • Built with Bedrock, S3, Step Functions, and more GitHub: https://github.com/aws-samples/sample-agentic-frameworks-on-... Would love your thoughts — feedback, issues, and stars welcome!

    2025 · github.com

  21. 21FC

    Hey HN, We just recently launched Forge – an AI model API platform that lets you access and call AI models from multiple providers in one place. Find it on our website: https://tensorblock.co/forge Some key features: Unified API Key – Store multiple provider API keys and access all with a single Forge API key. OpenAI API Compatible – Drop-in replacement for any application that uses OpenAI’s API. Advanced Security – Strong Encryption for API keys with JWT-based authentication. Client Management – Easy key and user management via included command-line interface. Open-source –…

    2025 · tensorblock.co

  22. 22IB

    Hey HN. I built an AI agent harness over the past few months and I'm open sourcing it today. Some context on why. I've been building with Claude Code daily using this harness. It orchestrates multiple AI agents as a team, with a dashboard, chat, kanban board, the works. I used it to build a full SaaS product (MyUpMonitor, https://myupmonitor.com) in about 24 hours of focused coding. Then yesterday Anthropic announced Mythos and decided to keep it behind closed doors. Meanwhile I'm paying for Claude and I can't access their best model. I don't think that is nice at all... So I'm…

    Apr 2026 · github.com

  23. 23RA

    Hi HN folks, I have been building AI agents for quite some time now. The shift has gone from LLM + Tools → LLM Workflows → Agent + Tools + Memory, and now we are finally seeing true agency emerge: agents as systems composed of tools, command-line access, fine-grained system capabilities, and memory. This way of building agents is powerful, and I believe it is here to stay. But the real question is: are the systems powering these agents ready for that future? I do not think so. Using Docker for a single agent is not going to scale well, because agents need to be lightweight and fast. LLMs…

    Mar 2026 · github.com

  24. 24

    Buy and Sell AI Tokens

    3d ago · modelgateway.co

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