
Bestatic is a simple but powerful static-site generator that you can install <em>graphically</em> without worrying about dependencies, on Windows, macOS, and Linux, running on any x86_64 and ARM architectures. It can simply turn your text files into fully functional websites and blogs.
<em>Any prior knowledge in Python is not required. Neither is any prior knowledge in dependency or environment management.</em>
It is really minimal yet feature-rich. Like every other static-site generator, it can generate a complete website by processing a bunch of markdown files. As a result, it eliminates the need for server-side programming, databases, and constant security updates. The site that <em>Bestatic</em> generates can be served from any web server or host (or even from Git-based platforms, for completely free).
Some salient features of <em>Bestatic</em> that are probably worth highlighting:
- <em>Blog-aware</em>. You can easily create your blog/news page along with your website. Customizable list pages for blog posts, reverse chronological order of posts, tags, comments (using Giscus or Disqus), fully customizable URL structures, RSS feeds - All standard good stuff are already included.
- <em>Feature-rich out of the box ðŸŽ</em>. Want LaTeX support? Syntax highlighting for code? Powerful search functionality? Auto-reloading server? Configurable navigation? Custom taxonomies (categories, multiple authors, etc.)? Image optimization? Custom handling of CSV and YAML data? We have all these things built-in. Oh yes, unlike many other static-site generators, our multi-column content layout work out of the box.
- <em>Flexible and extensible ✨</em>. Want to configure things in your way? Use simple yaml files. Want to use command line? Use our CLI options. Want to theme in your own way? Use standard Jinja2 templating to design freely. Want to use different markdown plugins or maybe your own custom shortcode? All of these things can de done pretty easily, without any prior knowledge or experience.
- <em>Scalable</em>. Bestatic ultimately builds a bunch of static files. So, no need for database management, server maintenance, or constant security updates. A hassle-free way to manage large-scale websites.
- <em>Free and open-source</em>. Of course, Bestatic is free and open-source, licensed under GNU GPL-3.0. This will remain free and open-source forever.
- <em>Simple</em>. Making things simple for you is our goal. Be it via graphical installation, compatibility across operating systems and hardware architectures, dedicated quickstart, or in-depth documentation: We just want to make your Bestatic journey easy and enjoyable for the beginning!
<em>Getting started</em>: Want to try Bestatic? Download and install it from the release page (separate native installers for Windows, macOS, and Linux) https://github.com/tatsatb/bestatic/releases/latest, or Snap store, or Flathub, or PyPI. Detailed installation instructions, quickstart guide, and user manual are available on our official documentation at https://www.bestaticpy.com.