Skip to main content

max / makenotwork

Fuzz pass: fix doc-vs-code drift, broken links, and AI tells in public docs doc-fuzz: correct git clone URL (/source -> /git), drop stale "when video ships", remove dead SSH-keys link, add ?app_id= to SSE endpoint, fix "recommendations" wording (no recommender exists), template the 20GB sandbox limit, "no JavaScript" -> "no external JavaScript", remove double rule, Ko-Fi -> Ko-fi, recognise -> recognize, $580 -> template var, unify Stripe fee to ~2.9% + $0.30, earn-back "expected" -> "committed", {key} -> {key_code}. creator-fuzz (code-verified): splits example corrected to gross-based ($3.00, owner bears Stripe fee), search described as trigram/substring not full-text, documented the 500 MB per-file export cap. exorcise: prose em-dashes -> commas/colons/periods (kept numeric en-dashes).
Co-Authored-By
Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-06-08 21:38 UTC
Signed with PGP, not checked
Commit: 6c5d4b2bde1875be0cf55c3326d741a62b3bcd99
Parent: f76504b
20 files changed, +23 insertions, -25 deletions
@@ -108,11 +108,11 @@
108 108
109 109 ---
110 110
111 - ## A Note on Ko-Fi
111 + ## A Note on Ko-fi
112 112
113 - Ko-Fi isn't in the comparison above because it's a different category. Ko-Fi is a payment widget you embed on a site you already run: link in bio, tip button, simple shop. The free tier charges 5% on memberships and shop sales; Ko-Fi Gold removes that for ~$6-12/month depending on when you signed up.
113 + Ko-fi isn't in the comparison above because it's a different category. Ko-fi is a payment widget you embed on a site you already run: link in bio, tip button, simple shop. The free tier charges 5% on memberships and shop sales; Ko-fi Gold removes that for ~$6-12/month depending on when you signed up.
114 114
115 - If you already have your own website, mailing list, file hosting, and audience presence — and you just want a payments button — Ko-Fi is the right service. Makenot.work is for creators who'd rather not assemble that stack themselves. Profile pages, project and item pages, forum, discovery, memberships, RSS, analytics, and data export come together as one platform, with one identity, on every tier. Pick the one that matches how you want to spend your time.
115 + If you already have your own website, mailing list, file hosting, and audience presence, and you just want a payments button, Ko-fi is the right service. Makenot.work is for creators who'd rather not assemble that stack themselves. Profile pages, project and item pages, forum, discovery, memberships, RSS, analytics, and data export come together as one platform, with one identity, on every tier. Pick the one that matches how you want to spend your time.
116 116
117 117 ---
118 118
@@ -134,7 +134,7 @@
134 134
135 135 ### Where Your Money Goes
136 136
137 - Surplus from creator tier fees funds, in order: operations and infrastructure (~$580/month today), the founder's wage on a flat pay scale that will apply equally to every resident, residency hires after 1.0 ships, reserves, and platform development. No investors taking dividends, no board taking compensation. The residency trains engineers without traditional credentials into full-stack engineers; the goal is graduation, not retention. See [Team](/team) for who's currently on this and [Platform Economics](/economics) for the full financial breakdown.
137 + Surplus from creator tier fees funds, in order: operations and infrastructure (~${{ expenses.F_monthly }}/month today), the founder's wage on a flat pay scale that will apply equally to every resident, residency hires after 1.0 ships, reserves, and platform development. No investors taking dividends, no board taking compensation. The residency trains engineers without traditional credentials into full-stack engineers; the goal is graduation, not retention. See [Team](/team) for who's currently on this and [Platform Economics](/economics) for the full financial breakdown.
138 138
139 139 ---
140 140
@@ -72,8 +72,6 @@
72 72
73 73 ---
74 74
75 - ---
76 -
77 75 # Pricing Models for Your Fans
78 76
79 77 Above is what you pay MNW. Below is how you price what you sell to your fans. These are three independent models. You can use any or all of them per item or per project.
@@ -218,7 +218,7 @@
218 218 Recommended flow for desktop applications:
219 219
220 220 1. **On first launch**: Prompt for license key, call `/api/v1/keys/validate` with a generated machine ID
221 - 2. **On subsequent launches**: Call `/api/v1/license/verify` for offline-capable apps, or `/api/v1/keys/{key}/status` for online-only apps
221 + 2. **On subsequent launches**: Call `/api/v1/license/verify` for offline-capable apps, or `/api/v1/keys/{key_code}/status` for online-only apps
222 222 3. **On uninstall**: Call `/api/v1/keys/deactivate` to release the activation slot
223 223 4. **On activation failure**: Show the error message and allow the user to enter a different key
224 224
@@ -283,7 +283,7 @@
283 283 Subscribe to Server-Sent Events instead of polling. The server pushes a notification when another device pushes changes.
284 284
285 285 ```
286 - GET /api/sync/subscribe
286 + GET /api/sync/subscribe?app_id={app_id}
287 287 Authorization: Bearer <token>
288 288 ```
289 289
@@ -72,7 +72,7 @@
72 72 Fan pays → Payment processor → Creator's connected account
73 73 ```
74 74
75 - We take 0% platform fee. Only the payment processing fee (~3% + $0.30 per transaction) applies. See [Pricing Tiers](./tiers.md#understanding-stripes-per-transaction-fee) for how this affects small transactions.
75 + We take 0% platform fee. Only the payment processing fee (~2.9% + $0.30 per transaction) applies. See [Pricing Tiers](./tiers.md#understanding-stripes-per-transaction-fee) for how this affects small transactions.
76 76
77 77 ## Refunds
78 78
@@ -21,7 +21,7 @@
21 21
22 22 ## Streaming
23 23
24 - Audio items get a built-in in-browser player. No app required. Streaming uses your original file — no separate transcoded preview, no quality loss.
24 + Audio items get a built-in in-browser player. No app required. Streaming uses your original file: no separate transcoded preview, no quality loss.
25 25
26 26 ---
27 27
@@ -40,7 +40,7 @@
40 40
41 41 ### 4. SSL Certificate
42 42
43 - Once verified and routed, Makenot.work provisions SSL automatically via on-demand TLS — a Let's Encrypt certificate is issued the first time a visitor connects. No action needed on your end. (DNS changes can take up to 24 hours to propagate, so the first load may briefly show a certificate notice until the routing record resolves.)
43 + Once verified and routed, Makenot.work provisions SSL automatically via on-demand TLS. A Let's Encrypt certificate is issued the first time a visitor connects. No action needed on your end. (DNS changes can take up to 24 hours to propagate, so the first load may briefly show a certificate notice until the routing record resolves.)
44 44
45 45 ## Managing Your Domain
46 46
@@ -1,6 +1,6 @@
1 1 # Embed Widgets
2 2
3 - Embed your items, projects, and tip button on any external website. Each embed is a self-contained HTML page in an `<iframe>` -- no JavaScript includes, no tracking, no dependencies on your end.
3 + Embed your items, projects, and tip button on any external website. Each embed is a self-contained HTML page in an `<iframe>` -- no external JavaScript, no tracking, no dependencies on your end.
4 4
5 5 ## Available Embeds
6 6
@@ -30,13 +30,14 @@
30 30
31 31 - Maximum 500 files per export
32 32 - Maximum 2 GB total size
33 + - Maximum 500 MB per file
33 34
34 35 If you have more content than these limits allow, export in batches by project.
35 36
36 37 Git repositories are not included in the content file export. Clone them separately:
37 38
38 39 ```
39 - git clone https://makenot.work/source/<username>/<repo>.git
40 + git clone https://makenot.work/git/<username>/<repo>.git
40 41 ```
41 42
42 43 ## Export Format Details
@@ -4,9 +4,9 @@
4 4
5 5 ## What Makes This Different
6 6
7 - The platform takes 0%. The only fee is ~3% from payment processing, and that goes to the processor, not the platform.
7 + The platform takes 0%. The only fee is ~2.9% + $0.30 from payment processing, and that goes to the processor, not the platform.
8 8
9 - You find creators through [search and browsing](/discover), direct links, follows, and recommendations from people you trust. Everything you see traces back to a choice you made. No ads, no tracking, no opaque recommendations.
9 + You find creators through [search and browsing](/discover), direct links, follows, and links shared by people you trust. Everything you see traces back to a choice you made. No ads, no tracking, no opaque recommendations.
10 10
11 11 Every item is classified as Handmade, Assisted, or Generated based on generative AI use. You can filter by tier. See the [Generative AI Policy](../about/generative-ai.md) for details.
12 12
@@ -15,7 +15,7 @@
15 15 ## How Payments Work
16 16
17 17 1. You pay for content or join a creator's membership tier
18 - 2. Payment goes directly to the creator's account minus ~3% processing
18 + 2. Payment goes directly to the creator's account minus ~2.9% + $0.30 processing
19 19 3. We make money from creator tier fees (${{ tiers.standard.basic }}-${{ tiers.standard.everything }}/month), not from your purchases
20 20
21 21 ### Guest Checkout (No Account Required)
@@ -114,4 +114,3 @@
114 114
115 115 - [Content & Items](./02-content.md): Publishing releases
116 116 - [Projects](./projects.md): Project setup
117 - - [SSH Keys](./profile.md): Managing your SSH keys