# The copy at `/use-cases`, which is words and nothing else. # # Read at build time by the `declare!` in `src/quasi/use_cases.rs`. Editing this # file is editing the page. See `content/policy.toml` for the split this follows. # # `priced` names which tier line a card ends with, and that is the one thing on # this page a request decides: the numbers come from `TierPrices` in memory, so # the card's last line is a hole and everything above it is a literal. The word # here is a shape name and not a price, which is what keeps a stale number from # ever being written down. [[profiles]] anchor = "musicians" title = "Musicians" who = "Bands, solo artists, producers" description = "Sell albums, singles, and EPs with in-browser streaming, chapter markers, and cover art." features = [ "MP3, FLAC, WAV, OGG, AAC, AIFF upload", "In-browser audio player with chapters", "Cover art and rich metadata", "RSS feed per project", "Pay-what-you-want pricing", ] priced = "small-files" [[profiles]] anchor = "podcasters" title = "Podcasters" who = "Independent shows, networks" description = "Host and distribute your podcast with full RSS support for every major directory." features = [ "RSS for Apple, Spotify, Pocket Casts", "Chapter markers", "Subscriber-only feeds", "Broadcast emails to followers", ] priced = "small-files" [[profiles]] anchor = "writers" title = "Writers" who = "Bloggers, newsletter writers, authors" description = "Publish long-form writing with Markdown, per-project blogs, and subscriber broadcasts." features = [ "Markdown editor with formatting", "Per-project blog", "RSS feed", "Scheduled publishing", "Broadcast emails", ] priced = "basic" [[profiles]] anchor = "developers" title = "Software Developers" who = "Indie devs, tool makers, plugin authors" description = "Distribute software with versioned releases, license keys, and a built-in git browser." features = [ "Versioned releases with changelogs", "License keys with activation tracking", "Git source browser", "Promo codes and discounts", ] priced = "small-files" [[profiles]] anchor = "sample-packs" title = "Sample Packs" who = "Sound designers, beat makers, foley artists" description = "Sell sample packs and sound effects with audio previews and versioned downloads." features = [ "Audio previews in-browser", "Versioned downloads", "Hierarchical tags for organization", "Pay-what-you-want pricing", "Cover art", ] priced = "small-files" [[profiles]] anchor = "digital-art" title = "Digital Art & Photography" who = "Illustrators, photographers, font designers" description = "Sell digital art, photography, and fonts with versioned releases and subscription tiers." features = [ "Any file type supported", "Versioned releases", "Subscription tiers", "Cover images", ] priced = "small-files" [[profiles]] anchor = "educators" title = "Educators" who = "Course creators, tutors, workshop leaders" description = "Publish courses and teaching materials with text content, downloads, and subscriptions." features = [ "Text content with Markdown", "Downloadable materials", "Subscription tiers", "Scheduled publishing", ] priced = "basic-or-small-files" [[profiles]] anchor = "game-devs" title = "Game Developers" who = "Indie games, mods, TTRPG content" 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." features = [ "Up to 20GB per file (increase on request)", "Versioned downloads with changelogs", "License keys with activation limits", "Promo codes", ] priced = "big-files" [[profiles]] anchor = "comic-creators" title = "Comic Creators" who = "Webcomic artists, graphic novelists" description = "Sell digital comics and graphic novels with project organization and scheduled publishing." features = [ "PDF, CBZ, and any file type", "Project organization", "Subscriptions", "Scheduled publishing", ] priced = "small-files" # What every tier includes, in the order the page shows them. [[universal]] name = "0% platform fee" sentence = "Only ~3% payment processing. No percentage cuts, no revenue sharing." [[universal]] name = "Full data export" sentence = "Download everything anytime. Projects, items, sales, contacts: all yours." [[universal]] name = "No lock-in" sentence = "Month-to-month. Cancel anytime. Take your audience with you." [[universal]] name = "Source available" sentence = "Read the codebase. Verify every claim about privacy and data handling." # Where the page sends a reader who is convinced, and one who is not yet. [[onward]] label = "Pricing Calculator" route = "/pricing" [[onward]] label = "Browse as guest" route = "/discover" [[onward]] label = "Creator Guide" route = "/docs/getting-started"