1
Download or Order Template
2
Read Documentation Project
3
Run Project on your website
themestemplate website themes website template template freethemes featuredthemes otherthemes
New Static SIte Generator AX Content Docs
Axcora AX SSG: A Lightweight Static Site Generator with No node_modules
Axcora AX SSG stands out among static site generators for its minimalist architecture,
delivering exceptional speed while completely eliminating the heavy node_modules
directory that characterizes most modern SSGs[1]. This approach makes AX SSG remarkably lightweight and easy to manage—ideal for developers seeking maximum efficiency with minimal complexity.
Unlike traditional static site generators such as Jekyll, Hugo, or Gatsby, which often require managing thousands of dependencies via node_modules
and come with steep setup requirements, AX SSG keeps things simple. It uses only essential JavaScript libraries
and boasts a transparent file structure based on Markdown content, Handlebars templates, and configuration in basic JSON or YAML. This minimalism ensures installation is fast, the learning curve is gentle, and local storage requirements remain tiny.
Key Advantages of AX SSG:
In comparison, conventional SSGs provide rich plugin ecosystems and broad functionality at the cost of greater complexity, persistent maintenance, and larger project footprints. AX SSG reimagines the developer experience, showing how minimalism enables both power and speed—making it a compelling choice for modern static web development.
Need to download node js - Download Node Js
cd C:\Users\Mypc\project
npm run dev
localhost:3000
You can clone from our github repo
git clone https://github.com/mesinkasir/ax-starter.git
cd ax-starter
npm run dev
# open localhost:3000
Install AX SSG Global in your device
npm i -g axcora-ax
Create new project
ax init myproject
Access your project
cd myproject
Run your project
ax dev
Open web browser
localhost:3000
Build for production
ax build
Upload on your hosting
dist
For first you need to setup your site , acces in to data/site.json
And update it.
{
"name": "AX SSG",
"lang": "en",
"locale": "en-US",
"description": "Demo site built with AX SSG - minimalist static site generator with modern design - by Axcora tech",
"url": "http://localhost:3000",
"icon": "/assets/img/logo.png",
"author": {
"name": "Axcora Team",
"url": "https://ax.axcora.com"
},
"blog_list_title": "The Blog",
"show_blog_list": "6",
"title": "AX",
"nav": [
{ "title": "Home", "url": "/" },
{ "title": "Blog", "url": "/blog/" },
{ "title": "Tags", "url": "/tags.html" },
{ "title": "About", "url": "/about.html" }
],
"social": [
{ "name": "GitHub", "url": "https://github.com/sponsors/mesinkasir/"},
{ "name": "Website", "url": "https://ax.axcora.com/" }
]
}
to update home page you can access on content/pages/index.md
---
title: Welcome to Ax SSG
description: "A lightning-fast, dependency-minimal static site generator"
---

Website speed isn't just a technical metric—it's a measure of user experience and business impact. Study after study shows that users are less likely to engage, convert, or return to slow websites. Google and other search engines now factor speed heavily into rankings, making fast-loading sites a top priority for SEO.
to create new or update static page you can access on content/pages/
and create a static page, eg , about.md
---
title: "About AX SSG"
description: A Minimalist Static Site Generator Focused on Simplicity and Speed
---
Axcora AX SSG by axcora team

Axcora AX SS
If you want to update and create new blog post article you can access on content/blog
and create your new markdown file.
---
title: "Minimalism Over Bloat"
description: "Ditching Node_Modules - Minimalism Over Bloat"
image: "/assets/img/axcora.jpg"
date: "2025-09-03"
tags: [minimalism, dev practices]
---
No more dependency jungle. With AX, only core JavaScript and a few proven libraries are needed.
AX is uses auto SEO injection, such meta title, open graph, twitter card, sitemap.xml , RSS.xml all in one SEO for your project.
If you want to upload your static file in root you can drop your static file into static
folder.
If you want to upload your assets file such css, js, image and others ,you can drop your file into assets
folder.
You can also learn about ax templating on ax documentation page.
If you need develope custom website project, you can hire our team dev https://www.hockeycomputindo.com/en/jamstack/
Select your favorite technology and website blog themes template