Introducing BAX - Static Site Generator for Modern Web

What is BAX?

BAX is a modern, lightweight, and SEO-friendly static site generator built with pure Batch (Windows) and Bash (Linux/Mac) scripts. No dependencies, no npm, no Python, no Ruby - just pure shell commands that transform simple .zet files into complete HTML websites.

BAX stands for "Batch and Axcora X" - combining the power of Windows Batch and Linux Bash with Axcora Tech's commitment to simplicity and performance.

Why BAX?

BAX was created to solve a simple problem: static site generators are too complex. Most require installing large frameworks, learning complex templating languages, or managing dependencies.

Key Benefits

  • Zero Dependencies - No Node.js, npm, Python, Ruby, or Go required
  • Cross-platform - Works on Windows, Linux, and macOS
  • SEO Optimized - Auto-generates meta tags, Open Graph, and sitemaps
  • Simple .zet Format - Easier than Markdown, more intuitive
  • Lightning Fast - Builds in milliseconds, not seconds
  • Zero Configuration - Most sites work with minimal setup
  • Portable - Just copy the folder and run
  • Open Source - MIT License, free forever

How to Use BAX

Getting started with BAX is incredibly simple:

Step 1 - Clone

git clone https://github.com/mesinkasir/bax.git
cd bax

Step 2 - Configure

Edit config.zet with your site information:

SITE_TITLE:My Awesome Site
SITE_URL:https://myawesome.site
SITE_DESCRIPTION:My awesome static site
POSTS_PER_PAGE:6

Step 3 - Create Content

Add .zet files to the data/ folder:

TITLE:My First Blog Post
DATE:15 July 2026
IMG:https://example.com/image.jpg
DESC:This is my first post
TAGS:technology programming
H2:Welcome
P:Hello world This is my first post.

Step 4 - Build

Run the build command for your operating system:

bax.bat  # Windows
./bax.sh # Linux/Mac

Step 5 - Deploy

Upload the public/ folder to your hosting provider:

  • GitHub Pages
  • Netlify
  • Vercel
  • Cloudflare Pages
  • Any web hosting

BAX Features Deep Dive

SEO Built-in

BAX automatically generates:

  • Meta title and description tags
  • Open Graph tags (Facebook, LinkedIn)
  • Twitter Card tags
  • Sitemap.xml
  • Robots.txt

Simple Content Format

The .zet format is designed for humans, not machines:

TITLE:My Post
H2:Introduction
P:Simple content
UL:
LI:List item
/UL:

Tag Support

BAX auto-generates tag pages for better organization and SEO.

Pagination

BAX automatically paginates your blog posts with clean URLs.

Responsive Design

BAX uses Bootstrap 5 for beautiful, responsive design out of the box.


Who is BAX For?

BAX is perfect for:

  • Bloggers wanting a simple, SEO-friendly site
  • Developers who hate installing dependencies
  • Non-technical users who want to build websites
  • Students learning about static sites
  • Documentation site creators
  • Portfolio websites
  • Small business landing pages
  • Anyone who wants a fast, simple website

BAX vs Other Tools

BAX offers unique advantages:


What's in a Name?

BAX stands for:

  • B - Batch (Windows script)
  • A - Axcora Tech (the creator)
  • X - Cross-platform excellence

It's short, memorable, and represents the simplicity we value.


The Philosophy of BAX

BAX is built on these core principles:

Simplicity First

Every feature in BAX is designed to be simple and intuitive. No unnecessary complexity.

Zero Dependencies

BAX uses only what your operating system already has. No downloads, no installations, no conflicts.

Performance Matters

BAX is optimized for speed. Build times are measured in milliseconds, not seconds.

SEO is Essential

Good SEO should be automatic, not an afterthought. BAX handles it all.

Cross-platform by Default

Your content should work everywhere. BAX runs on Windows, Linux, and macOS.


Getting Help

Documentation

Complete documentation is available at:

https://bax.axcora.com/documentation

GitHub Issues

Report bugs and request features:

https://github.com/mesinkasir/bax/issues

Community

Join our community and contribute:

https://github.com/mesinkasir/bax

Start Using BAX Today

Don't wait - start building your static site with BAX now:

git clone https://github.com/mesinkasir/bax.git
cd bax
bax.bat  # Windows
./bax.sh # Linux/Mac

"Simplicity is the ultimate sophistication. BAX makes static sites simple again."


Version History

v1.0 - July 2026

  • Initial release
  • Full static site generation
  • SEO features
  • Pagination
  • Tag support
  • Cross-platform
← Back to posts