| 5 |
5 |
|
{% block body_attrs %} class="centered-page"{% endblock %}
|
| 6 |
6 |
|
|
| 7 |
7 |
|
{% block head %}
|
| 8 |
|
- |
<meta property="og:title" content="Makenotwork — Fair distribution for creatives of all kinds">
|
| 9 |
|
- |
<meta property="og:description" content="Fair distribution for creatives of all kinds. 0% platform fee. Sell music, software, writing, and more for a flat monthly rate.">
|
|
8 |
+ |
<meta property="og:title" content="Makenotwork — Sell your work directly. Keep what you earn.">
|
|
9 |
+ |
<meta property="og:description" content="A platform for selling music, software, writing, and more. 0% platform fee — only Stripe's ~3% processing.">
|
| 10 |
10 |
|
<meta property="og:type" content="website">
|
| 11 |
11 |
|
<meta property="og:url" content="{{ host_url }}/">
|
| 12 |
12 |
|
<link rel="canonical" href="{{ host_url }}/">
|
| 18 |
18 |
|
{% block content %}
|
| 19 |
19 |
|
<div class="landing-hero">
|
| 20 |
20 |
|
<h1>Makenot<span class="dot">.</span>work</h1>
|
| 21 |
|
- |
<p class="tagline">Fair distribution for creatives of all kinds<span class="dot">.</span></p>
|
|
21 |
+ |
<p class="landing-headline">Sell your work directly<span class="dot">.</span> Keep what you earn<span class="dot">.</span></p>
|
|
22 |
+ |
<p class="landing-sub">A platform for selling music, software, writing, and more. No platform fee — just Stripe's ~3% processing.</p>
|
| 22 |
23 |
|
|
| 23 |
|
- |
<div class="landing-cta" style="margin-top: 1.5rem;">
|
| 24 |
|
- |
<a class="big-button" href="/join">Join</a>
|
| 25 |
|
- |
<a class="big-button secondary" href="/sandbox">Try the Dashboard</a>
|
| 26 |
|
- |
</div>
|
| 27 |
|
- |
<div class="landing-cta-secondary" style="margin-top: 0.75rem;">
|
| 28 |
|
- |
<a href="/docs/getting-started#free-trials" style="font-size: 0.9rem; opacity: 0.7;">Free trials available</a>
|
|
24 |
+ |
<div class="landing-fork">
|
|
25 |
+ |
<div class="fork-card">
|
|
26 |
+ |
<h2 class="fork-heading">For creators</h2>
|
|
27 |
+ |
<ul class="fork-list">
|
|
28 |
+ |
<li><strong>0% platform fee</strong> — only ~3% payment processing</li>
|
|
29 |
+ |
<li><strong>Sell anything</strong> — audio, video, software, writing, games</li>
|
|
30 |
+ |
<li><strong>Flat monthly pricing</strong> — starts at $10/mo</li>
|
|
31 |
+ |
<li><strong>No lock-in</strong> — full data export, cancel anytime</li>
|
|
32 |
+ |
</ul>
|
|
33 |
+ |
<div class="fork-actions">
|
|
34 |
+ |
<a class="big-button" href="/join">Join as a creator</a>
|
|
35 |
+ |
<a class="fork-secondary-link" href="/sandbox">Try the dashboard first</a>
|
|
36 |
+ |
</div>
|
|
37 |
+ |
</div>
|
|
38 |
+ |
|
|
39 |
+ |
<div class="fork-card">
|
|
40 |
+ |
<h2 class="fork-heading">For fans</h2>
|
|
41 |
+ |
<ul class="fork-list">
|
|
42 |
+ |
<li><strong>Browse and buy</strong> — directly from creators, no middleman</li>
|
|
43 |
+ |
<li><strong>No account required</strong> — to browse or purchase</li>
|
|
44 |
+ |
<li><strong>Fan+</strong> — $8/mo membership with $5 monthly credit</li>
|
|
45 |
+ |
<li><strong>Support the model</strong> — 0% fee means creators keep more</li>
|
|
46 |
+ |
</ul>
|
|
47 |
+ |
<div class="fork-actions">
|
|
48 |
+ |
<a class="big-button" href="/discover">Browse creators</a>
|
|
49 |
+ |
<a class="fork-secondary-link" href="/fan-plus">Learn about Fan+</a>
|
|
50 |
+ |
</div>
|
|
51 |
+ |
</div>
|
| 29 |
52 |
|
</div>
|
| 30 |
53 |
|
|
| 31 |
|
- |
<div class="tier-section">
|
|
54 |
+ |
{% if total_creators > 0 || total_items > 0 %}
|
|
55 |
+ |
<p class="landing-stats-line">
|
|
56 |
+ |
<strong>{{ total_creators }}</strong> creator{% if total_creators != 1 %}s{% endif %} publishing <strong>{{ total_items }}</strong> item{% if total_items != 1 %}s{% endif %}
|
|
57 |
+ |
— <a href="/source/">source available</a>, read the code.
|
|
58 |
+ |
</p>
|
|
59 |
+ |
{% endif %}
|
|
60 |
+ |
|
|
61 |
+ |
<div class="landing-principles">
|
| 32 |
62 |
|
<h2 class="section-label">How it works</h2>
|
| 33 |
63 |
|
<ul class="how-list">
|
| 34 |
64 |
|
<li><strong>0% platform fee</strong> — ~3% payment processing is the only cost. No cuts.</li>
|
| 39 |
69 |
|
<a class="section-link" href="/docs/how-we-work">How the business model works →</a>
|
| 40 |
70 |
|
</div>
|
| 41 |
71 |
|
|
| 42 |
|
- |
<div class="tier-section">
|
| 43 |
|
- |
<h2 class="section-label">Pricing tiers</h2>
|
| 44 |
|
- |
<div class="tier-grid">
|
| 45 |
|
- |
<div class="tier-card">
|
| 46 |
|
- |
<div class="tier-name">Basic</div>
|
| 47 |
|
- |
<div class="tier-price">$10/mo</div>
|
| 48 |
|
- |
<div class="tier-desc">Text, blogs, newsletters. 50GB storage, 10MB/file.</div>
|
| 49 |
|
- |
</div>
|
| 50 |
|
- |
<div class="tier-card">
|
| 51 |
|
- |
<div class="tier-name">Small Files</div>
|
| 52 |
|
- |
<div class="tier-price">$20/mo</div>
|
| 53 |
|
- |
<div class="tier-desc">Audio, software, plugins. 250GB storage, 500MB/file.</div>
|
| 54 |
|
- |
</div>
|
| 55 |
|
- |
<div class="tier-card">
|
| 56 |
|
- |
<div class="tier-name">Big Files</div>
|
| 57 |
|
- |
<div class="tier-price">$30/mo</div>
|
| 58 |
|
- |
<div class="tier-desc">Video, games, large software. 500GB storage, 20GB/file.</div>
|
| 59 |
|
- |
</div>
|
| 60 |
|
- |
<div class="tier-card">
|
| 61 |
|
- |
<div class="tier-name">Everything</div>
|
| 62 |
|
- |
<div class="tier-price">$60/mo</div>
|
| 63 |
|
- |
<div class="tier-desc">All features, current and future. 500GB storage, 20GB/file.</div>
|
| 64 |
|
- |
</div>
|
| 65 |
|
- |
</div>
|
| 66 |
|
- |
<a class="section-link" href="/pricing">Pricing calculator →</a>
|
| 67 |
|
- |
</div>
|
| 68 |
|
- |
|
| 69 |
|
- |
<div class="tier-section">
|
| 70 |
|
- |
<h2 class="section-label">What you get</h2>
|
| 71 |
|
- |
<div class="feature-grid">
|
| 72 |
|
- |
<div class="feature-card">
|
| 73 |
|
- |
<div class="feature-name">Sell your way</div>
|
| 74 |
|
- |
<div class="feature-desc">One-time purchases, subscriptions, pay-what-you-want, license keys. Promo codes and discounts.</div>
|
| 75 |
|
- |
</div>
|
| 76 |
|
- |
<div class="feature-card">
|
| 77 |
|
- |
<div class="feature-name">Host anything</div>
|
| 78 |
|
- |
<div class="feature-desc">Audio, video, software, written posts. Albums, books, games, versioned releases. RSS per project.</div>
|
| 79 |
|
- |
</div>
|
| 80 |
|
- |
<div class="feature-card">
|
| 81 |
|
- |
<div class="feature-name">Revenue dashboard</div>
|
| 82 |
|
- |
<div class="feature-desc">Sales charts, period comparisons, per-project breakdowns, transaction history.</div>
|
| 83 |
|
- |
</div>
|
| 84 |
|
- |
<div class="feature-card">
|
| 85 |
|
- |
<div class="feature-name">Audience tools</div>
|
| 86 |
|
- |
<div class="feature-desc">Follows, broadcast emails, release notifications. Contact sharing and data export.</div>
|
| 87 |
|
- |
</div>
|
| 88 |
|
- |
<div class="feature-card">
|
| 89 |
|
- |
<div class="feature-name">Full data export</div>
|
| 90 |
|
- |
<div class="feature-desc">Projects, posts, sales, purchases — JSON and CSV, anytime. Your data belongs to you.</div>
|
| 91 |
|
- |
</div>
|
| 92 |
|
- |
<div class="feature-card">
|
| 93 |
|
- |
<div class="feature-name">Security</div>
|
| 94 |
|
- |
<div class="feature-desc">2FA, passkeys, session management, password breach checking.</div>
|
| 95 |
|
- |
</div>
|
| 96 |
|
- |
</div>
|
| 97 |
|
- |
<a class="section-link" href="/docs/getting-started">Creator Guide →</a>
|
| 98 |
|
- |
</div>
|
| 99 |
|
- |
|
| 100 |
|
- |
<div class="tier-section">
|
| 101 |
|
- |
<h2 class="section-label">For fans</h2>
|
| 102 |
|
- |
<div class="feature-grid" style="grid-template-columns: 1fr;">
|
| 103 |
|
- |
<div class="feature-card">
|
| 104 |
|
- |
<div class="feature-name">Fan+ — $8/mo</div>
|
| 105 |
|
- |
<div class="feature-desc" style="opacity: 1; font-size: 0.9rem; line-height: 1.6;">
|
| 106 |
|
- |
Fan+ members receive a $5 monthly credit toward any purchase,
|
| 107 |
|
- |
a + badge on their profile,
|
| 108 |
|
- |
access to platform polls on feature priorities,
|
| 109 |
|
- |
and a seat in the dev community.
|
| 110 |
|
- |
</div>
|
| 111 |
|
- |
</div>
|
| 112 |
|
- |
</div>
|
| 113 |
|
- |
<a class="section-link" href="/fan-plus">Learn more about Fan+ →</a>
|
|
72 |
+ |
<div class="landing-use-cases">
|
|
73 |
+ |
<p class="use-case-line">
|
|
74 |
+ |
Musicians. Writers. Developers. Podcasters. Game devs. Educators. Comic creators.
|
|
75 |
+ |
</p>
|
|
76 |
+ |
<a class="section-link" href="/use-cases">All use cases →</a>
|
| 114 |
77 |
|
</div>
|
| 115 |
78 |
|
|
| 116 |
79 |
|
<div class="tier-section">
|
| 123 |
86 |
|
<p class="notify-status" id="notify-status"></p>
|
| 124 |
87 |
|
</div>
|
| 125 |
88 |
|
|
| 126 |
|
- |
<div class="tier-section">
|
| 127 |
|
- |
<h2 class="section-label">Explore</h2>
|
| 128 |
|
- |
<div class="explore-links">
|
| 129 |
|
- |
<a href="/use-cases">Use Cases</a>
|
| 130 |
|
- |
<a href="/docs">Creator Guide</a>
|
| 131 |
|
- |
<a href="/docs/roadmap">Roadmap</a>
|
| 132 |
|
- |
<a href="/docs/story">About</a>
|
| 133 |
|
- |
</div>
|
| 134 |
|
- |
</div>
|
| 135 |
|
- |
|
| 136 |
89 |
|
<div class="secondary-links">
|
| 137 |
90 |
|
<a href="/login">Log in</a>
|
| 138 |
|
- |
<a href="/discover">Browse as guest</a>
|
| 139 |
|
- |
<a href="/creators">Creators</a>
|
|
91 |
+ |
<a href="/docs">Docs</a>
|
|
92 |
+ |
<a href="/docs/roadmap">Roadmap</a>
|
|
93 |
+ |
<a href="/docs/story">About</a>
|
| 140 |
94 |
|
</div>
|
| 141 |
95 |
|
</div>
|
| 142 |
96 |
|
{% endblock %}
|