Development
GitHubConnect branches, commits and pull requests to tasks.
Commits · PRs · Tasks
Not everything happens inside one system. The Marketplace extends EXOS with optional add-ons, and the ExosTasks component brings work orders into the product your team already uses.
Add-ons come and go without changing the way your team works. Each one respects the same Spaces, assignees and permissions as the rest of the account.
With the React <ExosTasks /> component, your application can display and receive work orders without rebuilding the entire interface. Users stay in your product while EXOS keeps workflow, context and tracking.
// npm install @exos/react
import { ExosTasks } from '@exos/react'
export default function Dashboard() {
return (
<ExosTasks
token={token}
space="field"
/>
)
}Tell us about your operation and the systems it needs to talk to.
Explore EXOSOrganize the work that already happens — your way.