All you need... nil you don't.

Built for speed.
Enjoy the performance of a framework that was engineered from the ground up to run at blazing speeds. Read More
Lightweight.
Too much unnecessary code wearing you down? Discover the advantages of a leaner, meaner codebase. Read More
Powerful.
Despite its small footprint, Merb's flexibility empowers developers to build and choose their own tools. Read More

Faster, Lighter, More Agile.

Merb is an MVC framework that is ORM-agnostic, JavaScript library agnostic, and template language agnostic, preferring plugins that add in support for a particular feature rather than trying to produce a monolithic library with everything in the core. In fact, this is a guiding principle of the project, which has led to third-party support for the ActiveRecord, DataMapper, and Sequel ORMs.

In addition, it means that the core code in Merb is kept simple and well organised. This has multiple benefits. It means it’s faster for one thing. It’s also easier to understand, maintain and extend.

Merb is already packed with good stuff; flexible routing, gem plugins, the provides API, part and mail controllers etc. To get a better idea check out the features.

Or if you’re feeling impatient, just get to it and install Merb!

Install it

$ sudo gem install merb --include-dependencies

Generate & Run

$ merb-gen app  my_application 
$ cd my_application
$ merb

RSS TIMELINE FEED