Static Site Hosting on Netlify
Deploy your static sites with Netlify for fast, free, and easy hosting.
Netlify makes it simple to deploy static sites directly from your local files or Git repository. Follow these steps to get your site live.
1. Prepare Your Static Site
- •Click on 'Save & Download' in ThemesForApp builder dashboard to get your site files.
- •Unzip the downloaded file to access your static site files (HTML, CSS, JS, assets).
2. Sign Up or Log In to Netlify
- •Go to https://netlify.com and sign up for a free account or log in.
3. Create a New Site
- •On your Netlify dashboard, click 'Add new site' > 'Deploy manually'.
- •Drag and drop your unzipped static site folder into the upload area.
4. Wait for Deployment
- •Netlify will automatically build and deploy your site.
- •Once deployment is complete, you'll see a public URL to access your site.
5. (Optional) Connect a Custom Domain
- •In your site dashboard, click 'Domain settings'.
- •Add your custom domain and follow Netlify's instructions to update your DNS records.
6. (Optional) Deploy via Git
- •Alternatively, connect your GitHub, GitLab, or Bitbucket repository to Netlify.
- •Netlify will automatically deploy your site on every push to your repository.