Extend Polarboard with Icebergs
Icebergs are powerful integrations that connect your boards to external services. From time tracking to AI assistants, there's an Iceberg for every workflow.
How Icebergs work
Icebergs connect to your boards through a simple OAuth flow, giving them secure access to enhance your workflow.
Browse & Install
Find the perfect Iceberg from our directory. Each one is reviewed to ensure quality and security.
Connect Your Board
Authorize the Iceberg to access your board. You control exactly what data each Iceberg can see.
Supercharge Your Workflow
The Iceberg automatically syncs with your board, adding new capabilities without any extra setup.
Icebergs for every workflow
From productivity boosters to team utilities, explore integrations built by developers around the world.
Time Tracking
Track time spent on cards and generate reports. Perfect for billing clients or analyzing productivity.
AI Assistants
Intelligent helpers that can summarize cards, suggest priorities, extend meeting insights with custom analysis, or auto-categorize new items.
Reporting & Analytics
Visualize progress with charts, burndown graphs, and team velocity metrics.
Automation
Automate repetitive tasks like moving cards, assigning team members, or sending notifications.
Communication
Send updates to Slack, Discord, or email when important changes happen on your board.
Development Tools
Link cards to GitHub issues, GitLab merge requests, or your CI/CD pipeline status.
Your data stays safe
Every Iceberg goes through our review process. You control exactly what data each integration can access, and you can revoke access anytime.
-
OAuth 2.0 secure authorization
-
Granular permission scopes
-
Verified and Official badges for trusted developers
-
Instant access revocation
Time Tracker Pro
This Iceberg is requesting access to:
Build your own Iceberg
Got an idea for an integration? Our Developer Portal makes it easy to build and publish your own Iceberg. Plus, earn money through our developer incentive program.
// Get cards from a board
const response = await fetch(
'https://polarboard.app/api/boards/123/cards',
{
headers: {
'Authorization': `Bearer ${token}`
}
}
);
const cards = await response.json();
Ready to supercharge your boards?
Explore the Iceberg directory and find integrations that fit your workflow. Most Icebergs are free to use.