MiddleMan icon
MiddleMan icon

MiddleMan

 2 likes

Middleman is a static site generator using all the shortcuts and tools in modern web development. Check out middlemanapp.com for detailed tutorials, including a getting started guide. You can also follow @middlemanapp for updates.

License model

  • FreeOpen Source

Application type

Platforms

  • Mac
  • Windows
  • Linux
  • BSD
  • Ruby
  • Ruby on Rails
  No rating
2likes
0comments
0news articles

Features

Suggest and vote on features
  1.  Static Site Generator

MiddleMan News & Activities

Highlights All activities

Recent activities

No activities found.

MiddleMan information

  • Developed by

    Middleman developers
  • Licensing

    Open Source (MIT) and Free product.
  • Written in

  • Alternatives

    78 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Development

GitHub repository

  •  7,090 Stars
  •  753 Forks
  •  11 Open Issues
  •   Updated Mar 24, 2025 
View on GitHub

Popular alternatives

View all

Our users have written 0 comments and reviews about MiddleMan, and it has gotten 2 likes

MiddleMan was added to AlternativeTo by GrawlCore on Aug 24, 2014 and this page was last updated Sep 10, 2020.
No comments or reviews, maybe you want to be first?
Post comment/review

What is MiddleMan?

Middleman is a static site generator using all the shortcuts and tools in modern web development. Check out middlemanapp.com for detailed tutorials, including a getting started guide. You can also follow @middlemanapp for updates.

Why Middleman? The last few years have seen an explosion in the amount and variety of tools developers can use to build web applications. Ruby on Rails selects a handful of these tools:

• Sass for DRY stylesheets • CoffeeScript for safer and less verbose javascript • Multiple asset management solutions, including Sprockets • ERb & Haml for dynamic pages and simplified HTML syntax

Middleman gives the stand-alone developer access to all these tools and many, many more. Why would you use a stand-alone framework instead of Ruby on Rails?

These days, many websites are built with an API in mind. Rather than package the frontend and the backend together, both can be built and deployed independently using the public API to pull data from the backend and display it on the frontend. Static websites are incredibly fast and require very little RAM. A front-end built to stand-alone can be deployed directly to the cloud or a CDN. Many designers and developers simply deliver static HTML/JS/CSS to their clients.

Official Links