5 <title>BookStack</title>
6 <link href='https://fonts.googleapis.com/css?family=Roboto:400,400italic,300,300italic,500,500italic,700,700italic' rel='stylesheet' type='text/css'>
7 <link href="https://fonts.googleapis.com/icon?family=Material+Icons"
9 <link rel="stylesheet" href="/dist/styles.css">
13 <div class="container">
15 <div class="col-sm-12">
17 <img src="/logo.svg" alt="BookStack">
23 <div class="col-md-4 spaced">
24 <h2 class="wow fadeIn long">Simple & Free Documentation</h2>
25 <p class="wow fadeIn long" data-wow-delay="120ms">BookStack is a simple, self-hosted, easy-to-use platform for organising and storing information.</p>
26 <a href="https://github.com/ssddanbrown/BookStack" class="button pos wow fadeIn long" data-wow-delay="240ms">View on GitHub</a>
28 <div class="col-md-8 screenshot-container">
29 <img class="wow screenshot" src="/bookstack-screenshot.png" alt="BookStack ScreenShot">
35 <div class="container md-margin-top">
37 <div class="col-md-12">
43 <div class="col-sm-4 wow fadeIn">
44 <h3><i class="material-icons">code</i>Free & Open Source</h3>
45 <p>BookStack is fully free and open, MIT licensed. The source is available on GitHub. There is no cost to downloading and installing your own instance of bookstack.
48 <a href="https://github.com/ssddanbrown/BookStack">View the source here »</a>
52 <div class="col-sm-4 wow fadeIn" data-wow-delay="240ms">
53 <h3><i class="material-icons">laptop_chromebook</i>Easy, Simple Interface</h3>
55 Simplicity has been the top priority when building BookStack. The page editor has a simple WYSIWYG interface and all content is broken into three simple real world groups:
58 <i class="material-icons text-book">book</i> Books <i class="material-icons text-chapter">collections_bookmark</i> Chapters <i class="material-icons text-page">description</i> Pages
62 <div class="col-sm-4 wow fadeIn" data-wow-delay="480ms">
63 <h3><i class="material-icons">search</i>Searchable and Connected</h3>
65 The content in BookStack is fully searchable. You are able to search at book level or across all books, chapters & pages. The ability to link directly to any paragraph allows you to keeps your documentation connected.
77 <div class="col-sm-4 wow fadeIn">
78 <h3><i class="material-icons">build</i>Configurable</h3>
80 Configuration options allow you to set-up BookStack to suit your use case. You can change the name, Logo and registration options. You can also change whether the whole system is publicly viewable or not.
84 <div class="col-sm-4 wow fadeIn" data-wow-delay="240ms">
85 <h3><i class="material-icons">storage</i>Simple Requirements</h3>
87 BookStack is built using PHP, on top of the Laravel framework and it uses MySQL to store data. Performance has been kept in mind and BookStack can run happily on a $5 Digital Ocean VPS.
91 <div class="col-sm-4 wow fadeIn" data-wow-delay="480ms">
92 <h3><i class="material-icons">directions_boat</i>Powerful Features</h3>
94 On top of the powerful search and linking there is also cross-book sorting, Page revisions, Image managment. Some more mega-features are planned such as static-site generation and quick exporting.
101 <div class="col-md-12">
102 <h3 class="text-center text-muted">
103 Demo Page Coming Soon
110 <div class="container">
111 <p class="text-muted">
112 BookStack - Created By <a href="http://danb.me" title="danb.me">Dan Brown</a>
116 <script src="libs/wow.min.js"></script>
117 <script src="dist/main.js"></script>