+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as
+ published by the Free Software Foundation, either version 3 of the
+ License, or (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
+
+Also add information on how to contact you by electronic and paper
+mail.
+
+If your software can interact with users remotely through a computer
+network, you should also make sure that it provides a way for users to
+get its source. For example, if your program is a web application, its
+interface could display a "Source" link that leads users to an archive
+of the code. There are many ways you could offer source, and different
+solutions will be better for different programs; see section 13 for
+the specific requirements.
+
+You should also get your employer (if you work as a programmer) or
+school, if any, to sign a "copyright disclaimer" for the program, if
+necessary. For more information on this, and how to apply and follow
+the GNU AGPL, see .
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,5 +1,39 @@
-# CLOVER
+
-Smart fursuit parts made for daily wear to help out your species dysphoria.
+# C.L.O.V.E.R.
-[Check the docs for more info!!](https://clover.reboot-codes.com/)
+### Cybernetic Living Organism Variable Extension Regulator; Smart fursuit parts made for daily wear to help out your species dysphoria.
+
+**Please note:** Clover is Currently NOT suitible for any sort of regular use and is being developed in sparse sprints as we can find time to do so.
+
+
+
+---
+
+## Features
+
+- **Ease of Setup:** C.L.O.V.E.R.'s management software includes step by step guides on building, setup, and maintenence.
+- **Focus on Security:** Every event and module is verified and authenticated with an explicit trust and permission framework *by the user*.
+- **Open Extensibility:** C.L.O.V.E.R. ships with FLOSS APIs and an application management system which promotes open source projects.
+- **Use Case Adaptability:** While originally designed for use in Smart Fursuits, C.L.O.V.E.R. can also be used for Cosplay and Body Modifications (e.g. Cyborgs).
+
+## Usage
+
+The currently planned workflow is to:
+
+1. install a management application on an external device (like a PC, Laptop, Smartphone, or Tablet)
+2. use it to plan out required materials,
+3. connect them,
+4. and flash them to create a working instance of C.L.O.V.E.R.
+
+Due to OS limitations, a linux/darwin desktop or a powerful android device is required for building C.L.O.V.E.R. firmwares. Otherwise, anything that supports the communication protocols configured in your instance and that has an application which speaks the management API can be used for external management/control once authenticated.
+
+We also plan to make pre-built binaries available through a Nix cache to cut down on build times for CloverHub, C.O.R.E. components, and some supported configurations; but offline builds will always be an option.
+
+## License, Disclaimer, and Other Legal Preface
+
+C.L.O.V.E.R.'s primary orchestration process(es, a.k.a. CloverHub), reference API implementations (Tesseract, CarbonSteel), management software (Ratchet, Screwdriver), hardware (C.O.R.E.), and documentation are licensed under the GNU Affero General Public License version 3. CloverHub ships with or will download a copy of the repository it was built from to run C.O.R.E. and ensure AGPL compliance.
+
+Software developed with any reference API implementations (Tesseract, CarbonSteel) may be covered under the AGPL as well. ***This is not legal advice***, but a notice to developers who may be considering building for C.L.O.V.E.R., that you may be required to publish your source code in accordance with the AGPL if you choose to make your software publicly accessable at all.
+
+Of course, any contributor to this repository and associated materials does not provide any guarantee of any kind, nor will take liability for actions caused by or relating to C.L.O.V.E.R.
diff --git a/.direnv/flake-profile b/.direnv/flake-profile
--- a/.direnv/flake-profile
+++ b/.direnv/flake-profile
@@ -1,1 +1,1 @@
-flake-profile-28-link
\ No newline at end of file
+flake-profile-29-link
\ No newline at end of file
diff --git a/core/README.md b/core/README.md
--- a/core/README.md
+++ b/core/README.md
@@ -1,7 +1,5 @@
# CORE
-Central Organizational Robotic Extremities.
-
-The default modules, applications, and expression packs for CLOVER.
+### C.L.O.V.E.R.'s Organizational Robotic Extremities; The offically maintained modules, applications, and expression packs for C.L.O.V.E.R.
[Check the docs for more info.](https://clover.reboot-codes.com/docs/core/intro)
diff --git a/core/libs/tesseract/README.md b/core/libs/tesseract/README.md
new file mode 100644
--- /dev/null
+++ b/core/libs/tesseract/README.md
@@ -0,0 +1,3 @@
+# Tesseract
+
+Yet another cross platform application library.
diff --git a/core/libs/tesseract/src/lib.rs b/core/libs/tesseract/src/lib.rs
--- a/core/libs/tesseract/src/lib.rs
+++ b/core/libs/tesseract/src/lib.rs
@@ -0,0 +1,1 @@
+pub mod ui;