# Silex **Repository Path**: qmutz/Silex ## Basic Information - **Project Name**: Silex - **Description**: Silex is a static website builder in the cloud. - **Primary Language**: Unknown - **License**: MPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-18 - **Last Updated**: 2025-05-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [](https://circleci.com/gh/silexlabs/Silex) [](https://editor.silex.me) ## About Silex, live web creation. Silex, is a free and open source website builder in the cloud. Create websites directly in the browser without writing code. And it is suitable for professional designers to produce great websites without constraints. Silex is also known as the HTML5 editor. Brought to you by Silex Labs team, promoting free software. Feel free to [use the free Silex instance](https://editor.silex.me/) provided by [Silex Labs foundation](https://www.silexlabs.org/).  Silex for DIY and passionate people who want a free alternative to Wix or other closed source website builders: * [Use Silex online for free](https://editor.silex.me) * [Silex desktop app (works offline, with your local files)](https://github.com/silexlabs/silex-desktop/) * [Silex official website](http://www.silex.me/) * [Documentation wiki](https://github.com/silexlabs/Silex/wiki) * [Silex forums](https://github.com/silexlabs/Silex/issues) * [subscribe to Silex news by email (a few messages per year)](http://eepurl.com/F48q5) and follow us on [Facebook](http://www.facebook.com/silexlabs), [Twitter](https://twitter.com/silexlabs) Silex for professionals, agencies and hosting companies: * [Install Silex on your computer or server](https://github.com/silexlabs/Silex/wiki/How-to-Host-An-Instance-of-Silex#as-a-web-app-silex-web-version) (basically this is `npm install -g silex-website-builder && silex`) * If you know HTML and CSS here is how to [add your own components to the "+" menu](https://github.com/silexlabs/Silex/wiki/Create-Silex-components) * If you are a designer, here is how to [add your own templates to Silex](https://github.com/silexlabs/Silex/wiki/Create-templates-for-Silex) * If you are a freelance designer and wants to create Silex website for clients, [please leave your email here](http://eepurl.com/gjYnib) * If you are looking for a designer to help you create your website, [please leave your email here](http://eepurl.com/gjYnib) * [Hire a contributor from this list](https://github.com/silexlabs/Silex/graphs/contributors) or [from one](https://github.com/silexlabs/unifile/graphs/contributors) [of these](https://github.com/silexlabs/CloudExplorer2/graphs/contributors) [other lists](https://github.com/silexlabs/drag-drop-stage-component/graphs/contributors) Other links * [Silex is dual licensed under GPL or MPL](http://www.silexlabs.org/silex/silex-licensing/) * [Road map](https://github.com/silexlabs/Silex/milestones) * [Change log](https://github.com/silexlabs/Silex/pulls?utf8=%E2%9C%93&q=is%3Apr) * [Open positions, join the team](https://github.com/silexlabs/Silex/issues?q=is%3Aissue+is%3Aopen+label%3A%22open+position%22) * [Become a core contributor with these issues to get started](https://github.com/silexlabs/Silex/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22) * [Testers, docs and other help wanted annoucements](https://github.com/silexlabs/Silex/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22) ## About the git repo [Silex source code repository](https://github.com/silexlabs/Silex/) is organized with 2 git branches: * `master` is the stable version, you can see it in action here: [editor.silex.me](https://editor.silex.me) * `develop` is the "preprod" or "staging" version, it is deployed on [preprod.silex.me](https://preprod.silex.me) for anyone to test (this is a good contribution, thx in advance, open an issue for each bug) During your development, you may need to rebase your work on the latest version of Silex develop branch. To do so you can git stash your changes or commit the work in progress, and then use `git pull --rebase upstream develop` to get the latest changes of Silex repo. The rerun `npm install` ## Size of the project's code base As of june 2017, around 100.000 lines of code. See [github API count (includes blank lines and comments I guess)](https://api.github.com/repos/silexlabs/Silex/languages): ``` JavaScript: 856643, CSS: 82702, HTML: 53727, Shell: 1532 ``` [cb372's report](http://line-count.herokuapp.com/silexlabs/Silex):
| File Type | Files | Lines of Code | Total lines |
|---|---|---|---|
| JavaScript | 422 | 138797 | 183644 |
| Json | 3 | 146 | 146 |
| Text | 12 | 0 | 1047 |
| Shell | 4 | 24 | 47 |
| Stylesheets | 90 | 17777 | 21504 |
| Html | 7 | 545 | 726 |