> For the complete documentation index, see [llms.txt](https://docs.betterform.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.betterform.io/free-project-w-attribution.md).

# Free Project w/ Attribution

We love removing limits as much as you do, so we provide a way to remove all submission limits from your first project with a simple attribution.

## Free Forever

To remove the free plan submission limit, just add our logo with a link to our site. Use the snippet below without modification to ensure our validation works. We want to keep our platform free, accessible, and available to small companies and startups.

{% code lineNumbers="true" %}

```html
<!-- Best on Light Theme -->
<a href="https://betterform.io" data-bf-attribution target="_blank">
  <img
    src="https://betterform.io/betterform-handler-light.svg"
    alt="Handled by betterform"
  />
</a>

<!-- Best on Dark Theme -->
<a href="https://betterform.io" data-bf-attribution target="_blank">
  <img
    src="https://betterform.io/betterform-handler-dark.svg"
    alt="Handled by betterform"
  />
</a>
```

{% endcode %}

![Example of attribution](https://3253194733-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLVAcRuUIjlGpopaeeJhm%2Fuploads%2F6Nod4MLeGQRIBYDIhLtj%2FCleanShot%202022-06-24%20at%2012.19.06%402x.png?alt=media\&token=d443f754-6195-4000-952c-b1602e0b2d35)
