# Set up a simple website in 2 hours

If you need a website for your organisation, get something up fast now and improve it later. If you don't have coding skills, then I would suggest you choose [Wix](https://www.wix.com) to create your website.

{% embed url="<https://www.youtube.com/watch?v=RAFu_452pME>" %}

If you do know how to code but are still wondering what tools you should use in 2020, I'd say go simple first and pick a Static Site Generator. This will make building the site fast, hosting the site easy and the experience for your users' speedy. I use [Gatsby](https://www.gatsbyjs.com) and most often I host the site on [Netlify](https://www.netlify.com). If you're into continual integration, they make this setting this up the default so every time you push to [Github](https://github.com), your site will be redeployed. To make managing content on your website less time consuming, I use a Headless CMS, [Contentful](https://www.contentful.com). This is a solid base and if you require more complex functionality later you can add in serverless features. To get started with serverless fast [AWS Amplify Framework](https://aws.amazon.com/amplify/framework/) may help you.
