Skip to content
Alex Hoyau edited this page May 15, 2023 · 34 revisions

Frequently Asked Questions

Here are some frequently asked questions to help you along your way. Feel free to add to the FAQ here, or on social media.

You might also be interested in Silex vocabulary.

What is Silex and what can it be used for?

Whether you’re a maker about to create your project's website or you’re a designer making websites for customers, you will love Silex.

Your Design, Your Way! Free is not just about price. #Freedom

How does Silex work?

Silex can be used online or installed on your computer. You can use drag and drop to create a website, then click publish to push it online.

Can users take payments using Silex?

Silex integrate well with Snipcart and Paypal for example. Use the HTML box to paste the code these tools give you for the "add to cart" button.

Does Silex offer templates?

It does offer a few basic templates, see this section to know Why is Silex so crude compared to other web page/site building tools?

What's included?

A drag and drop editor, nothing more. You will need to bring in hosting, domain name, design...

Does Silex offer custom domains?

Silex integrates well with Netlify and Github pages, which offer free custom domains along with quality hosting (and no ads).

How to get started with Silex?

You probably want to check the tutorials, guides and collaborative documentation https://github.com/silexlabs/Silex/wiki

Is Silex really free?

We are passionate project contributors and designers who use Silex for personal and professional projects. Silex Labs uses Silex to teach web design to beginners. We work together as a community to develop our tool our way.

There are no hidden costs, no need to monetize developers or their website's users. No decisions are driven by business interests. Because Silex is open-source, no one will prevent you from adding features or doing business with Silex tools.

Why do you need my Dropbox or an FTP username and password? How will I know that my information will be kept safe?

On your first attempt to save a web page you will be asked to provide either your Dropbox or FTP user name and password.

In the case of Dropbox, we do not gain access to your Dropbox credentials. We use the OAuth mechanism they provide, giving you a path to log-in at dropbox.com.

In the case of FTP, we keep your data in a session cookie which lasts one week. After the week ends, it is deleted. FTP access requires us to save your log-in information in a session cookie; you have to trust Silex Labs (we are a non-profit organization well known in France by open source contributors).

Remember Silex is open-source, so you can host it yourself and keep your data to yourself. See the readme for more information about hosting an instance.

Why do you say Silex is "mobile friendly"? Is it the same as "responsive"?

Mobile friendly means that your websites will look good on any device, and will be presented to Google bots as they expect it.

Responsive is a technical term meaning that the website elements size changes with the size of the windows. In the case of Silex this is not completely true: Silex has 2 states (breakpoints), which are "mobile" and "desktop". The websites scale as a whole when the window width is too small, not every element resizes independently. This keeps Silex sites always pixel perfect. See how Silex websites are scaled here

Why am I directed to GitHub when I select the help menu? I want to ask a question, but I don't want to have to log into GitHub.

If you don't want to ask a question on GitHub, you can ask on Twitter or Facebook or even email us at contact[at]silexlabs[dot]org.

Will you sell my personal information or the information of my site visitors?

Never! We don't have your data anyway, it is stored in your account (ftp, github, dropbox, owncloud...) and served by your hosting company or server. The websites created with silex do not send or receive any data from us, it is easy to make sure it does not as you have all the files and you can host them anywhere.

Why is Silex so "crude" compared to other web page/site building tools? 

Silex is developed by its users. We are a team of volunteers, giving our time and energy freely, so the Silex Website Builder has fewer features than commercial web development tools. In addition to its price (FREE), and its customizability, Silex allows you to roll up your sleeves, and start to learn web design standards and understand code.

I'm new to GitHub, but I want to contribute. How can I get up to speed?

No matter what your background is, you can give back and help Silex.

If you're feeling technical, here is a great video on how to contribute to an open source project with GitHub.

I'm ready to publish my website! How do I do that?

First of all, congratulations, you made a website! Now go celebrate by reading the article on how to publish your website.

How do I propose a code change or open a bug?

You can open a GitHub issue here.

If you're interested in contributing your time to make Silex a more robust product, we'd love to have your help.

About Silex HTML files

I saved my website with silex editor on github. I get a unique .html file. (It looks like "editable.html" files in templates.) How can I get the full website to host it?

You need to publish your website and make it available online as described here

Silex HTML "editable" files contain all your pages and the elements and components

Elements visible on multiple pages

When I add a new page it clones the existing one so each change I make on one page persist in the other. How can I design a new page with a different style?

The idea is to use the Visible on property of elements to control which is on every page and which is only on 1 or some pages.

There is documentation about this here: Silex UI, "pages and links" section

About the color picker

I don't like the color picker for text color and background color

it is up to your operating system and browser, e.g. on firefox linux I have Color picker firefox linux

On windows 10 apparently it is not as good:

color picker win 10

But @ceubri found a way to change it: https://github.com/silexlabs/Silex/issues/950

Why do I get the error "Could not open this website for edition as it is a published Silex website"

This is an error which ocures when you try to open a published website for edition. After publishing a website Silex can not edit the generated files, only the original file created with Silex.

Why should I use sections?

Sections are useful to have things centered in the website and always visible whaterver size your window. See the FAQ about sections

Integration of Silex with php project

It is possible to use only the client part of web editor and integrate the other functions into my own code (e.g. Symfony/php project)?

Silex is made to interact with other applications through these ways:

  1. Hosting provider
  2. Cloud services - Developers can add a custom cloud service to host the users files, which make Silex behave like a classic website builder - no login to third party service. Please read this doc for more info
  3. Components or the HTML box which lets you embed any HTML/JS/CSS code
  4. Add features to the front end and back end thanks to Silex APIs

Integration in my product

I am interested in a whitelabel drag and drop builder to integrate with my product. My users should be able to create small websites with custom components from inside my product

Silex is made to be integrated and customized so technically it is possible. Also Silex has a double lisence in order to make it possible legally. But I don't think Silex is the right tool in the specific use case you describe, because it is more of a Webflow than a Wix, so people need to learn it in order to use it. It is not intended for general public but for makers who are willing to learn new skills, i.e. webdesign.

Please take a look at these tools:

About white labeling

Is it possible to remove this logo and change the links from the editor? From this issue

Yes it is possible

Here is an example for the logo

Every element of silex is customizable, check Silex Developer Guide for more info

WARNING: Support for Silex v2 has stopped. Try Silex v3 alpha, Read about it, Subscribe to the newsletter

Clone this wiki locally