Ship a Dashlet.
Reach people tired of stuff.
We host. We distribute. We handle the money. You ship one small tool that does its job. Same code powers iOS when we launch it.
// One file describes the tool. export const manifest = { slug: "screenshot-resizer", title: "App Store Screenshot Resizer", tagline: "Drop a screenshot. Get every size Apple wants.", category: "app-store", keywords: ["screenshot", "ios", "ipad"], status: "live", pricing: { kind: "free" }, author: "you", } satisfies DashletManifest;
Land in the catalog.
When someone types what your tool fixes, you show up. Hybrid fuzzy + LLM search means natural-language queries reach you.
Free or paid. We handle the money.
Stripe is wired in. Set your own price or ship free. We take 20% on paid Dashlets, you keep 80. No fees on free tools.
iOS comes for free.
Manifests are portable JSON. The same Dashlet ships on iOS the moment we launch the app, with no extra work from you.
Two files. One Dashlet.
A Dashlet is a manifest plus an implementation. The manifest describes the tool. The implementation builds it. That's it.
Write the manifest
A small TypeScript object: slug, title, tagline, category, keywords, pricing, status. Validated by Zod at build time.
Write the React component
One default-exported React component. Use any client-side libraries: Canvas, WebAssembly, fetch. Most tools never touch a server.
We publish it
Once approved, your Dashlet is live at tiredof.app/dashlet/your-slug, and at /by/your-handle as part of your portfolio.
- ·Hosting + global CDN
- ·Stripe payments + subscriptions
- ·User accounts + sessions
- ·Search + discovery in the catalog
- ·Your developer profile + verified badge
- ·iOS distribution when the app launches
- ·Support inbox + abuse reports
- ·Building one tool well
That's the deal. We took the parts that suck so you don't have to.
You keep 80%.
We keep 20%.
No platform fees on free Dashlets. Paid Dashlets share revenue 80/20. Monthly payouts to your bank, no minimum, no surprise deductions.
Self-serve isn't open yet.
Get in line.
The dev portal is being built. Join the list and we'll let you in as soon as publishing flows are real. Tell us what you'd build. It shapes what we ship first.