⚠️ Work in progress: This is an early, very alpha project; expect breaking changes and rough edges while the foundations solidify. Here be dragons!
flora is a fast and secure runtime that lets you write discord bots for your servers, with a rich TypeScript SDK, without worrying about running infrastructure.
You deploy scripts on a per-guild basis through a single bot, handled through the V8 JavaScript engine using V8 Isolates.
This is still taking shape, and will have a proper release soon. To stay up to date on flora's progress, watch this repository, or check out the documentation: https://flora.uwu.network/sdk
Buck2 setup for Rust/runtime/cli builds is documented in docs/buck2.md.
# build runtime (dev) ./x build-dev # build runtime release with buck2 ./x build-release # run runtime (dev) ./x run-dev # build + run runtime release ./x run-release