# Introduction

**FeedSpring is a social feed platform that separates data from display.** Connect a source like Instagram, Google Reviews, TikTok, or Dribbble, and we handle the fetching, storing, and refreshing. You handle the design.

Unlike traditional feed widgets, FeedSpring doesn't ship a fixed UI. Instead, you pick a delivery method that fits your stack — simple HTML attributes, a React component, a Framer component, or the API — and render the feed any way you want. The same feed powers all four.

<figure><img src="https://3828662318-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKLkySY85psZLfsr3znlv%2Fuploads%2F0nkYfraaSw9lb1XTPIdX%2Fmain-cta.png?alt=media&#x26;token=db1c3301-af43-4496-845a-8494f85ff759" alt=""><figcaption></figcaption></figure>

### What this documentation covers

FeedSpring has four main surfaces:

* **Feed sources:** Instagram, Google Reviews, TikTok, Dribbble and YouTube
* **Delivery methods:** Attributes (HTML), React, Webflow, Framer and the API.
* **Core concepts:** how feeds sync, how fields work, how rendering behaves, and how to filter content.
* **A full attribute reference** for humans and AI agents building with the attribute system.

Each delivery method and feed source has its own page with worked examples and a complete field list.

### Where to start

New to FeedSpring? Follow the Quickstart to get a live feed in under five minutes.

Already have an account?

* Building in **Webflow, Framer, or plain HTML?** See Attributes.
* Building a **React or Next.js app?** See React Components.
* Building in **Framer**? See Framer Components.
* Want **raw data access?** See the API.

If you are an **AI coding agent** or using Claude, Cursor, or v0, the Attribute Reference is the single-page spec designed for you.

### Support & Feedback <a href="#support-and-feedback" id="support-and-feedback"></a>

If you have any questions, feedback or would like to just say hi, you can get through to us via the following channels:

* [Our Discord community](https://discord.gg/B7p7Qzb6Br)
* Email us at [hello@feedspring.com](https://app.gitbook.com/u/WF7k9RzDOPMl9b2nkdTG0x5v5Ay1)
* [Twitter](https://x.com/feedspring_), [Quillow](https://quillow.co/feedspring) or [LinkedIn](https://www.linkedin.com/company/feedspring/).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.feedspring.com/doc-working/getting-started/introduction.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
