Skip to content

Instantly share code, notes, and snippets.

@dnnsmnstrr
Last active May 14, 2026 09:57
Show Gist options
  • Select an option

  • Save dnnsmnstrr/dbffdd660d34e056c6d3cf8378c1371a to your computer and use it in GitHub Desktop.

Select an option

Save dnnsmnstrr/dbffdd660d34e056c6d3cf8378c1371a to your computer and use it in GitHub Desktop.
Projects
{
"projects": [
{
"title": "muenstererOS",
"description": "This website",
"tags": [
"SvelteKit",
"API"
],
"githubUrl": "https://github.com/dnnsmnstrr/muenstererOS",
"webUrl": "https://muensterer.tech",
"image": "/images/muenstererOS.png",
"appUrl": "",
"badge": ""
},
{
"title": "Zettelkasten",
"description": "My digital note-taking system",
"tags": [
"Second Brain"
],
"webUrl": "https://dnnsmnstrr.gitlab.io/zettelkasten/",
"githubUrl": "https://github.com/dnnsmnstrr/zettelkasten",
"image": "/images/projects/zettelkasten.png",
"appUrl": "https://dnnsmnstrr.github.io/zettelkasten/",
"badge": ""
},
{
"title": "Progressions",
"description": "An app to manage lyrics and chords",
"tags": [
"React Native"
],
"githubUrl": "https://github.com/dnnsmnstrr/progressions-new",
"appUrl": "https://progressions.expo.app/",
"webUrl": "https://progressions-web.vercel.app/",
"image": "/images/projects/progressions.png",
"badge": ""
},
{
"title": "BetterTouchTool Extension",
"description": "A custom extension to search and execute named triggers in BTT directly from Raycast",
"tags": [
"Raycast"
],
"badge": "3k+ Installs",
"webUrl": "https://www.raycast.com/dnnsmnstrr/bettertouchtool",
"githubUrl": "https://github.com/raycast/extensions/tree/main/extensions/bettertouchtool/",
"image": "https://files.raycast.com/9scaxngh5f31po57vd2mrxsnubaz",
"appUrl": ""
},
{
"title": "Markdown Slides Extension",
"description": "A solution for creating and presenting slides written in Markdown directly from Raycast",
"tags": [
"Raycast",
"Markdown"
],
"webUrl": "https://www.raycast.com/dnnsmnstrr/markdown-slides",
"githubUrl": "https://github.com/raycast/extensions/tree/main/extensions/markdown-slides/",
"image": "https://files.raycast.com/cnpj978kwys39v4lll900b7d1wi6",
"appUrl": "",
"badge": ""
},
{
"title": "40 Questions Extension",
"description": "An intuitive interface to answer and browse 40 questions for reflecting each year",
"tags": [
"Raycast"
],
"webUrl": "https://www.raycast.com/dnnsmnstrr/40-questions",
"githubUrl": "https://github.com/raycast/extensions/tree/main/extensions/40-questions/",
"image": "https://files.raycast.com/0aief96938jkzmkv8ua5mxz0iu7r",
"appUrl": "",
"badge": ""
},
{
"title": "Pebble Gist Reader",
"description": "Application to store and read Gists on Pebble Watches",
"tags": [
"Pebble",
"Markdown"
],
"githubUrl": "https://github.com/dnnsmnstrr/pebble-gist-reader",
"webUrl": "",
"appUrl": "https://apps.repebble.com/9b0dacec26c041f688e85e78",
"image": "https://assets.repebble.com/screenshots/9b0dacec26c041f688e85e78/basalt/9590a4b0-ff68-45a4-9e48-2a8421f94593.jpg",
"badge": ""
},
{
"title": "Sponti API",
"description": "Found this book on the street and got inspired to build a project around it",
"tags": [
"API"
],
"githubUrl": "https://github.com/dnnsmnstrr/sponti-api",
"webUrl": "https://spontisprueche.vercel.app/docs",
"appUrl": "https://spontisprueche.vercel.app",
"image": "https://rezised-images.knhbt.cz/1920x1920/70545017.webp",
"badge": ""
},
{
"title": "Prompts Shortcut",
"description": "Allows the creation of a library for quick access to AI prompt templates",
"tags": [
"Shortcuts"
],
"githubUrl": "",
"webUrl": "https://routinehub.co/shortcut/14596/",
"appUrl": "https://www.icloud.com/shortcuts/ee773df6cafa4470979011199a6e445b",
"image": "/images/projects/prompts.png",
"badge": "1000+ Downloads"
}
]
}
{
"$schema": {
"type": "string",
"format": "uri"
},
"type": "object",
"properties": {
"projects": {
"type": "array",
"items": {
"type": "object",
"properties": {
"title": {
"type": "string"
},
"description": {
"type": "string"
},
"tags": {
"type": "array",
"items": {
"type": "string"
}
},
"githubUrl": {
"type": "string",
"format": "uri"
},
"webUrl": {
"type": "string",
"format": "uri"
},
"appUrl": {
"type": "string",
"format": "uri"
},
"image": {
"type": "string"
},
"badge": {
"type": "string"
}
},
"required": ["title", "description", "tags", "githubUrl", "webUrl", "image"]
}
}
},
"required": ["projects"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment