We’re building a set of libraries to support our vision for a new full stack web framework. At the same time, we want each tool to stand on its own and integrate with Rails where appropriate.
- Literal provides runtime type checking in Ruby with a bunch of useful types and data structures.
- Phlex lets you write object-oriented HTML, SVG and CSV views in Ruby.
- Good Cop is a Rubocop configuration that matches our taste — pragmatic and flexible. It’s meant to be used vis Ruby LSP with auto-corrections enabled on save.
- Strict Ivars makes Ruby raise a
NameError
if you read an undefined instance variable.
- A secret frontend project
- A routing-tree based router (similar to Roda)
- An ORM for SQLite
- A library to connect realtime Svelte state to a Ruby backend