❗ This book is WIP ❗
Introduction
Graviton is a modularized and composable code editor, meaning that the different modules can be used to build other editors, with for example, a different frontend.
Modules:
core
: The backend enginecore_api
: A set of APIs for extensions to usecore_deno
: Deno runtime for third-party extensionweb
: A web-based frontend implementationlanguages
: All the translations as NPM packagedesktop
: A desktop client for Graviton, powered by Tauriserver
: A remote server for Graviton, unsecure for now
Learn more: