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 provided by Silex Labs foundation.
Silex for DIY and passionate people who want a free alternative to Wix or other closed source website builders:
- Use Silex online for free
- Silex desktop app (works offline, with your local files)
- Silex official website
- Documentation wiki
- Silex forums
- subscribe to Silex news by email (a few messages per year) and follow us on Facebook, Twitter
Silex for professionals, agencies and hosting companies:
- Install Silex on your computer or server (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
- If you are a designer, here is how to add your own templates to Silex
- If you are a freelance designer and wants to create Silex website for clients, please leave your email here
- If you are looking for a designer to help you create your website, please leave your email here
- Hire a contributor from this list or from one of these other lists
Other links
- Silex license is GPL
- Road map
- Change log
- Open positions, join the team
- Become a core contributor with these issues to get started
- Testers, docs and other help wanted annoucements
Silex source code repository is organized with 2 git branches:
-
master
is the stable version, you can see it in action here: editor.silex.me -
develop
is the "preprod" or "staging" version, it is deployed on 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
As of june 2017, around 100.000 lines of code. See github API count (includes blank lines and comments I guess):
JavaScript: 856643,
CSS: 82702,
HTML: 53727,
Shell: 1532
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 |
-------------------------------------------------------------------------------
Language files blank comment code
-------------------------------------------------------------------------------
JavaScript 404 9616 14937 50841
CSS 75 1580 1652 11394
LESS 20 141 87 1768
Markdown 10 334 0 657
YAML 14 3 1 581
HTML 7 177 22 527
JSON 3 0 0 146
Bourne Shell 4 6 13 28
-------------------------------------------------------------------------------
SUM: 541 12030 16712 66869
-------------------------------------------------------------------------------
These are the upstream projects we use in Silex
- unifile, a nodejs library which provides a unified access to cloud services
- Cloud explorer, a file manager for the cloud services. It is a front end javascript app which connects to a unifile server
- Stage, a stage component to add a drag and drop to your project
- Prodotype, Build components and generate a UI to make them editable in your app
- Resonsize, preview websites at different sizes
- Typescript is used to build Silex
- Ace, an excellent code editor in javascript
- jquery is included in the sites generated by Silex
- GLYPHICONS library of icons and symbols (CC license) and fontawesome icons