--- title: 'Getting started' --- ## Installation Web Maker is available as a Web app and a Chrome extension. Web app is recommended for use as it has it more features and lesser restrictions due to Chrome extension policies. **Web app** The web app requires no installation. Just [goto the app url](/app/). Once you open the app, it is available for offline use in future. **Chrome extension** Here is the link to the Chrome extension 👉 [Chrome Web Store](https://chrome.google.com/webstore/detail/web-maker/lkfkkhfhhdkiemehlpkgjeojomhpccnh) > Note: Chrome extension works in Brave and UC Browser also. Though, it hasn't been thoroughly tested on them. ## Starting Web Maker **Web app** As mentioned, the Web app can be simply opened by visiting [https://webmaker.app/app/](/app/). **Chrome extension** Once the Chrome extension is installed, you'll see a Web Maker icon in the right-top of your Chrome browser. Click it and Web Maker will open in a new tab. ## Your first creation Okay, so now you might be wondering what do I do with Web Maker open in front of me? Web Maker lets you write HTML, CSS & JavaScript code and see it's instant preview. So let's write some code. You should be seeing 3 code panes with the headings: **HTML**, **CSS** and **JS**. Each code pane is a dedicated place to write code in the respective languages. Go ahead and click inside the **HTML** code pane to focus it and then write the following HTML code: ```html