How to Create Feeds

This guide will walk you through creating your first feed, adding posts, and sharing your content.

Step 1: Sign Up or Log In

First, you'll need an account. If you don't have one yet, sign up for free.

Step 2: Create Your First Feed

  1. Click the "Create New Feed" button on the homepage
  2. Enter a title for your feed (e.g., "My Developer Blog")
  3. Optionally add a description
  4. Click "Create Feed"

Your feed will be created with a unique URL based on your username and the feed title slug.

Step 3: Add Posts to Your Feed

You can add different types of posts to your feed:

Text Posts

Write plain text content. Perfect for updates, announcements, or blog-style posts.

Image Posts

Upload images (up to 50MB) with optional captions. Supports common image formats.

Video Posts

Upload videos (up to 50MB) with optional captions. Videos are displayed with native controls.

URL Posts

Embed URLs like YouTube videos, images, or any link. The platform automatically detects and embeds the content appropriately.

Step 4: Customize Your Feed

Make your feed unique by customizing its appearance:

  • Font Family: Choose from available fonts
  • Colors: Customize text, background, and button colors
  • Card Styling: Adjust card backgrounds and borders

Click the "Customize Styles" button on your feed page to access styling options.

Step 5: Share Your Feed

Once your feed is ready, share it with others:

  • Direct URL: Share the feed URL directly (e.g., /feeds/username/feed-title)
  • RSS Feed: Each feed automatically has an RSS feed at /feeds/username/feed-title/rss
  • JSON Feed: JSON Feed format available at /feeds/username/feed-title/json
  • Share Button: Use the share button on your feed page for easy sharing

Step 6: Manage Your Feed

As the feed owner, you can:

  • Edit or delete posts
  • Update feed styling
  • View feed statistics
  • Manage feed via API

Using the API

For programmatic access, use our RESTful API to create feeds and posts. See our API documentation for complete details.

Tips for Success

  • Use descriptive feed titles and descriptions
  • Post regularly to keep your feed active
  • Add captions to images and videos for better context
  • Customize your feed styling to match your brand
  • Share your feed URL on social media or your website

Ready to Get Started?

Create your first feed now and start sharing your content with the world.

Learn More