HN user

aitorciki

29 karma

ducksboard.com co-founder

Posts3
Comments27
View on HN

We built it for our own product, Ducksboard. Users can build their own metrics dashboards by adding widgets and arranging them as they like.

That's the use case: being able to arrange/sort a set of widgets by dragging and dropping them in an grid. Puzzles, dashboards, image collections, think of any thing built of visuals elements where order counts.

When the mouse pointer gets close to the bottom of the viewport while dragging an element we scroll the document. Columns are not scrolled on their own, since the whole grid is a "block".

We built it because jQuery sortables were limiting us to use separate columns, which couldn't handle "wide" (more than 1 column in width) elements.

Sorry for the wrong link, we fix it right now!

Depending on the Android version and browser you're using, the webapp won't work properly. It's working on Android 3 and 4 stock browser, as well as Chrome Beta. Some browsers on Android 2 are compatible as well, like Firefox beta last time I had a look. Let us know which is your setup and I'll be able to give you more insight.

As for the rate limiting, we don't limit at the moment. If you really have a lot of data you want to push, let us now first so we can take action if needed to increase our capacity. Until now no limiting has been needed, and some users have been pushing a lot of updates for some months now.

Hi lamby, I'm one of the co-founders at Ducksboard.

We approach things from a different angle than Geckoboard.

* As far as I know, they just visualize whatever comes from their data sources. We don't just visualize it, but we store it in our databases. This enables us to provide historic charts and other goodies.

* We make a strong focus on realtime as well, using WebSockets to push updates to the frontend as soon as they're available in the backend. I don't think they're going this far.

* The visual part is just a matter of taste, each one has a very particular style. We actually prefer ours :)

* And from today, our APIs allow handling your data and dashboards without a need to actually use the web frontend. This can be pretty useful in certain integration scenarios.

If you have more questions, feel free to ask.

For people asking for an invite, this is how we are going to share them:

1. The first batch goes to close friends. This is not favoritism, we just feel more comfortable sharing the rough edges with them :)

2. The second batch will go to people who helped us validating and testing.

3. Lastly, we will provide invitations on a first-come/first-serve basis (you can subscribe from the site's sign up form).

We will give out the invites as fast as we can… but be patient!

Yeah, I'm responsible for the bug :P, we rollbacked the broken update and will look at it later.

The initial services we are going to integrate with are the usual suspects:

  * Twitter, Facebook, Foursquare for social marketing
  * Google analytics for website traffic data
  * Zendesk for user support
  * Mailchimp for mail campaigns
  * Bit.ly to track urls
  * Highrise CRM
  * Google AdWords and AdSense
As the product grows and the users propose new services, we'll integrate them.

On top of that, we'll provide a HTTP API to provide your own metrics.