diff --git a/resources/dev/BACKLOG.md b/resources/dev/BACKLOG.md index 6012fb4..c49739b 100644 --- a/resources/dev/BACKLOG.md +++ b/resources/dev/BACKLOG.md @@ -31,6 +31,8 @@ Projects that require a further vetting process. - [burn](https://github.com/tracel-ai/burn) - [trivy](https://github.com/aquasecurity/trivy) - [skypilot](https://github.com/skypilot-org/skypilot) +- [paint-board](https://github.com/LHRUN/paint-board) +- [Lorien](https://github.com/mbrlabs/Lorien) - Might be abandoned ## Prospects Prospective candidates that don't quite make it onto this list, as of now, but are on route to. diff --git a/source/data/applications.json b/source/data/applications.json index 579360f..dc6eb77 100644 --- a/source/data/applications.json +++ b/source/data/applications.json @@ -8414,6 +8414,89 @@ "language": "Rust", "license": "NOASSERTION", "homepage_url": "" + }, + { + "name": "Yaak", + "description": "", + "repo_url": "https://github.com/mountain-loop/yaak", + "tags": [], + "platforms": [ + "cross" + ], + "category": "dev-tools", + "stars": 0, + "flags": [], + "last_commit": "", + "language": "", + "license": "", + "homepage_url": "" + }, + { + "name": "Bruno", + "description": "", + "repo_url": "https://github.com/usebruno/bruno", + "tags": [], + "platforms": [ + "cross" + ], + "category": "ide", + "stars": 0, + "flags": [], + "last_commit": "", + "language": "", + "license": "", + "homepage_url": "" + }, + { + "name": "Legcord", + "description": "", + "repo_url": "https://github.com/Legcord/Legcord", + "tags": [], + "platforms": [ + "cross" + ], + "category": "chat", + "stars": 0, + "flags": [], + "last_commit": "", + "language": "", + "license": "", + "homepage_url": "" + }, + { + "name": "Excalidraw", + "description": "", + "repo_url": "https://github.com/excalidraw/excalidraw", + "tags": [], + "platforms": [ + "selfhost", + "vscode" + ], + "category": "canvas", + "stars": 0, + "flags": [], + "last_commit": "", + "language": "", + "license": "", + "homepage_url": "" + }, + { + "name": "Agora Flat", + "description": "", + "repo_url": "https://github.com/netless-io/flat", + "tags": [], + "platforms": [ + "windows", + "macos", + "selfhost" + ], + "category": "canvas", + "stars": 0, + "flags": [], + "last_commit": "", + "language": "", + "license": "", + "homepage_url": "" } ] } \ No newline at end of file diff --git a/source/data/categories.json b/source/data/categories.json index 4333d63..4b52f1a 100644 --- a/source/data/categories.json +++ b/source/data/categories.json @@ -690,6 +690,12 @@ "parent": "media", "description": "" }, + { + "name": "Canvas", + "id": "canvas", + "parent": "media", + "description": "" + }, { "name": "Prompt", "id": "prompt",