pakyow

Pakyow is an open-source framework for building web apps in Ruby. It enables you to get straight to work by letting data be data, views be views, and code be code. Simple.

Designer-friendly Views

In Pakyow, views are purely structural and contain no logic, keeping the view focused on it's job of presentation. No special markup is required in the view. This means the designer can build the presentation layer for an app in their own environment.

Learn more about views →

Sturdy Prototypes

View construction happens automatically, which means a working, navigable front-end can be created without any back-end code. Business logic is added later without any changes to the front-end, eliminating resistance and keeping development moving forward.

Learn more about view construction →

Intelligent Connections

Data awareness is built into views, meaning a view knows what it presents. Data is bound in from the back-end without requiring a single change to the view. Roles and responsibilities remain clear throughout the development process.

Learn more about data binding →

Pakyow does all of this (and more) while being simple to use and performant in tough situations. It's the best way to take down a hard-hitting project.