Skip to content

Commit 9c867b4

Browse files
Update date in json (#2568)
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
1 parent d35a01f commit 9c867b4

File tree

1 file changed

+32
-32
lines changed

1 file changed

+32
-32
lines changed

json/boltdiy.json

+32-32
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
11
{
2-
"name": "bolt.diy",
3-
"slug": "boltdiy",
4-
"categories": [
5-
20
6-
],
7-
"date_created": "2025-02-21",
8-
"type": "ct",
9-
"updateable": true,
10-
"privileged": false,
11-
"interface_port": 5173,
12-
"documentation": "https://stackblitz-labs.github.io/bolt.diy/",
13-
"website": "https://github.com/stackblitz-labs/bolt.diy",
14-
"logo": "https://github.com/stackblitz-labs/bolt.diy/raw/refs/heads/main/icons/logo-text.svg",
15-
"description": "The official open source version of Bolt.new (previously known as oTToDev and bolt.new ANY LLM), which allows you to choose the LLM that you use for each prompt! Currently, you can use OpenAI, Anthropic, Ollama, OpenRouter, Gemini, LMStudio, Mistral, xAI, HuggingFace, DeepSeek, or Groq models - and it is easily extended to use any other model supported by the Vercel AI SDK!",
16-
"install_methods": [
17-
{
18-
"type": "default",
19-
"script": "ct/boltdiy.sh",
20-
"resources": {
21-
"cpu": 2,
22-
"ram": 3072,
23-
"hdd": 6,
24-
"os": "debian",
25-
"version": "12"
26-
}
2+
"name": "bolt.diy",
3+
"slug": "boltdiy",
4+
"categories": [
5+
20
6+
],
7+
"date_created": "2025-02-23",
8+
"type": "ct",
9+
"updateable": true,
10+
"privileged": false,
11+
"interface_port": 5173,
12+
"documentation": "https://stackblitz-labs.github.io/bolt.diy/",
13+
"website": "https://github.com/stackblitz-labs/bolt.diy",
14+
"logo": "https://github.com/stackblitz-labs/bolt.diy/raw/refs/heads/main/icons/logo-text.svg",
15+
"description": "The official open source version of Bolt.new (previously known as oTToDev and bolt.new ANY LLM), which allows you to choose the LLM that you use for each prompt! Currently, you can use OpenAI, Anthropic, Ollama, OpenRouter, Gemini, LMStudio, Mistral, xAI, HuggingFace, DeepSeek, or Groq models - and it is easily extended to use any other model supported by the Vercel AI SDK!",
16+
"install_methods": [
17+
{
18+
"type": "default",
19+
"script": "ct/boltdiy.sh",
20+
"resources": {
21+
"cpu": 2,
22+
"ram": 3072,
23+
"hdd": 6,
24+
"os": "debian",
25+
"version": "12"
2726
}
28-
],
29-
"default_credentials": {
30-
"username": null,
31-
"password": null
32-
},
33-
"notes": []
34-
}
27+
}
28+
],
29+
"default_credentials": {
30+
"username": null,
31+
"password": null
32+
},
33+
"notes": []
34+
}

0 commit comments

Comments
 (0)