Quick Start Guide#
Welcome to HubFeed! This guide will help you get up and running with your first intelligence workflow in just a few minutes.
Prerequisites#
Before you begin, make sure you have:
- A HubFeed account (sign up at hubfeed.io)
- Basic understanding of data feeds and workflows
Step 1: Create Your Account#
If you haven't already, create your HubFeed account:
- Navigate to the registration page
- Enter your email and create a password
- Verify your email address
- Complete your profile setup
Step 2: Navigate to the Dashboard#
Once logged in, you'll be taken to your dashboard. Here you can:
- View your existing workflows
- Monitor feed activity
- Access community resources
- Manage your account settings
Step 3: Create Your First Workflow#
Click the Create Workflow button in the sidebar to open the workflow editor.
javascript
// Example workflow configuration
const workflow = {
name: "My First Workflow",
sources: ["rss"],
transforms: ["keyword-filter"],
outputs: ["rss"]
};Step 4: Add a Source Block#
Drag a Source Block onto the canvas. Choose from:
- RSS Feed - Monitor any RSS/Atom feed
- Reddit - Track subreddits and posts
- Telegram - Monitor public channels
- LinkedIn - Monitor your LinkedIn feed (requires Avatar Selector)
- X (Twitter) - Monitor tweets, users, or hashtags (requires Avatar Selector)
Step 5: Configure Transforms#
Add transform blocks to filter and enrich your data:
- Keyword Filter - Filter by keywords
- Regex Extract - Extract specific patterns
- IOC Extract - Extract indicators of compromise
Step 6: Set Up Outputs#
Finally, add output blocks to receive your intelligence:
- RSS Output - Generate a custom RSS feed
- JSON Export - Export data in JSON format
Next Steps#
Now that you've created your first workflow, explore these resources:
- Subscribing to Feeds - Manage your intelligence feeds
- Workflow Concepts - Deep dive into workflow architecture
- Deploy Your Agent - Run the agent on your infrastructure
Tip: Join our community to share workflows and learn from other users!