https://github.com/featherfall-org/quill
ð Lightweight framework for Roblox
https://github.com/featherfall-org/quill
components framework providers roblox
Last synced: 2 months ago
JSON representation
ð Lightweight framework for Roblox
- Host: GitHub
- URL: https://github.com/featherfall-org/quill
- Owner: featherfall-org
- License: mit
- Created: 2025-06-13T07:56:29.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-09-07T12:42:06.000Z (7 months ago)
- Last Synced: 2025-09-07T14:36:35.068Z (7 months ago)
- Topics: components, framework, providers, roblox
- Language: Luau
- Homepage: https://featherfall.gitbook.io/quill
- Size: 194 KB
- Stars: 5
- Watchers: 0
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Quill
The best all-in-one lightweight Roblox game framework.
[](https://github.com/featherfall-org/quill/actions/workflows/ci.yml)
[](https://github.com/featherfall-org/quill/blob/main/LICENSE)

---
Â
## ðŠķ Quill
**Quill** is a Luau framework designed to simplify your workflow's setup.
Â
## ðĶ Installation
The Quill packages are available for [Wally](https://wally.run/package/featherfall-org/quill-core) and [Pesde](https://pesde.dev/packages/featherfall/quill_core).
```toml
# wally.toml
[dependencies]
quill = "featherfall-org/quill-[CRATE]@LATEST" # Replace LATEST with your desired version & [CRATE] with your crate of choice, for example featherfall-org/quill-core
```
```sh
pesde add featherfall/quill_[CRATE] # Replace [CRATE] with your crate of choice, for example featherfall/quill_core
```
A roblox model file (`.rbxm`) containing all crates is also built on every push and is available [here](https://nightly.link/featherfall-org/quill/workflows/build.yml/main/quill.zip).
Â
## ð Getting Started
[Take me to the documentation â](https://featherfall-org.github.io/quill)
Â
## ð License
Quill is licensed under the [MIT License](LICENSE).
Â
## âïļ Contributing
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Quill by you, shall be licensed as MIT, without any additional terms or conditions.