Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions apps.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "1.0",
"generated": "2026-04-23T20:47:11.950814+00:00",
"generated": "2026-05-07T00:25:28.270852+00:00",
"apps": [
{
"id": "Claude Code",
Expand Down Expand Up @@ -276,17 +276,17 @@
"pinned": false
},
{
"id": "perplexica",
"name": "Perplexica",
"id": "vane",
"name": "Vane",
"description": "Open-source AI search engine with local LLM support",
"category": [
"chat"
],
"date_added": "2025-02-05",
"links": {
"app": "https://github.com/ItzCrazyKns/Perplexica"
"app": "https://github.com/ItzCrazyKns/Vane"
},
"logo": "https://raw.githubusercontent.com/lemonade-sdk/marketplace/main/apps/perplexica/logo.png",
"logo": "https://raw.githubusercontent.com/lemonade-sdk/marketplace/main/apps/vane/logo.png",
"pinned": false
}
],
Expand Down
6 changes: 3 additions & 3 deletions apps/perplexica/app.json → apps/vane/app.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"id": "perplexica",
"name": "Perplexica",
"id": "vane",
"name": "Vane",
"description": "Open-source AI search engine with local LLM support",
"category": ["chat"],
"date_added": "2025-02-05",
"links": {
"app": "https://github.com/ItzCrazyKns/Perplexica"
"app": "https://github.com/ItzCrazyKns/Vane"
}
}
File renamed without changes
2 changes: 1 addition & 1 deletion scripts/copy_logos.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"dify": ASSETS_MARKETPLACE / "dify.png",
"deep-tutor": ASSETS_MARKETPLACE / "deep_tutor.png",
"iterate-ai": ASSETS_MARKETPLACE / "iterate_ai.png",
"perplexica": ASSETS_MARKETPLACE / "perplexica.png",
"vane": ASSETS_MARKETPLACE / "perplexica.png",
"hugging-face": ASSETS_MARKETPLACE / "hugging_face.png",
# From partner_logos
"ai-toolkit": ASSETS_PARTNER / "ai_toolkit.png",
Expand Down