Astro
Website Framework
Similar to: WordPress · Squarespace · Wix
cf. Next.js · SvelteKit · Nuxt
Think of Astro as a tool that builds your website files. Unlike older website builders that load lots of unnecessary stuff, Astro creates clean, lightweight pages that open almost instantly - like the difference between a bulky Word document and a simple text file. It's free and open-source.
Astro is a modern web framework that ships zero JavaScript by default, making your pages incredibly fast. It supports components from React, Vue, Svelte and more - but only sends HTML and CSS to the browser unless interactivity is explicitly needed. Perfect for content-driven sites like portfolios, blogs, and organisational pages.
Cloudflare Workers
Hosting & Deployment
Similar to: cPanel hosting · Hostinger · SiteGround
cf. AWS Lambda@Edge · Vercel Edge · Azure CDN
This is where your website actually lives on the internet. Instead of being stored in one location, Cloudflare copies your site to hundreds of places around the world - so visitors always get it from somewhere nearby. It's like having your shop on every street corner instead of just one address. The free plan handles up to 100,000 visits per day.
Cloudflare Workers runs your site on their global edge network - meaning your pages are served from data centres close to your visitors, anywhere in the world. Deployments are automatic: push code to GitHub and your site is live within seconds. The free tier includes 100,000 requests per day, which is more than enough for most small-to-medium sites.
GitHub
Code Storage & Version Control
Similar to: OneDrive · Google Drive · Dropbox
cf. GitLab · Bitbucket · Azure DevOps Repos
Think of GitHub as a smart filing cabinet for your website files. It saves every version of every change, so you can always go back if something goes wrong - like an "undo" button for your entire website. It also connects your editor to Cloudflare, so changes go live automatically.
GitHub stores your website's source code and tracks every change. It acts as the bridge between your editor and Cloudflare - whenever you push a commit, Cloudflare automatically picks it up and deploys the latest version. You also get a full history of every change, so nothing is ever lost and you can always roll back.
Antigravity
Code Editor (AI-Powered)
Similar to: Dreamweaver · Wix Editor · Google Sites
cf. VS Code · Cursor · WebStorm
This is where you actually make changes to your website. It looks like a text editor, but has a built-in AI assistant - just type what you want in everyday English (e.g., "add a new page about our opening hours") and the AI writes the code for you. No programming knowledge needed. It's made by Google and completely free.
Antigravity is a free AI-powered code editor by Google. You don't need to know how to code - just describe what you want in plain English and the AI agent will write, edit, and organise the code for you. It connects directly to your GitHub repository and has a built-in preview so you can see changes in real time.