/ src / main / assets / config / startup.json
startup.json
 1  {
 2    "news": [
 3      {
 4        "img": "https://www.anthropic.com/_next/image?url=https%3A%2F%2Fwww-cdn.anthropic.com%2Fimages%2F4zrzovbb%2Fwebsite%2F3aabd8804251c0364cbde9d2e4be6dc8e8c2faec-2880x1620.png&w=3840&q=75",
 5        "title": "Introducing the MCP",
 6        "subtitle": "A new standard for connecting AI assistants to the systems where data lives, including content repositories, business tools, and development environments.",
 7        "duration": "3",
 8        "link": "https://www.anthropic.com/news/model-context-protocol",
 9        "cover": true
10      },
11      {
12        "img": "https://substackcdn.com/image/fetch/$s_!eia6!,w_1200,h_600,c_fill,f_jpg,q_auto:good,fl_progressive:steep,g_auto/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fefdde8bc-e290-44aa-ab4c-b3ac86c1a70a_1512x982.png",
13        "title": "MCP Specification",
14        "subtitle": "The Model Context Protocol (MCP) follows a client-host-server architecture where each host can run multiple client instances.",
15        "duration": "120",
16        "link": "https://modelcontextprotocol.io",
17        "cover": true
18      },
19      {
20        "img": "https://cf-assets.www.cloudflare.com/zkvhlag99gkb/6ifiJyB00Saj3K0TtU5QWn/7c552a4795603414457c7c33c4f432a2/image2.png",
21        "title": "Remote MCP Servers",
22        "subtitle": "Build and deploy Remote Model Context Protocol (MCP) servers to Cloudflare. It creates the opportunity to reach a wider audience of Internet users who are not going to install and run MCP servers locally for use with desktop apps.",
23        "duration": "9",
24        "link": "https://blog.cloudflare.com/remote-model-context-protocol-servers-mcp/",
25        "cover": false
26      },
27      {
28        "img": "https://github.blog/wp-content/uploads/2025/04/430176017-a2926942-1c3d-4f95-bb73-861d8003aecb.png?w=1600",
29        "title": "MCP Servers",
30        "subtitle": "A collection of reference implementations for the Model Context Protocol (MCP), as well as references to community built servers and additional resources.",
31        "duration": "30",
32        "link": "https://github.com/modelcontextprotocol/servers",
33        "cover": true
34      },
35      {
36        "img": "https://cdn.jsdelivr.net/gh/astral-sh/uv@main/assets/svg/Astral.svg",
37        "title": "UV",
38        "subtitle": "An extremely fast Python package and project manager, written in Rust. A single tool to replace pip, pip-tools, pipx, poetry, pyenv, twine, virtualenv, and more.",
39        "duration": "5",
40        "link": "https://docs.astral.sh/uv/getting-started/installation/",
41        "cover": false
42      },
43      {
44        "img": "https://nodejs.org/static/logos/nodejsDark.svg",
45        "title": "Node.js",
46        "subtitle": "Node.jsĀ® is a free, open-source, cross-platform JavaScript runtime environment that lets developers create servers, web apps, command line tools and scripts.",
47        "duration": "5",
48        "link": "https://nodejs.org/",
49        "cover": false
50      },
51      {
52        "img": "https://www.anthropic.com/_next/image?url=https%3A%2F%2Fwww-cdn.anthropic.com%2Fimages%2F4zrzovbb%2Fwebsite%2Fd48f3ea1218a4b90450b9ab8134fa0e24db5a167-720x542.png&w=1920&q=75",
53        "title": "Desktop Extensions",
54        "subtitle": "Desktop Extensions (.dxt/.mcpb files) solve these problems by bundling an entire MCP server, including all dependencies into a single installable package.",
55        "duration": "10",
56        "link": "https://www.anthropic.com/engineering/desktop-extensions",
57        "cover": true
58      },
59      {
60        "img": "https://gcore.jsdelivr.net/gh/AI-QL/.github@main/public/tuui/index_news.png",
61        "title": "TUUI",
62        "subtitle": "Official website for Tool Unitary UI. A desktop LLM chat client designed as MCP integration, accelerating AI adoption through the Model Context Protocol (MCP) and enabling cross-vendor LLM API orchestration",
63        "duration": "10",
64        "link": "https://www.tuui.com/",
65        "cover": true
66      },
67      {
68        "img": "https://gcore.jsdelivr.net/gh/AI-QL/.github@main/public/tuui/aiql-name.png",
69        "title": "AIQL",
70        "subtitle": "AIQL.com provides a suite of tools designed to streamline the development and deployment of AI applications in a cloud-native environment.",
71        "duration": "15",
72        "link": "https://github.com/AI-QL",
73        "cover": false
74      },
75      {
76        "img": "https://gcore.jsdelivr.net/gh/AI-QL/.github@main/public/tuui/api.png",
77        "title": "API Proxy",
78        "subtitle": "API proxy enabling seamless LLM API access by resolving cross-origin and blocking issues, simplifying and streamlining model interaction.",
79        "duration": "10",
80        "link": "https://github.com/AI-QL/api-proxy",
81        "cover": true
82      }
83    ]
84  }