Submit

Submit your tool

Paste your URL, let the AI draft the rest, and your page is live the moment it passes review. No account. The link is free with our badge on your site, or $19 once.

What gets rejected

  • Not a product. Portfolios, agency and consultancy sites, personal blogs, link pages, parked domains and coming-soon pages.
  • Not allowed. Spam, malware, phishing, adult content, gambling, scams.
  • Claims your site can't back. If the name, tagline, tags or description describe something the page doesn't, the review says so.
  • Not in English. This directory is an English-language surface, for now.

Nothing else is judged. Small, new, free, unpolished, niche, a weekend side project: all fine. If it's real, honest and allowed, it's in.

List your tool in about a minute. Every listing links out dofollow, earned by carrying the EaseClaw badge or bought once for $19.

Paste the URL above and let AI draft the rest. You can edit everything before saving. Images unlock after the fill.

0/120 · plain and factual reads best.

Plain text. Blank lines make paragraphs.

Category
Tags

Up to 3. They have to match what your site does.

Logo
?

Fill from your URL first, then add images.

Screenshots

Up to 3. Compressed to 1600px in your browser before upload. The order here is the order your listing shows them.

We send your manage link here. No account, no newsletter.

Your link

EaseClaw is currently DR 13.

The badge code
The EaseClaw badge, darkDark badge, for light sites
HTMLDrop it in your footer.
<a href="https://www.easeclaw.com/" title="Featured on EaseClaw">
  <img src="https://www.easeclaw.com/badge/easeclaw-badge-dark-91f12978.svg" alt="Featured on EaseClaw" width="107" height="30" loading="lazy" style="display:block" />
</a>
ReactSame markup, as a component.
export function EaseClawBadge() {
  return (
    <a href="https://www.easeclaw.com/" title="Featured on EaseClaw">
      <img
        src="https://www.easeclaw.com/badge/easeclaw-badge-dark-91f12978.svg"
        alt="Featured on EaseClaw"
        width={107}
        height={30}
        loading="lazy"
        style={{ display: "block" }}
      />
    </a>
  );
}
Prompt for your coding agentPaste it into Claude Code, Cursor, whatever you use.
Add the EaseClaw badge to our site footer (or wherever our other badges sit),
so it is present in the server-rendered HTML of the homepage.

Use exactly this markup:

<a href="https://www.easeclaw.com/" title="Featured on EaseClaw">
  <img src="https://www.easeclaw.com/badge/easeclaw-badge-dark-91f12978.svg" alt="Featured on EaseClaw" width="107" height="30" loading="lazy" style="display:block" />
</a>

Rules that matter:
1. Keep it a plain <a> wrapping a plain <img>. No image component, no wrapper
   that turns it into a button or injects it with JavaScript.
2. Do NOT add rel="nofollow", rel="ugc" or rel="sponsored" to the anchor. Any
   of those cancels the link. rel can simply be absent.
3. It must render on the homepage without JavaScript. If it only appears
   after hydration, crawlers do not see it and neither do we.

The rules: https://www.easeclaw.com/directory/badge

The rules: what counts as a badge.

Fill from your URL first, then verify.

Put the badge on your site and press Verify. Submit unlocks when we find it.