Skip to content

AiLangCore/AiLangCore.github.io

Repository files navigation

AiLangCore Website

This repository publishes the public AiLangCore website.

Scope

  • Project landing page.
  • Public install scripts.
  • Human-facing documentation entry points.
  • Release and sponsorship links.
  • Public roadmap.

Status

This repository uses main as the public GitHub Pages branch. Website changes are published from main; release artifacts remain owned by the individual AiLang, AiVM, and AiVectra repositories.

Public roadmap:

Local Preview

Install the site dependencies once:

npm ci

Build the static site:

npm run build

Open _site/index.html directly in a browser.

Articles

Article source files live in _articles/*.md. Each article should use YAML front matter:

---
title: "Article title"
description: "Short summary shown on the article index"
date: 2026-05-26
author: "Author name"
---

Article body in Markdown.

Pushing to main runs the GitHub Pages workflow, builds _site, and publishes the generated article pages.

Public Beta Set

  • AiLang v0.0.1-beta.6
  • AiVM v0.0.1-beta.1
  • AiVectra v0.0.1-beta.1

The install scripts assemble these tools from their release artifacts through the beta channel.

About

Public website, install scripts, release-channel documentation, and sponsorship messaging for AiLangCore.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors