What I've been working on

I’ve had my head down working for a little while, and today I’m coming up for air to talk a little bit about what I’ve been working on.

I’ve been making Bitbooks, THE tool for building online books from Github.

By online books, I mean books like Pro GitDive into HTML5 and and Git from the Bottom Up (which was built with Bitbooks). The common thread behind these examples is that you don’t have to pay to “get access.” The full book is accessible online to anybody with a laptop or mobile device. They were written to teach a technical topic, and the information was given away freely, under a Creative Commons license for the benefit of all.

Isn’t that great?

I think so, and I want to see more of that. But making a book like “Pro Git” is actually quite a bit of work… not just the writing but buidling a technology stack that can manage both community collaboration and publishing the site online. I wanted to remove some of that friction

I thought, why not use Github for collaboration, and Bitbooks for publishing?

With Bitbooks, you can push Markdown content up to Github, and it will build a website containing the content of your book, hosted for free on Github Pages. Then you just collaborate on the Github content, and let Bitbooks update your online site every time you make a change.

For developers, that’s a killer authoring workflow. For non-developers, not so much.

And that’s ok.

There is a lot going on with online authoring right now. It’s dizzying. There are going to be interesting solutions with their own interfaces and workflows for all sorts of people.

Bitbooks is just for developers who want to collaborate on Github. Period.

And that’s good because if you’re a developer, Github is where your readers are. If you manage an open source project, then Github is where your community is. You don’t want your technical book in somebody else’s walled garden when you could put it out in the open, managing the material just like you would an open source project.

And I’m not the only person who believes this. There are already plenty of examples of writing projects showing up on Github. The missing piece has been turning this content into a reader friendly format. A thoughtfully-designed mobile-friendly site, with pagination, a table of contents, and everything you’ve come to expect when reading a book. Bitbooks bridges that gap.

In the coming weeks I’ll be sharing some of the things I learned while putting this together. I’ll be posting about Markdown, Docker, static sites, and more (you should subscribe via RSS or Email if those topics interest you). But ultimately it’s not about the tools… it’s about what you do with them.

I’m looking forward to seeing what you do with Bitbooks.

Comments