HOME FEATURES MISSION GET STARTED BUY A COFFEE ↗ SUPPORT VIA PAYPAL ↗ SUPPORT VIA GITHUB ↗
Luax is a blazing fast static site generator written in pure Lua. Zero deps. No Node. Just you, markdown, and a wise badger guardian in a floating ruin.

BuildWebsite Fasterthan youshadow moves.

Luax is a blazing fast static site generator written in pure Lua. Zero deps. No Node. Just you, markdown, and a wise badger guardian in a floating ruin.

12MB
BUILD
0
DEPENDENCIES
90+
LIGHTHOUSE
100%
PURE LUA
badger: ~/luax
COPY
$ git clone https://github.com/mesinkasir/luax.git
$ cd luax
$ luax build
$ luaz start
→ Public built in 12ms • Watching ◍ LIVE
LUAX LUA SSGLUAX LUA SSG
like Lua itself.

Keep the web pure, like Lua itself.

We built Luax because modern SSGs feel like a maze of node_modules. Luax is different — one binary, markdown, LAX templates. The badger guards the burrow so you can just write.

Floating Ruins Philosophy

No bloat. Every byte must justify its existence, like stones in a floating archipelago.

Guardian Protocol

Wise badger checks every build. If it smells like JavaScript, it gets buried.

Wise Guardian
Wise Guardian
Protector of the burrow
◍ ACTIVE

What is LUAX

Surreal speed. Real badger. Luax comes from "Luak" — which means "Badger" in Indonesian. A nocturnal creature, fast, silent, and efficient. Just like the way luax.axcora.com builds your site.

BUILD SPEED

12ms avg

10,000 pages in under a second. Pure Lua loops.

BINARY SIZE

~2.1MB

Single file, no runtime. Copy and run.

TEMPLATING

LAX

Clean code , simple , minimal & fast.

LICENSE

MIT

Free forever. Burrow belongs to everyone.

Surreal speed.
Real badger.

12ms Build

Compiles thousands of markdown files in milliseconds. No JS bundler lag.

Pure Lua

One binary. Zero dependencies. Runs anywhere Lua runs.

LAX Templates

Minimal syntax { { content } }, { % for % }. Familiar, fast, no magic.

JAMSTACK Approved

Perfectly compatible with the JAMSTACK architecture. YAML / JSON as Data Write content on markdown frontmatter ready.

Tag & SEO

Auto Collections, tags, RSS, Robots, Sitemap, Open Graph , Twitter Card . Built-in, not plugin hell.

Deploy Anywhere

/public folder is static. Netlify, Vercel, AWS S3,Cloudflare, Github Pages , your burrow server.

LUA Static Site Generator

Starry night over
the burrow ruins.

Built with luax.axcora.com — no heavy JS, no bloated builder. Just pure static, blazing fast SSG that turns your content into surreal performance. This page is not a template. It's 100% static generated by luax — zero gradient placeholder, zero runtime overhead. Just raw HTML, real images, real speed.

From burrow to deployed in 5 steps.

No rituals. No sacrifices. Just Lua.

01 — INSTALLATION

+

Clone and run. No package manager maze. Binary is self-contained.

# open terminal CMD
git clone https://github.com/mesinkasir/luax.git
cd luax
luax build
luax start

Download via gumroad:

Download ZIP file

02 — SETUP

+

Open on data/metadata.yaml and update your site title, author, and URL.

# SITE AND SEO CONNFIGURATION
url: http://localhost:8080
title: LUAX SSG
description: Static Site Generator built with Lua
image: /img/axcoralogored.webp
favicon: /img/axcoralogored.webp
twitter_user: https://www.axcora.com

# NAVBAR SETUP
navbar:
  logo: /img/axcoralogored.webp
  list:
    - title: Home
      url: /
    - title: Blog
      url: /blog.html

# HOME PAGE SETUP
home:
  title: LUAX SSG
  description: Static Site Generator built with Lua
  image: /img/axcoralogored.webp
  blog_title: Latest Posts

# BLOG PAGE LIST SETUP
blog: 
  title: Blog
  description: Last update from article blog
  image: /img/axcoralogored.webp

# TAGSS PAGE SETUP
tags: 
  title: Tags
  description: All tags from posts
  image: /img/axcoralogored.webp

# FOOTER SETUP
footer:
  nav1:
    title: LUAX
    description: Static Site Generator built with Lua
  nav2:
    - title: Home
      url: /
    - title: Blog
      url: /blog.html
  nav3:
    - title: Axcora SSG
      url: https://ssg.axcora.com
    - title: AX SSG
      url: https://ax.axcora.
    - title: Markdownuts
      url: https://markdownuts.axcora.com
  nav4:
    - title: ONTA
      url: https://onta.axcora.com
    - title: PYCORA
      url: https://pycora.axcora.com
    - title: BAX
      url: https://bax.axcora.com

03 — MEDIA

+

Place your images, videos, and other media in the /public folder. Luax will copy them to /dist during build.

public/
├ public/
├── img/
│   ├── logo.png
│   └── hero.jpg
├── css/
│   └── style.css
├── js/
│   └── main.js
└── file/
    ├── hello.pdf
    └── hello.docx

04 — CONTENT

+

Static Pages

Static Page . - To update static page you can access on src/pages then create a new markdown file , example src/pages/about.md

---
title: About LUAX
description: LUAX is a simple static site generator built with Lua. Learn about the project, why we built it, and how it works.
layout: page.lax
image: /img/darkluax2.webp
---
## About LUAX SSG

LUAX is a **static site generator built with Lua**. It was created to make building static websites simple, fast, and fun.

Blog Posts

Blog posts . - To update article blog posts you can access on src/posts then create a new markdown file , example src/posts/my-first-post.md

---
layout: post.lax
title: Deploying LUAX Sites
date: 2026-07-15
image: /img/neonluax.webp
author: Axcora
tags: deployment, github-pages, netlify
excerpt: Learn how to deploy your LUAX site to production.
---
# Deploying LUAX Sites

Deploy your LUAX site to any hosting platform.

05 — DEPLOY

+

Next you can build production with run this command

luax build
and upload your dist folder in to your hosting.
Github pages is ready with deploy.yml just rename deploy.yml.example to be deploy.yml - Next activate your github pages.

LUAX LUA SSG
PURE LUA

Luax: The Poetic Engine of Axcora


I. The Birth of Light

In the silence of the server's breath, Where Lua sleeps in ancient code, Axcora whispers through the mesh— Luax awakens, light as ode.No heavy chains, no bloat, no dread, Just pure and simple, fast as thought, Where static pages dance and spread, With every fiber finely wrought.


II. The Canvas of Code

Like JSX born in Lua's grace, Where HTML meets logic's art— Metaprogramming finds its place, And tags are handled from the start ,div and p, they breathe and sing, Components woven, tight and true, The parser works its magic thing— From Lua's womb, the pages grew.


III. The Beauty of Simplicity

No node_modules to weigh you down, No tangled web of dependency, Just light and speed in every town, A static site, pure poetry. SEO blooms without a care, Sitemaps woven, robots too, Luax builds them in the air— A craftsman's work, honest and true.


IV. The Architects Dream

Seven hundred lines of parser grace, Three hundred more for magic's sake , A custom tongue, a sacred space, Where templates bend and structures break. For Lua's grammar fits the screen, A simple dance, a gentle art, No ambiguity, pristine— It plays its own harmonious part


V. The Final Verse

So let the static pages fly, Built with love in every line, Luax whispers to the sky— Behold, this art is now divine.Axcora's child, Lua's flame, Where code and poetry entwine, Eternal in its humble frame— A masterpiece of design.


INSTALL SEQUENCE
$ git clone https://github.com/mesinkasir/luax.git
$ cd luax
$ luax build
$ luaz start

Support via Gumroad

Support the badger via Gumroad buy our team a cup of coffee.

Support via Gumroad ↗

Support via PayPal

Keep Lua pure and portable. Your donation keeps the ruins floating.

Support via PayPal ↗

★ Support via Github

github.com/mesinkasir/luax — star, fork, PR. The burrow is open source.

Support via Github ↗