This product was not featured by Product Hunt yet.
It will not be visible on their landing page and won't be ranked (cannot win product of the day regardless of upvotes).

Product upvotes vs the next 3

Waiting for data. Loading

Product comments vs the next 3

Waiting for data. Loading

Product upvote speed vs the next 3

Waiting for data. Loading

Product upvotes and comments

Waiting for data. Loading

Product vs the next 3

Loading

Archlint

Architectural guardrails for coding with AI agents.

Archlint checks every edit your AI agent makes against the layer rules you declared — the instant a violation happens, still inside the loop. One Python script, stdlib only, no LLM in the hot path.

Top comment

The thing that kept biting me with Claude Code wasn't bugs — it was architectural drift. The agent adds an import that quietly couples two layers (UI reaching straight into the DB, say), the diff looks fine, tests pass, it ships. I'd have caught it in review if I were reading every line — but not reading every line is the point of running an agent. So I made Archlint: a PostToolUse/Stop hook that checks it in the loop. You declare your layers in a fenced ```archlint block inside your CLAUDE.md / agent.md (which layers may import which), and after every edit the agent makes, it checks that file's imports against the rules and surfaces the violation right there — while the file's still open and fixing is cheap. Lenient by default (hands the agent a note, and it usually self-corrects); strict mode blocks. - One Python file, stdlib only — no pip install, no LLM in the hot path, deterministic. - Zero new config: rules live in the CLAUDE.md the agent already reads. - Also a CLI (`archlint check`) for pre-commit/CI. - Structural, not semantic — it reads the import graph, it doesn't "understand" the code. That's the deliberate limit. Hope it helps, love to hear some feedback.

About Archlint on Product Hunt

Architectural guardrails for coding with AI agents.

Archlint was submitted on Product Hunt and earned 0 upvotes and 2 comments, placing #118 on the daily leaderboard. Archlint checks every edit your AI agent makes against the layer rules you declared — the instant a violation happens, still inside the loop. One Python script, stdlib only, no LLM in the hot path.

On the analytics side, Archlint competes within Productivity, Software Engineering and Developer Tools — topics that collectively have 1.2M followers on Product Hunt. The dashboard above tracks how Archlint performed against the three products that launched closest to it on the same day.

Who hunted Archlint?

Archlint was hunted by Kanhan. A “hunter” on Product Hunt is the community member who submits a product to the platform — uploading the images, the link, and tagging the makers behind it. Hunters typically write the first comment explaining why a product is worth attention, and their followers are notified the moment they post. Around 79% of featured launches on Product Hunt are self-hunted by their makers, but a well-known hunter still acts as a signal of quality to the rest of the community. See the full all-time top hunters leaderboard to discover who is shaping the Product Hunt ecosystem.

For a complete overview of Archlint including community comment highlights and product details, visit the product overview.