nowfound

Alternatives

Products that do what RulesForge does

Visual editor for AI rules - export to Cursor, Claude & more

  1. 1
    Inspector606

    Figma for Claude Code

    Feb 2026 · radiusbrowser.com

  2. 2
    1Code575

    Open source Cursor-like UI for Claude Code

    Jan 2026

  3. 3

    200K token context window, fewer hallucinations and tool use

    2023

  4. 4

    Agent autocomplete, hooks, and team rules

    Oct 2025

  5. 5OO

    Hi HN, Nick here. We’re launching OpenKnowledge (https://openknowledge.ai/), a “what you see is what you get” markdown editor that has direct integrations with Claude, Codex, and other agents. Available as MacOS app or Web UI+CLI. Fully free/local and OSS. We built this because we wanted a Notion-like experience for writing and sharing markdown files across our team. Obsidian is the best alternative we tried, but found it doesn’t have a true WYSWIG UI and it didn’t integrate well with Claude/Codex outside of community plugins. So we built OpenKnowledge. It takes…

    Jun 2026 · github.com

  6. 6
    Doing135

    Voice and visual context for AI builders. No subscription.

    Apr 2026 · doing.tools

  7. 7

    Markdown editor built for the AI workflow era

    Dec 2025

  8. 8
    GPT Rules179

    Supercharge your AI chats with cursor style rules

    2025

  9. 9PS

    I got tired of playwright-mcp eating through Claude's 200K token limit, so I built this using the new Claude Skills system. Built it with Claude Code itself. Instead of sending accessibility tree snapshots on every action, Claude just writes Playwright code and runs it. You get back screenshots and console output. That's it. 314 lines of instructions vs a persistent MCP server. Full API docs only load if Claude needs them. Same browser automation, way less overhead. Works as a Claude Code plugin or manual install. Token limit issue:…

    Oct 2025 · github.com

  10. 10

    AI Skill & MCP server management for teams & enterprises

    Jul 2026 · localskills.sh

  11. 11CA

    While Cursor has already revolutionized coding, you can still configure it to perform even better based on your language and framework. That's why we created Cursor Directory, a collection of the best cursor rules for your framework and language from the community. It's fully open source and you can contribute to it by submitting your own rules. Just copy and add a .cursorrules file to your project root! Let me know what you think!

    2024 · cursor.directory

  12. 12

    Launch AI CLI tools instantly from Finder

    Sep 2025

  13. 13AR

    I built ARM (AI Rules Manager) to solve a problem that's been bugging me: managing AI rules across projects is broken. If you use Cursor, GitHub Copilot, or Amazon Q, you know how powerful custom rules can be for guiding AI behavior. But right now, everyone just copies `.cursorrules` files around manually. Once copied, they're orphaned – no updates, no version control, no way to know if changes will break your AI's behavior. ARM treats AI rules like npm packages. You can: - Install versioned rulesets: arm install awesome-cursorrules/python - Connect to Git registries like…

    Sep 2025 · github.com

  14. 14
    AlliHat96

    Claude AI in your Safari sidebar

    May 2026 · allihat.com

  15. 15AC

    Hey HN, I’m Hang. Today I’m open-sourcing InsForge, a context aware backend for AI coding agents. When using agents like Cursor or Claude to build applications, they often assume what the backend looks like instead of inspecting it. Without access to the actual backend state, they fall back on outdated information, which leads to concrete issues. For example: 1. Storage, edge functions, and database logic are closely connected. Without understanding how these parts interact, existing setups get overwritten and important flows break. 2. Database migrations conflict with foreign keys or miss…

    Oct 2025 · insforge.dev

  16. 16AM

    Hi all, I’m hacking on new features for the ClickHouse native client and wanted the same “just call the model” ergonomics JavaScript and Python now enjoy. It didn’t exist for modern C++, so I wrote one. ai‑sdk‑cpp (Apache‑2.0) gives you: - Unified calls to OpenAI (GPT‑4o) and Anthropic (Claude 3.5) with a single C++20 API. - Streaming, multi‑turn chat, error handling—all std::optional/std::variant, no macros. - Tool calling (function‑calling) so the model can hit real APIs; sync or async, runs in parallel. The tricky bit: C++ still lacks real reflection, so mapping plain functions →…

    2025

  17. 171O

    Hi, we're Sergey and Serafim. We've been building dev tools at 21st.dev and recently open-sourced 1Code (https://1code.dev), a local UI for Claude Code. Here's a video of the product: https://www.youtube.com/watch?v=Sgk9Z-nAjC0 Claude Code has been our go-to for 4 months. When Opus 4.5 dropped, parallel agents stopped needing so much babysitting. We started trusting it with more: building features end to end, adding tests, refactors. Stuff you'd normally hand off to a developer. We started running 3-4 at once. Then the CLI became annoying: too many terminals, hard to…

    Jan 2026 · github.com

  18. 18BA

    Vibe coded app that enables developers to quickly create so called "rules for AI" used by tools such as GitHub Copilot, Cursor and Windsurf, through an interactive, visual interface.

    2025 · ai-rules-builder.pages.dev

  19. 19IO

    Hi HN, I'm Hang, cofounder of InsForge (YC P26). InsForge is an open-source Heroku for AI coding agents: a backend platform designed for coding agents to deploy, operate, and debug end-to-end. Open source under Apache 2.0 (https://github.com/InsForge/InsForge). Quick demo here (https://youtu.be/7Bax5qz0IfM). We started InsForge because we just wanted our Claude Code to handle all the backend / infra stuff for us, instead of us jumping between dashboards doing manual config, or copy paste logs and docs back to agents. We first tried creating a folder…

    May 2026 · github.com

  20. 20SP

    Hey HN, My cofounder and I have gotten tired of CC ignoring our markdown files so we spent 4 days and built a plugin that automatically steers CC based on our previous sessions. The problem is usually post plan-mode. What we've tried: Heavily use plan mode (works great) CLAUDE.md, AGENTS.md, MEMORY.md Local context folder (upkeep is a pain) Cursor rules (for Cursor) claude-mem (OSS) -> does session continuity, not steering We use fusion search to find your CC steering corrections. - user prompt embeddings + bm25 - correction embeddings + bm25 - time decay - target query embeddings -…

    Mar 2026 · gopeek.ai

  21. 21
    Vyze3

    The Marketplace for AI Rules, Brain Files & Workflows

    Jul 2026 · vyze.dev

  22. 22CC

    We’ve been building visual rule engines (clear spreadsheet interfaces -> API endpoints that map incoming data to a large number of potential outcomes), and had the fun idea lately to see what happens when we use our decision table UI with Claude’s PreToolUse hook. The result is a surprisingly useful policy/gating layer– these tables let your team: - Write conditional, exception-friendly policies beyond globs/prefixes (e.g. allow rm -rf only in */node_modules/*, deny / or $HOME, ask if --force or network call; gate kubectl delete / SQL DROP with a clear reason) -…

    Jan 2026 · github.com

  23. 23FL

    Hi HN! We just launched Codacy Guardrails, an IDE extension with a CLI for code analysis and MCP server that enforces security & quality rules on AI-generated code in real-time. It hooks into AI coding assistants (like VS Code Agent Mode, Cursor, Windsurf), silently scanning and fixing AI-suggested code that has vulnerabilities or violates your coding standards, while the code it’s being generated. We built this because coding agents can be a double-edged sword. They do boost productivity, but can easily introduce insecure or non-compliant code. One recent research team at NYU found that 40%…

    2025

  24. 24

    The quant CLI your AI agent drives — backtest to Pine v6

    Jul 2026 · alforgelabs.com

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