Version 1.0 — Maintained by the Gridbase Project
This repository contains a complete technical capsule describing how to build, deploy, and extend forum systems using the Micron markup language within NomadNet, the decentralized networking layer powered by Reticulum (RNS).
The capsule serves as:
- A developer reference for page syntax, structure, and data flow.
- A training corpus for language models and assistants building
.mupage code. - A living technical guide for anyone creating interactive pages or dynamic services on NomadNet nodes.
| File | Description |
|---|---|
NomadNet_Micron_Forum_Knowledge_Capsule.md |
Full technical capsule — architecture, syntax, and best practices |
examples/ |
Optional directory for sample .mu pages (to be added later) |
README.md |
You’re reading it — repository overview and usage guide |
The goal of this capsule is to document and preserve the structure and behavior of executable Micron pages — including:
- Forum creation, login, and registration logic
- Handling of user input and environment variables
- Integration with NomadNet’s node backend (
Node.py) - Security and access control mechanisms (
.allowedfiles) - Session propagation and local data persistence techniques
It captures the true logic flow of a working NomadNet forum — not just page design — making it suitable for both human developers and AI system training.
Clone the repo and use the capsule as a technical reference while creating .mu pages under your NomadNet node’s /storage/pages/ directory.
git clone https://github.com/<your-username>/NomadNet-Micron-Forum-Capsule.git
cd NomadNet-Micron-Forum-Capsule