Orion is an open source framework built on Meteor that makes complex as well as simple apps possible with minimal effort. It's built, modified, used, and supported by an active community of people around the world.
Project sponsored by Orion Hosting - Hosting for Meteor
To start your orion instance the first thing you need to do is install the core package, a admin template and a router.
meteor add orionjs:coreOrion has two official templates, one for bootstrap and one for materialize, but you can use one in the list below
Bootstrap:
meteor add twbs:bootstrap fontawesome:fontawesome orionjs:bootstrapMaterialize:
meteor add materialize:materialize orionjs:materializeOrion supports iron:router and kadira:flow-router thanks to nicolaslopezj:router-layer.
iron:router:
meteor add iron:routerkadira:flow-router:
meteor add kadira:flow-router kadira:blaze-layoutmeteorAnd go
- Website: orionjs.org
- Documentation: docs.orionjs.org
- Tutorials: orionjs.org/tutorials
- Forums: forums.orionjs.org
- Gitter: gitter.im/orionjs/orion
- Preview: orion-example.meteor.com
- Roadmap: trello.com/b/dQhi5dF9/orion-roadmap
If you want to help translating Orion to your language follow the instructions.
Feel free to add your made with Orion site doing a pull request.
Submit a pull request to add your package to this list
Admin Themes:
- rwatts:orionjs-foundation
- dvz:orion-semantic-ui
- dvz:orion-unstyled
- nicolaslopezj:orion-admin-only-bootstrap use bootstrap theme without using bootstrap in the whole app
Attributes:
- rwatts:orion-maps
- nicolaslopezj:orion-users-with-roles-attribute Users relationship with roles filter
- dvc:orion-tags Bootstrap tags input
- nicolaslopezj:orion-rut-input Rut input (Chile)
Filesystem:
- vsivsi:orion-file-collection Lightweight MongoDB gridFS support
- lc3t35:orion-filesystem-local
- brightbind:orion-gridfs
- rwatts:orionjs-cloudinary
Languages:
- tunifight:orion-lang-ar Arabic
- findegil:orion-lang-bg Bulgarian
- loongmxbt:orion-lang-zh-cn Chinese Simplified
- jorisroling:orion-lang-nl Dutch
- pierreeric:orion-lang-fr French
- budickda:orion-lang-de German
- palpinter:orion-lang-hu Hungarian
- aselox:orion-lang-it Italian
- brajt:orion-lang-pl Polish
- goooseman:orion-lang-ru Russian
- eyeskiller:orion-lang-sk Slovak
- orionjs:lang-es Spanish
- berkbadem:orion-lang-tr Turkish
Integrations:
- nicolaslopezj:orion-ga Google analytics
- rwatts:orionjs-gtm Google Tag Manager
Others:
- nicolaslopezj:orion-exporter Export and import Orion data
- rwatts:orionjs-dashboard Add a Dashboard & Widgets to Orion