🚀 Axcora v1.0 is launch now!

All-in-One Static Site Generator & CSS Framework

Build beautiful, responsive websites with our modern static site generator ,commplete CSS framework with the components, automatic build system, and dark mode support

15.6KB
Base
19.6KB
Essentilas
43.7KB
Minified
11.8KB
Javascript

🚀 Key Features

Out-of-the-Box SEO Automation

Out-of-the-Box SEO Automation

Each page gets auto-generated meta tags (including generator hints, Open Graph support), canonical links, and sitemap/RSS feeds for search engine optimization—no plugin dance required.

CSS Framework, Modular & Themed

CSS Framework, Modular & Themed

Choose your CSS components (buttons, navbar, cards, badges, etc.) and theme (dark, minimal, brutalist, and more) per page or globally using frontmatter config:


 css:
  theme: 'dark'
  components:
    - buttons
    - cards

          

Get Start Now with Axcora SSG

Download Node Js and run terminal

Downlod Node Js

installation axcora
npm install axcora
Check Version
axcora -version
First Project
axcora init myproject && cd myproject
Dev mode
axcora dev
Open Browser
http://localhost:3000
Build Production
axcora build
Run Serve
axcora serve

Get Start with Axcora CSS Framework

How to use axcora css framework for your projects.

Install Via NPM
npm install axcora css
Import from Node Modules
import "axcora-css/axcora.min.css";
Inject CSS from CDN
<link href="https://cdn.jsdelivr.net/npm/[email protected]/axcora.min.css" rel="stylesheet"/>
Inject JS from CDN
<script src="https://cdn.jsdelivr.net/npm/[email protected]/axcora.min.js"></script>
SSG with Built-in CSS Framework

SSG with Built-in CSS Framework

Generate static sites directly from markdown/YAML content while utilizing a full-featured, modular CSS framework. No need for separate frontend or external CSS dependencies—styling and content are integrated by design.

Component-based Development

Component-based Development

Utilize and customize reusable UI components (in src/components/, e.g., Button.axc, Card.axc, Alert.axc) straight from your markdown or template files via easy shortcodes.

Automatic Markdown Collection

Automatic Markdown Collection

All markdown files in the content/ folder are automatically collected and turned into pages, posts, categories and tags—no manual configuration necessary. Slugs, URLs, previous/next links and more are handled for you.

Axcora Templating Engine - Handlebars

Axcora Templating Engine - Handlebars

No plain HTML! Use the special .axcora templating language (with support for layouts, slots, partials, YAML frontmatter, and direct component inclusion) for DRY, flexible, and powerful page structures.

Fast Build, Minified Output

Fast Build, Minified Output

All CSS is bundled and minified per page for optimal performance and CDN readiness.

Auto Sitemap & RSS

Auto Sitemap & RSS

Generates a complete sitemap.xml and rss.xml feed for discovery and syndication, automatically, every build.

Search Index

Search Index

Auto-generates a JSON search index for local/fuzzy search capabilities—perfect for documentation and large blogs.

🛠 How it Works

  • Drop your content as markdown in content/
  • Configure appearance and structure with YAML frontmatter
  • Custom layouts: .axcora supports template inheritance, slots, block content, partials
  • CSS is auto-selected/minified per page
  • Every build auto-creates: sitemap, RSS, minified CSS, search index
  • Every page/post is SEO-optimized with meta tags, easily extendable via plugins

✨ Why Use Axcora?

  • Speed: All output is plain static HTML & minified CSS—delivered at lightning speed, perfect for global CDNs.
  • Flexibility: Write only as much structure as you need: simple blog to advanced web doc site.
  • Productivity: Reusable UI components, auto-generation of navigation, tags, categories, and feeds minimizes boilerplate.
  • No Lock-in: Standard markdown/YAML content; output is industry-standard HTML/CSS, easy to migrate or deploy anywhere.
  • Modern Development: Suitable for blogs, portfolios, docs sites, landing pages, and more.

© Axcora Framework. Built with Axcora