| 1 |
# The copy at `/use-cases`, which is words and nothing else. |
| 2 |
# |
| 3 |
# Read at build time by the `declare!` in `src/quasi/use_cases.rs`. Editing this |
| 4 |
# file is editing the page. See `content/policy.toml` for the split this follows. |
| 5 |
# |
| 6 |
# `priced` names which tier line a card ends with, and that is the one thing on |
| 7 |
# this page a request decides: the numbers come from `TierPrices` in memory, so |
| 8 |
# the card's last line is a hole and everything above it is a literal. The word |
| 9 |
# here is a shape name and not a price, which is what keeps a stale number from |
| 10 |
# ever being written down. |
| 11 |
|
| 12 |
[[profiles]] |
| 13 |
anchor = "musicians" |
| 14 |
title = "Musicians" |
| 15 |
who = "Bands, solo artists, producers" |
| 16 |
description = "Sell albums, singles, and EPs with in-browser streaming, chapter markers, and cover art." |
| 17 |
features = [ |
| 18 |
"MP3, FLAC, WAV, OGG, AAC, AIFF upload", |
| 19 |
"In-browser audio player with chapters", |
| 20 |
"Cover art and rich metadata", |
| 21 |
"RSS feed per project", |
| 22 |
"Pay-what-you-want pricing", |
| 23 |
] |
| 24 |
priced = "small-files" |
| 25 |
|
| 26 |
[[profiles]] |
| 27 |
anchor = "podcasters" |
| 28 |
title = "Podcasters" |
| 29 |
who = "Independent shows, networks" |
| 30 |
description = "Host and distribute your podcast with full RSS support for every major directory." |
| 31 |
features = [ |
| 32 |
"RSS for Apple, Spotify, Pocket Casts", |
| 33 |
"Chapter markers", |
| 34 |
"Subscriber-only feeds", |
| 35 |
"Broadcast emails to followers", |
| 36 |
] |
| 37 |
priced = "small-files" |
| 38 |
|
| 39 |
[[profiles]] |
| 40 |
anchor = "writers" |
| 41 |
title = "Writers" |
| 42 |
who = "Bloggers, newsletter writers, authors" |
| 43 |
description = "Publish long-form writing with Markdown, per-project blogs, and subscriber broadcasts." |
| 44 |
features = [ |
| 45 |
"Markdown editor with formatting", |
| 46 |
"Per-project blog", |
| 47 |
"RSS feed", |
| 48 |
"Scheduled publishing", |
| 49 |
"Broadcast emails", |
| 50 |
] |
| 51 |
priced = "basic" |
| 52 |
|
| 53 |
[[profiles]] |
| 54 |
anchor = "developers" |
| 55 |
title = "Software Developers" |
| 56 |
who = "Indie devs, tool makers, plugin authors" |
| 57 |
description = "Distribute software with versioned releases, license keys, and a built-in git browser." |
| 58 |
features = [ |
| 59 |
"Versioned releases with changelogs", |
| 60 |
"License keys with activation tracking", |
| 61 |
"Git source browser", |
| 62 |
"Promo codes and discounts", |
| 63 |
] |
| 64 |
priced = "small-files" |
| 65 |
|
| 66 |
[[profiles]] |
| 67 |
anchor = "sample-packs" |
| 68 |
title = "Sample Packs" |
| 69 |
who = "Sound designers, beat makers, foley artists" |
| 70 |
description = "Sell sample packs and sound effects with audio previews and versioned downloads." |
| 71 |
features = [ |
| 72 |
"Audio previews in-browser", |
| 73 |
"Versioned downloads", |
| 74 |
"Hierarchical tags for organization", |
| 75 |
"Pay-what-you-want pricing", |
| 76 |
"Cover art", |
| 77 |
] |
| 78 |
priced = "small-files" |
| 79 |
|
| 80 |
[[profiles]] |
| 81 |
anchor = "digital-art" |
| 82 |
title = "Digital Art & Photography" |
| 83 |
who = "Illustrators, photographers, font designers" |
| 84 |
description = "Sell digital art, photography, and fonts with versioned releases and subscription tiers." |
| 85 |
features = [ |
| 86 |
"Any file type supported", |
| 87 |
"Versioned releases", |
| 88 |
"Subscription tiers", |
| 89 |
"Cover images", |
| 90 |
] |
| 91 |
priced = "small-files" |
| 92 |
|
| 93 |
[[profiles]] |
| 94 |
anchor = "educators" |
| 95 |
title = "Educators" |
| 96 |
who = "Course creators, tutors, workshop leaders" |
| 97 |
description = "Publish courses and teaching materials with text content, downloads, and subscriptions." |
| 98 |
features = [ |
| 99 |
"Text content with Markdown", |
| 100 |
"Downloadable materials", |
| 101 |
"Subscription tiers", |
| 102 |
"Scheduled publishing", |
| 103 |
] |
| 104 |
priced = "basic-or-small-files" |
| 105 |
|
| 106 |
[[profiles]] |
| 107 |
anchor = "game-devs" |
| 108 |
title = "Game Developers" |
| 109 |
who = "Indie games, mods, TTRPG content" |
| 110 |
description = "Distribute games up to 20GB per file with versioned downloads, license keys, and promo codes. Need more than 20GB? Request a size increase from your dashboard." |
| 111 |
features = [ |
| 112 |
"Up to 20GB per file (increase on request)", |
| 113 |
"Versioned downloads with changelogs", |
| 114 |
"License keys with activation limits", |
| 115 |
"Promo codes", |
| 116 |
] |
| 117 |
priced = "big-files" |
| 118 |
|
| 119 |
[[profiles]] |
| 120 |
anchor = "comic-creators" |
| 121 |
title = "Comic Creators" |
| 122 |
who = "Webcomic artists, graphic novelists" |
| 123 |
description = "Sell digital comics and graphic novels with project organization and scheduled publishing." |
| 124 |
features = [ |
| 125 |
"PDF, CBZ, and any file type", |
| 126 |
"Project organization", |
| 127 |
"Subscriptions", |
| 128 |
"Scheduled publishing", |
| 129 |
] |
| 130 |
priced = "small-files" |
| 131 |
|
| 132 |
# What every tier includes, in the order the page shows them. |
| 133 |
|
| 134 |
[[universal]] |
| 135 |
name = "0% platform fee" |
| 136 |
sentence = "Only ~3% payment processing. No percentage cuts, no revenue sharing." |
| 137 |
|
| 138 |
[[universal]] |
| 139 |
name = "Full data export" |
| 140 |
sentence = "Download everything anytime. Projects, items, sales, contacts: all yours." |
| 141 |
|
| 142 |
[[universal]] |
| 143 |
name = "No lock-in" |
| 144 |
sentence = "Month-to-month. Cancel anytime. Take your audience with you." |
| 145 |
|
| 146 |
[[universal]] |
| 147 |
name = "Source available" |
| 148 |
sentence = "Read the codebase. Verify every claim about privacy and data handling." |
| 149 |
|
| 150 |
# Where the page sends a reader who is convinced, and one who is not yet. |
| 151 |
|
| 152 |
[[onward]] |
| 153 |
label = "Pricing Calculator" |
| 154 |
route = "/pricing" |
| 155 |
|
| 156 |
[[onward]] |
| 157 |
label = "Browse as guest" |
| 158 |
route = "/discover" |
| 159 |
|
| 160 |
[[onward]] |
| 161 |
label = "Creator Guide" |
| 162 |
route = "/docs/getting-started" |
| 163 |
|