Live data from Hacker News

Show HN: Castor, a live dashboard for your projects

getcastor.com

21–30 of 78 posts

Re: Show HN: Castor, a live dashboard for your projects

#21
post #20
post #19

What is the best way to get a web-based dashboard -- Castor, for example -- displaying on a wall-mounted television? Is it possible to do it through an AppleTV?

I'd use a raspberry pi set up as a kiosk. If you google 'raspberry pi kiosk mode' there should be a fair handful of simple tutorials.

Awesome - thanks for the advice!

Re: Show HN: Castor, a live dashboard for your projects

#22
post #16

One of the things that really hit home at my last job and that I see missing from a lot of these dashboards is comparative context. So I walk in in the morning and we have a dashboard for vists and signups / payments and it shows lots of visits and no payments. Is that normal? Is that expected or concerning? Without showing what it was yesterday at the same time or on the same day last week, or weekly/monthly avg how…

I thought it was just me. I even emailed a commercial supplier and they replied (more or less) that its not a high priority.

Re: Show HN: Castor, a live dashboard for your projects

#23
post #14

Earlier quoted context omitted.

Well there's Dashing from Shopify which has been around since 2012. We use it at the office and are happy with it. https://github.com/Shopify/dashing

Apparently dashing is not being maintained anymore. Check its homepage. http://dashing.io

dashing is a pretty stable product. Its like a simple framework you can customise anything you need in it. We used it in our team to serve alarm metrics till it was deprecated in favour of Grafana.

Grafana is a push model, while Dashing is a pull model.

Grafana is pretty tough on RAM and svg usage. Try to use pngs and the UI is harder to adopt.

Re: Show HN: Castor, a live dashboard for your projects

#25
post #20
post #19

What is the best way to get a web-based dashboard -- Castor, for example -- displaying on a wall-mounted television? Is it possible to do it through an AppleTV?

I'd use a raspberry pi set up as a kiosk. If you google 'raspberry pi kiosk mode' there should be a fair handful of simple tutorials.

Agreed, they're cheap and functional. We have a couple powering a Grafana dashboard and a Dashing one. It's pretty trivial to set them up using Raspbian and create a script that loads the browser full screen and then the dashboard of choice. If you need to display more content on fewer devices then Grafana can also do playlists so that you can rotate content, plus there are some browser plugins to let you automate tab focus (so a few tabs with a dash each and one displayed every 30 seconds, for example).

Re: Show HN: Castor, a live dashboard for your projects

#27
post #16

One of the things that really hit home at my last job and that I see missing from a lot of these dashboards is comparative context. So I walk in in the morning and we have a dashboard for vists and signups / payments and it shows lots of visits and no payments. Is that normal? Is that expected or concerning? Without showing what it was yesterday at the same time or on the same day last week, or weekly/monthly avg how…

What you are looking for is a BI (business intelligence) tool. Those typically include dashboard but also look at trends - both automatically and programmatically via your own scripting.

Looker is probably my favorite currently but it depends on your needs really.

Re: Show HN: Castor, a live dashboard for your projects

#29

Hey Guys! Congratulations on the launch. I have a question, if you dont mind. I'm someone, who's been trying to build out simple SAAS business myself and wanted to understand the impact of using price arbitrage as a sales strategy. (which in Castor's case is dramatically underpriced compared to geckoboard and others.)

Just my experience with SaaS, usually they start with ridiculously low price to capture the market. After you have established yourself, you can increase your price and grandfather early customers. You can even force your free users to upgrade to a paid plan by stating that ("upgrade now to lock old price! limited time only!").

That's a pretty strained definition of "force" if you're still offering the free tier.

Re: Show HN: Castor, a live dashboard for your projects

#30

As an aside, I noticed the above-the-fold design is very similar to [ElementFE]( http://element.eleme.io/#/en-US ). What's up with that? Did this particular design with the slanted line originate somewhere else or are they the same people perhaps?

It creates a smooth visual flow. Straight horizontal lines chop your website into blocks. This, on the other hand, separates your content without breaking it apart. Your link is a good example because it also has these overlapping graphics that "hang" into the next section. Stripe [1] makes heavy use of this.

[1] https://stripe.com/

Post reply on HN