Stellate Badge

In return for unlimited requests for side projects and indie hackers on the free plan, all we ask is that you put our "Powered by Stellate" badge in the footer of your website:

To integrate it into your website, paste the below code snippet into the HTML of your footer. You are free to pick a size that works with your design, however, the badge must not go below a minimum width of 100px.

<a href="https://stellate.co/?ref=powered-by">
  <img
    src="https://stellate.co/badge.svg"
    alt="Powered by Stellate, the GraphQL API Management platform"
  />
</a>

Alternative "Light" version

If your site has a dark theme, or you are offering a dark mode as well, you can also use a "light" version of the badge, that uses mostly white instead of the various colors of our default badge. To use this version, replace the source of the image with https://stellate.co/badge-light.svg (or use the snippet below).

The same restrictions regarding minimum width and placement apply, of course.

<a href="https://stellate.co/?ref=powered-by">
  <img
    src="https://stellate.co/badge-light.svg"
    alt="Powered by Stellate, the GraphQL API Management platform"
  />
</a>