Meteor Kitchen can help you kickstart development on your next Meteor-based project.

Meteor Kitchen is a code generator for Meteor.js. Just describe your application in a simple JSON file (or use kitchen-GUI) and let meteor-kitchen build a complete Meteor application for you with all of the following:

  • Directory structure
  • Router and route controllers
  • Collections (pubs & subs)
  • LayoutPages (with content)
  • MenusForms (with validations)
  • DataViews (components you can use to show data from collections with search & sort functions)

And more: in addition to built-in components you can write your own plugins in javascript and expand the generator to infinity!

Source: Meteor Kitchen