LittleFaith

A compact library engine and Bible software that blends desktop-first usability with web-friendly technologies.

Core Logic

Tech Stack

Plugin Surface

trait LittleFaithPlugin {
    fn manifest(&self) -> PluginManifest;
    fn register(api: &mut CoreApi);
}

Supports Rust dynamic-load or WASI for extensions like AI-chat or map viewers.