Comments widgetfor anything

Don't spend time building your own. Easily integrate to get comments, file attachments and live updates

Easy to get started

It takes only 7 minutes to set up an account and include our code snippet into your dashboard.

// React
import { createDashingKitClient } from '@dashing-kit/client'
import DashingKitProvider from '@dashing-kit/react/DashingKitProvider'
import DashingActivity from '@dashing-kit/react/DashingActivity'

const MyComponent = () => {
  const client = useMemo(() => 
    createDashingKitClient({
      user: { id: 'foo', name: 'Grace Hopper' },
      projectId: 'prj_xxx',
      accessToken: 'client_xxx'
    }), [])

  return (
    <DashingKitProvider client={client}>
      <div>
        <h1>Order #123</h1>
      </div>
      <DashingActivity entityId="order_123" />
    </DashingKitProvider>
  )
}

Feature packed

Easy start, flexible customization

We make it easy to get started, and meet your other requirements if you need it

Comments

Add comments to anything

Attachments

Upload attachments with previews

Custom events

Use our API to add any events to activity log

Security

We make it easy to add customer permissions

API

We provide an API if you want to load / add comments programmatically

Live Updates

See new comments as they come without the need to refresh a page

Man programming

Get things done

Productivity obsessed

Like you, we cut to the chase. Having built many dashboards we see that components have to be written over and over. We aim to solve that.

Focus on your business by leaving other things to us.