Skip to content
Chris Zheng edited this page Jul 7, 2026 · 2 revisions

Foundation Base Wiki

Foundation Base is a Clojure-first toolkit for building, generating, testing, and operating polyglot systems.

It combines:

  • reusable libraries under std.*;
  • developer tooling under code.*;
  • language generation and target models under hara.*;
  • runtime adapters under rt.*;
  • portable cross-target libraries under xt.*.

You do not need to understand the whole repository before using it. Choose a path:

Start here

Common goals

Goal Page
Install Foundation Base Getting Started
Generate JavaScript, Lua, Python, Go, SQL, or Solidity Hara Language Tooling
Compare source with generated projects Examples
Run fact-based tests Code Tools
Understand the namespaces and directories Repository Map
Propose a change Contributing

Other documentation

Clone this wiki locally