Sponsor this Banner!
Learn more   →

Written by: Will Gordon on Sat Oct 12

Submit or Sponsor on Indie Affiliate

Everything you need to know to submit or sponsor on Indie Affiliate.

How to Submit or Sponsor an Affiliate on Indie Affiliate

Simple. Email me your Markdown file. Allowing full customization of your listing.

PromoteKit Real Results from PromoteKit!

  • All submissions and sponsorships are reviewed by the Indie Affiliate team (me/Will G.) to ensure they meet my quality standards.
  • All submissions must be in English, must be your product/service, and must be a legitimate pg-13 and under business.
  • I make the rules. And those are the rules.

Markdown Files

  • In order to submit or sponsor an affiliate on Indie Affiliate, you’ll need to create a Markdown file. If you don’t know how to do this, ChatGPT is free and you will find instructions on how to do so below.
  • This allows full customization of your listing.

Why do I have to pay to sponsor the site?

  • It shows me you are serious about your affiliate program. I am never selling this site. This is the original Indie Affiliate.
  • On the old site. A guy begged me for a free sponsorship and then he changed my affiliate link. This will result in a permanent ban from Indie Affiliate and anything I do in the future.
  • Now that we got that out of the way, let’s get you listed and have a little fun.

Submit Your Affiliate

Sponsorship Rates

Feature TagHero SlotSomething Else?
$10 per month$35 per monthDiscuss
- Text of your choice- Feature Tag +Discuss
- First in Directory- Twitter/X BoostDiscuss
- LinkedIn BoostDiscuss
Discuss

Blog Posts

  • Founder Interviews are Free, you pick the questions. Check out some of the past interviews to see what I’m looking for.
  • Random Blog Posts are $75 and may not be approved. Better submit to me first so I can review it.
  • This is the best way to get your SaaS and Affiliate Program in front of people.
  • $500 for one calendar year.
  • Customize the banner however you want.
  • Email me to confirm.

Blog Card


Markdown Guide

(at the end you will see the actual Markdown syntax for the file, keep reading)

The following HTML <h1><h6> elements represent six levels of section headings. <h1> is the highest section level while <h6> is the lowest.

H1

H2

H3

H4

H5
H6

Paragraph

Xerum, quo qui aut unt expliquam qui dolut labo. Aque venitatiusda cum, voluptionse latur sitiae dolessi aut parist aut dollo enim qui voluptate ma dolestendit peritin re plis aut quas inctum laceat est volestemque commosa as cus endigna tectur, offic to cor sequas etum rerum idem sintibus eiur? Quianimin porecus evelectur, cum que nis nust voloribus ratem aut omnimi, sitatur? Quiatem. Nam, omnis sum am facea corem alique molestrunt et eos evelece arcillit ut aut eos eos nus, sin conecerem erum fuga. Ri oditatquam, ad quibus unda veliamenimin cusam et facea ipsamus es exerum sitate dolores editium rerore eost, temped molorro ratiae volorro te reribus dolorer sperchicium faceata tiustia prat.

Itatur? Quiatae cullecum rem ent aut odis in re eossequodi nonsequ idebis ne sapicia is sinveli squiatum, core et que aut hariosam ex eat.

Images

This is a placeholder image description

Blockquotes

The blockquote element represents content that is quoted from another source, optionally with a citation which must be within a footer or cite element, and optionally with in-line changes such as annotations and abbreviations.

Blockquote without attribution

Tiam, ad mint andaepu dandae nostion secatur sequo quae. Note that you can use Markdown syntax within a blockquote.

Blockquote with attribution

Don’t communicate by sharing memory, share memory by communicating.
Rob Pike[^1]

Tables

ItalicsBoldCode
italicsboldcode

Code Blocks

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8" />
    <title>Example HTML5 Document</title>
  </head>
  <body>
    <p>Test</p>
  </body>
</html>

List Types

Ordered List

  1. First item
  2. Second item
  3. Third item

Unordered List

  • List item
  • Another item
  • And another item

Nested list

  • Fruit
    • Apple
    • Orange
    • Banana
  • Dairy
    • Milk
    • Cheese

Other Elements — abbr, sub, sup, kbd, mark

GIF is a bitmap image format.

H2O

Xn + Yn = Zn

Press CTRL+ALT+Delete to end the session.

Most salamanders are nocturnal, and hunt for insects, worms, and other small creatures.


Actual Markdown File


## Headings

The following HTML `<h1>`—`<h6>` elements represent six levels of section headings. `<h1>` is the highest section level while `<h6>` is the lowest.

# H1

## H2

### H3

#### H4

##### H5

###### H6

## Paragraph

Xerum, quo qui aut unt expliquam qui dolut labo. Aque venitatiusda cum, voluptionse latur sitiae dolessi aut parist aut dollo enim qui voluptate ma dolestendit peritin re plis aut quas inctum laceat est volestemque commosa as cus endigna tectur, offic to cor sequas etum rerum idem sintibus eiur? Quianimin porecus evelectur, cum que nis nust voloribus ratem aut omnimi, sitatur? Quiatem. Nam, omnis sum am facea corem alique molestrunt et eos evelece arcillit ut aut eos eos nus, sin conecerem erum fuga. Ri oditatquam, ad quibus unda veliamenimin cusam et facea ipsamus es exerum sitate dolores editium rerore eost, temped molorro ratiae volorro te reribus dolorer sperchicium faceata tiustia prat.

Itatur? Quiatae cullecum rem ent aut odis in re eossequodi nonsequ idebis ne sapicia is sinveli squiatum, core et que aut hariosam ex eat.

## Images

![This is a placeholder image description](/assets/promotekit.png)

## Blockquotes

The blockquote element represents content that is quoted from another source, optionally with a citation which must be within a `footer` or `cite` element, and optionally with in-line changes such as annotations and abbreviations.

#### Blockquote without attribution

> Tiam, ad mint andaepu dandae nostion secatur sequo quae.
> **Note** that you can use _Markdown syntax_ within a blockquote.

#### Blockquote with attribution

> Don't communicate by sharing memory, share memory by communicating.<br>
> — <cite>Rob Pike[^1]</cite>

## Tables

| Italics   | Bold     | Code   |
| --------- | -------- | ------ |
| _italics_ | **bold** | `code` |

## Code Blocks

```html
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8" />
    <title>Example HTML5 Document</title>
  </head>
  <body>
    <p>Test</p>
  </body>
</html>

## List Types

#### Ordered List

1. First item
2. Second item
3. Third item

#### Unordered List

- List item
- Another item
- And another item

#### Nested list

- Fruit
  - Apple
  - Orange
  - Banana
- Dairy
  - Milk
  - Cheese

## Other Elements — abbr, sub, sup, kbd, mark

<abbr title="Graphics Interchange Format">GIF</abbr> is a bitmap image format.

H<sub>2</sub>O

X<sup>n</sup> + Y<sup>n</sup> = Z<sup>n</sup>

Press <kbd><kbd>CTRL</kbd>+<kbd>ALT</kbd>+<kbd>Delete</kbd></kbd> to end the session.

Most <mark>salamanders</mark> are nocturnal, and hunt for insects, worms, and other small creatures.

Want to Build a Directory? Warm Websites    →

Expert Built Directories Starting at $5,000 USD