{"id":15642496,"url":"https://github.com/stephenlb/startup-metrics-dashboard","last_synced_at":"2026-03-11T00:33:16.234Z","repository":{"id":21295208,"uuid":"24611354","full_name":"stephenlb/startup-metrics-dashboard","owner":"stephenlb","description":"Startup Metrics Dashboard - Product Marketing and Product Management.  This is a 5-step model for creating a metrics framework for your business and customers, and how to apply it to your product and marketing efforts. ","archived":false,"fork":false,"pushed_at":"2020-01-10T19:36:34.000Z","size":1805,"stargazers_count":64,"open_issues_count":0,"forks_count":18,"subscribers_count":5,"default_branch":"gh-pages","last_synced_at":"2025-04-30T11:56:44.910Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://stephenlb.github.io/startup-metrics-dashboard/","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stephenlb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-09-29T20:18:25.000Z","updated_at":"2024-08-07T00:22:03.000Z","dependencies_parsed_at":"2022-08-20T15:20:09.524Z","dependency_job_id":null,"html_url":"https://github.com/stephenlb/startup-metrics-dashboard","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/stephenlb/startup-metrics-dashboard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stephenlb%2Fstartup-metrics-dashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stephenlb%2Fstartup-metrics-dashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stephenlb%2Fstartup-metrics-dashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stephenlb%2Fstartup-metrics-dashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stephenlb","download_url":"https://codeload.github.com/stephenlb/startup-metrics-dashboard/tar.gz/refs/heads/gh-pages","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stephenlb%2Fstartup-metrics-dashboard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30363950,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T21:41:54.280Z","status":"ssl_error","status_checked_at":"2026-03-10T21:40:59.357Z","response_time":106,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-03T11:56:27.639Z","updated_at":"2026-03-11T00:33:16.218Z","avatar_url":"https://github.com/stephenlb.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PubNub Startup Metrics Dashboard\n\n\u003e Live Demo: [Startup Dashboard](http://stephenlb.github.io/startup-metrics-dashboard/)\n\n\u003e Product Hunt: [Startup Metrics Dashboard](http://www.producthunt.com/posts/startup-metrics-dashboard)\n\nThis is a 5-step model for using Dave McClure's \nmetrics framework for your business and customers,\nand how to apply it to your product and marketing efforts.\nAcquisition, Activation, Retention, Referral, and Revenue (AARRR!)\n\n#### See for Yourself\n\n[![PubNub Startup Metrics Dashboard](http://pubnub.s3.amazonaws.com/assets/startup-metrics-dasbhoard-video-4.gif)](http://www.pubnub.com/developers/demos/startup-metrics-dashboard/)\n\n### Let's make your Metrics Realtime\n\nMonitoring your business metrics is complex.\nSimplify with a purpose built realtime dashboard.\n\n### Startup Metrics for Pirates\n\n[Startup Metrics for Pirates](\nhttp://www.slideshare.net/dmc500hats/startup-metrics-for-pirates-long-version)\nby Dave McClure, venture capitalist, entrepreneur,\ninternet marketing at 500 Startups.\n\n### Update the Dashboard in Ruby\n\nFirst install the `pubnub` gem using ruby gems.\n\n```bash\ngem install pubnub\n```\n \nWrite a script to **ring the Sales Bell**!\nThis also allows you to update any values on the dashboard.\n\n```ruby\n#!/usr/bin/ruby\n\nrequire 'pubnub'\npubnub = Pubnub.new(\n    :subscribe_key =\u003e 'sub-c-44d3418c-4855-11e4-8a5b-02ee2ddab7fe',\n    :publish_key   =\u003e 'pub-c-eae49ba3-b1ee-46c4-8674-27ce042e7ab3'\n)\n \n## Get Latest Dashboard and Modify Revenue\npubnub.history( :channel =\u003e '', :count =\u003e 1 ) do |response|\n    dashboard = response[0][0]\n \n    ## Trigger Sales Bell!!!\n    dashboard.merge({ :revenue =\u003e 500 })\n    pubnub.publish( :message =\u003e dashboard, :channel =\u003e 'standard' )\nend\n```\n\n### Dashboard Schema\n\nYou can change the dashboard in realtime with any `PubNub` SDK.\nThis is the schema for which you can modify any value to\nsend a signal to the dashboard instantly to change.\n\n```javascript\n// Whitelable your Dashboard\ntitle            : \"Startup\",\nsubtitle         : \"Weekly Goals\",\nlogo_img         : \"img/pubnub.png\",\n\n// Referral Labels\nvanity_one       : 'MENTIONS',\nvanity_two       : 'ATTENDEES',\nvanity_three     : 'ARTICLES',\nvanity_four      : 'STACKOVERFLOW',\n\n// Acquisition\nacquisition      : 1,\nacquisition_goal : 1,\n\n// Activation\nactivation       : 1,\nactivation_goal  : 1,\n\n// Retention\nretention        : 1,\nretention_goal   : 1,\n\n// Revenue\nrevenue          : 1,\nrevenue_goal     : 1,\n\n// Referrals\nmentions         : 1,\nattendees        : 1,\narticles         : 1,\nstackoverflow    : 1\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstephenlb%2Fstartup-metrics-dashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstephenlb%2Fstartup-metrics-dashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstephenlb%2Fstartup-metrics-dashboard/lists"}