Getting Started

Quick Start

Get up and running with IndieFooter in less than 5 minutes. Follow this guide to connect your first product.

Prerequisites: You'll need a basic knowledge of React or Next.js, and Node.js installed on your machine.

Installation Steps

Step 1

Create Your Account

Sign up for IndieFooter and access your dashboard. It's free to get started!

Step 2

Install the Package

Add IndieFooter to your project using npm, yarn, or pnpm.

Step 3

Get Your API Key

Navigate to your dashboard settings and copy your unique API key. You'll need this for authentication.

Step 4

Add to Your Site

Import and use the Footer component in your application. Pass your API key as a prop.

Verify Installation

After adding the component, run your development server and scroll to the footer. You should see your IndieFooter displaying with a default empty state or any products you've added.

npm run dev
Success! Your footer is now connected. Any changes you make in your dashboard will automatically update across all your sites.