Tonight I was excited to wrap up a little embed-able mini-chart project I’ve been toying with, so I thought I’d share it with everyone. The motivating idea was that it would be a smaller chart that you can embed on your project page, homepage, forums, blog posts, etc. It updates automatically, just like the big charts on the Kicktraq project pages do, and has some nifty stats for backers to get excited about with their projects.
First, the new chart is a nice consolidated view of the larger daily progress chart. It shows the last 10 days of activity along with a progress bar of the total funding level. In addition, backers and project owners can now see what is required each day over the life of the project to reach successful funding. The chart calculates the remaining balance to fund, what’s needed each day to meet that goal, displays the current total for the day, and finally if it’s been met for that day.
This gives project owners a great tool to encourage backers to help them meet a manageable daily goal instead of the entire total. It also allows project backers a way to measure the success of their efforts, as well as a tool to share with others about how projects they care about are doing.
Here are a few live samples of the new chart:
The Bad:
The bad news, it looks like from some preliminary research, Kickstarter doesn’t allow you to use externally referenced images in your projects any longer. What their editing tool does when you select an image to use in your “Story” page, is upload a copy of it to their Amazon S3 instance and link to that version inside your editing window instead of using your external reference. I can only assume “update” pages are the same, but I don’t have a way of testing this. Unfortunately I had no idea this had changed since the last time I helped a project owner with their project, so I never noticed it until one of the initial testers brought it to my attention tonight.
Given my experience with seeing huge improvements in response times lately both with the old layout and further with the new layout, my only conclusion is that they are trying to make load times of project pages as fast as possible. The easiest way to ensure speedy delivery is to ensure all the assets on the page are loaded from their crazy-fast amazon S3 instance – in essence using it as a CDN.
This poses a problem, as the embed-able chart can’t be used with this new architecture, as it just uploads a snapshot of your chart to the CDN and the data never changes unless you manually “upload” a new version. That’s just not feasible.
So, I suppose the real question is, is this a feature project owners are interested in for their project pages, or am I just spinning my wheels? I’m happy to chat with Kickstarter about it, but not unless it something that folks want for their projects. It could be as simple as Kickstarter adding a checkbox on the upload page, defaulted to off, that said something like “use external image reference” or the like. I’m not sure if they’ll be open to this, but I’m happy to take the time to ask.
It’s really up to you, just let me know via the comments below, and I can do the rest.



By Ed Pugh August 1, 2012 - 8:56 am
This would be a great addition. People love helping to create a success and being part of a success. This tool would help both.
By schissel August 1, 2012 - 12:12 pm
Very interested! I love data-porn, and I’m sure a large % of our potential backers will, too. I feel that having data is a big value-add that will keep my backers invested and get them to bring in more backers in the “game” of driving up the amount raised.
By SoundBenderTM August 1, 2012 - 12:42 pm
Hi Adam! I would love to try and get this on my KS page somehow! Soooooo Cool!!!
By Chris K August 1, 2012 - 12:49 pm
You know I’m definitely interested. This would be a great addition for project owners!
By Danielle Colman August 1, 2012 - 1:42 pm
Yes! Very much yes!
By Louis Porter Jr. August 1, 2012 - 1:58 pm
This is EXACTLY what I wish we had!! This is perfect for helping to draw interest in a kickstarter.
By Tom Anders August 4, 2012 - 4:20 pm
Adam, this is a very good tool to help users quickly see the daily needs to get a project to the finish line. I’d like to see this allowed on KickStarter but I can see why they might have removed embedded objects. I’ve sometimes had their server take a full two minutes to type a single word to the story if I am creating or editing a project.
The only improvement to your image I could suggest if it is possible would be to have it switch for projects that have hit their funding goal to change Pledge per a Day to Succeed to Current Projected Final Total (and then use the lowest value of the Experimental Projection Cone for this number to be conservative)
By Adam August 5, 2012 - 4:14 am
Great idea! I’ll look into that as an adjustment very soon.
By Tom Anders August 5, 2012 - 1:39 pm
Hey Adam,
How often does the Pledges per a Day to Succeed update? Because right now my KickStarter has 22 days to go and needs $2868 which would be $130 to $131 a day and the Mini Chart is saying $137. (and that is me ignoring the 8 hours on top of the 22 days for the $130-$131). So I’m not sure if that number is live. If it is … it is bugged somehow and wanted to let you know. Probably the best accuracy you might do for this would be to divide the total left to goal by number of hours remaining and then divide that by 24 (as long as the divisor was 24 or more … if 23 or less … than just use the total left to goal). This is assuming that number is a live stat and not based on the previous day’s finish.
By Adam August 5, 2012 - 2:04 pm
Ah, you’re right. I was trying to compensate for partial days when rounding and I removed a day in lieu of adding it. Sorry about that – all fixed!
I’d not considered doing it by hour, but that’s another possibility and would fix those situations where a day doesn’t really consist of an entire day. I was just trying to stabilize the daily goal as much as possible. Hrm, I’ll look into that.
By Tom Anders August 5, 2012 - 4:26 pm
It would probably help if I wrote my suggestion correctly … let’s try that again as I screwed up:
IF Hours_Left_In_Project>24 THEN ((Kickstarer_Goal – Amount_Pledged)/Hours_Left_In_Project) * 24
ELSE
(Kickstarter_Goal – Amount_Pledged)