You can submit an app by making a pull request on GitHub. Add a directory under src/content/apps -- the directory's name
should be the name of the app. Inside the directory, there should be two files:
- An
index.mdfile with the appropriate frontmatter -
Your app's icon (any format is fine if it supports transluscency. Make
sure it is linked correcty in the
index.mdfrontmatter.)
Please ensure your app icon is square, sized correctly (under 512px × 512px), and has appropriate margins.
Here's an example of what the index.md looks like for Alfred.
// example index.md
---
title: Alfred
tagline: Boost efficiency.
icon: ./icon.png
link: https://www.alfredapp.com
developerName: Running with Crayons Ltd.
monetization: freemium
isOpenSource: false
isFree: false
isOneTimePurchase: true
isSubscription: false
---
Questions? Feel free to reach out.
© 2025