Presentations
Anything you wish worked differently, a presentation you want added, a typo you spotted — type it here. It saves automatically as you go, so you never lose a thought.
Drop your OneNote exports or notes here from any computer — PDFs, Word docs, images, markdown. They land straight in the notebook’s shared inbox and get sorted automatically every morning at 6 AM. Nothing is saved to this device.
⚠️ Good things to know (gotchas)
Every morning at 6:00, a little helper wakes up and tidies your inbox for you — automatically, with nothing for you to click.
- Your improvement notes get added to a running log, so all your ideas live in one tidy place.
- Your OneNote files, images and PDFs get sorted by topic into neat folders.
- Your library updates so everything is findable.
That's the whole deal: you drop things in the inbox and forget them. You never have to file anything by hand.
- 📓 Improvement log — 1 note added
Upload the whole project folder — the index.html file plus its sub-folders (like organized/ and your assets). Cloudflare hosts it exactly as-is. Make sure index.html sits at the top level of the folder, not tucked inside another folder.
Dashboard drag-and-drop ⭐ No terminal needed
Best for: a small static folder (index.html + a few sub-folders) you want live without a command line or GitHub.
- Create a free Cloudflare account at dash.cloudflare.com/sign-up: enter email + password and verify via the confirmation email. The free plan is the default — no credit card needed.
- Make sure
index.htmlsits at the top level of your folder (not nested). Drag-and-drop accepts a single folder OR a .zip of the files (max 1,000 files, 25 MiB each). - In the left sidebar open Workers & Pages (some dashboards label it "Compute (Workers)" → Workers & Pages).
- Click Create application (or "Create"), then on the Pages side choose Get started → Drag and drop your files (Direct Upload, not "Connect to Git").
- Enter a project name (lowercase letters, numbers, hyphens) — it becomes your URL, e.g.
my-site.pages.dev— then drag your folder or .zip onto the upload area. - When upload finishes, click Deploy site.
- After a few seconds your live URL appears:
https://PROJECT-NAME.pages.dev. Click it to confirm the site loads. - To update later, open the project, go to the upload / "Create a deployment" tab, and drag the new version. Each upload is a new deployment with rollback history.
- In the Cloudflare dashboard, open Workers & Pages and select your Pages project.
- Go to the Custom domains tab and click Set up a domain.
- Enter the domain/subdomain (e.g. www.example.com) and click Continue then Activate domain.
- If the domain is already on Cloudflare, the CNAME DNS record is created automatically — wait for status "Active".
- If not on Cloudflare: for a subdomain add a CNAME at your DNS host pointing to
PROJECT-NAME.pages.dev; for an apex domain (example.com) first add the domain as a Cloudflare zone and point its nameservers to Cloudflare, then redo the steps. - A free SSL certificate is issued automatically; the domain goes live once DNS propagates and status shows "Active".
Cloudflare Pages' free tier is ample for a tiny static site: unlimited bandwidth and requests, unlimited sites, free automatic SSL/HTTPS, and a free *.pages.dev subdomain. No credit card required.
Free-plan limits (none of which matter for a small site): 500 deployments/month, and up to 1,000 files per drag-and-drop deploy, each file up to 25 MiB. Custom domains and certificates are free too.