The Wayback Machine - https://web.archive.org/web/20230828021644/https://github.com/silexlabs/Silex/
Skip to content

silexlabs/Silex

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
July 25, 2023 19:06
July 29, 2020 09:57
March 8, 2022 11:43
July 4, 2015 17:07
September 2, 2022 19:30
June 3, 2020 21:39
August 19, 2022 16:37
August 19, 2022 16:37
September 3, 2022 17:36
September 3, 2022 17:36
December 1, 2022 00:29
November 11, 2020 13:12
November 11, 2020 13:12
January 13, 2021 17:13

Build Status status of silex.me instance Join the chat at https://gitter.im/silex-website-builder/community

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 provided by Silex Labs foundation.

Silex UI

Silex for DIY and passionate people who want a free alternative to Wix or other closed source website builders:

Silex for professionals, agencies and hosting companies:

Other links

About the git repo

Silex source code repository is organized with 2 git branches:

  • main 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

Dependencies

The upstream projects we use in Silex are all listed in Silex meta package