Practice · put it live
Same page. Many doors. All free.
This is the shop you built. Download one file. Put it on Netlify, Vercel, GitHub Pages, or Cloudflare. The intern sends a live link, not a screenshot.
Mama Ngozi Provisions
1. Open it now
A SkillBanana link, so you can WhatsApp the shop today. Then put the same file on a host of your own.
https://www.skillbanana.com/s?d=eyJidXNpbmVzc05hbWUiOiJNYW1hIE5nb3ppIFByb3Zpc2lvbnMiLCJjaXR5IjoiQWplZ3VubGUsIExhZ29zIiwidGFnbGluZSI6IkluZG9taWUsIFBlYWssIGFuZCB3aGF0IHJhbiBvdXQgbGFzdCBNb25kYXkiLCJhYm91dCI6IkEgc3RhbGwgb24gdGhlIHJvYWQuIFdlIHJlc3RvY2sgTW9uZGF5cy4gQ2hhbmdlIHRoZSB3b3Jkcy4gVGhlIHBob25lIHVwZGF0ZXMuIiwiY3RhIjoiV2hhdHNBcHAgdG8gb3JkZXIiLCJwaG9uZSI6IisyMzQgODAxIDAwMCAwMDAwIiwic2VsbDEiOiJQcm92aXNpb25zIiwic2VsbDFiIjoiV2hhdCBpcyBvbiB0aGUgc2hlbGYgdG9kYXkuIiwic2VsbDIiOiJNb25kYXkgcmVzdG9jayIsInNlbGwyYiI6IlRlbGwgdXMgd2hhdCByYW4gb3V0LiIsInNlbGwzIjoiQ3JlZGl0IGJvb2siLCJzZWxsM2IiOiJXZSBrbm93IHlvdXIgbmFtZS4ifQ
2. Download the file
One file. Name: index.html. That is the whole website. Every host below takes this same file.
If the file opens instead of saving, use Share, then Save.
3. Put it on a real host
Try more than one. You will see it is the same product, just a different door. All four are free.
Netlify
Free · Fastest. One file. No GitHub.
- Download your page. It is one file, named index.html.
- Open Netlify Drop in the same phone browser.
- Drop the file on the page. Wait a few seconds.
- Copy the link they give you. That link is the shop.
Vercel
Free · Same host SkillBanana itself uses.
- Make a free GitHub account if you do not have one.
- New repository. Upload the same index.html.
- Open Vercel. Import that repository. Click Deploy.
- Copy the .vercel.app link. Send it to the shop.
GitHub Pages
Free · Your own address on github.io.
- New public repository. Upload the same index.html.
- Open Settings, then Pages.
- Source: Deploy from branch. Branch: main. Folder: / (root). Save.
- Your link is username.github.io/repo-name. Wait a minute the first time.
Cloudflare Pages
Free · Upload a folder. No command line.
- Free Cloudflare account. Open Workers & Pages.
- Create, then Pages, then Upload assets.
- Upload the same index.html. Deploy.
- Copy the pages.dev link. That is the shop, live.