Getting Started

Getting Started

Set up the project

Create a Feediom account

Get started with Feediom by creating an account (opens in a new tab)

create-account

Create a project

As soon as you create your account you will be asked to create your project. Give it a name and choose a plan

create-project

Generate a API key

After creating the project, navigate to "API Keys" tab in the dashboard and click "Create API Key"

Remember to save the secret key somewhere safe and accessible

⚠️

You won't be able to view the key again after you create it. If you lose this secret key, you'll need to generate a new one

create-api-key

Add environment variable

Add the environment variable to your project

.env
FEEDIOM_API_KEY=sk-...

Set up Feediom in your Next.js Applicaiton

Continue setting up with the App Router