NOW
Building slowly, shipping often
This week I simplified the onboarding flow, planted basil on the balcony, and finally published this now page.
Your own little corner of now
GetWigee turns a simple Markdown file in your public GitHub repository into a calm, browsable now-page widget. No CMS, no backend, no lock-in.
Your Git history stays the source of truth.
NOW
This week I simplified the onboarding flow, planted basil on the balcony, and finally published this now page.
Your updates live in your repository, not someone else’s silo.
One dependency-free script. No database, account, or build step.
Use the calm defaults or bring your own stylesheet and layout.
How it works
Add your latest update to a plain status.md file.
GitHub keeps every version safely in your own public repo.
GetWigee fetches the file and shows it beautifully on your site.
Set up your now page
You only need a public GitHub repository and a webpage where you can paste HTML.
Use an existing public GitHub account, or create a separate public account just for your now page. Never put private information or secrets in the repository.
Open GitHubCreate a repository called now (or any name you prefer). Make sure its visibility is set to Publicso browsers can read your status file.
Create status.md in the repository. Start every entry with ##, add an optional subtitle in asterisks, and separate entries with exactly five dashes.
## Building slowly, shipping often
*30 July 2026*
This week I simplified the onboarding flow, planted basil on the balcony,
and finally published this now page.
-----
## A quieter way to share
*18 July 2026*
Exploring small software, useful writing, and tools that leave people in
control of their work.Edit the file whenever you have something new to share. Put the fresh entry first; GetWigee opens on the first entry and keeps older ones available with arrow navigation.
Fill in the wizard below, copy the generated script, and paste it into your webpage exactly where the widget should appear.
Open the embed wizardEmbed wizard
The code updates as you type. Fields marked optional can be left blank.
Paste this into your webpage.
<script
src="https://getwigee.com/getwigee.js"
data-owner="yourname"
data-repo="now"
></script>The script reads your file directly. It does not send your content through a GetWigee account or database.
Keep the source. Keep the history. Share only when you have something worth saying.
Make your now page