synthos 0.7.1 → 0.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +215 -65
- package/default-pages/application.json +1 -0
- package/default-pages/json_tools.json +1 -1
- package/default-pages/oregon_trail.html +321 -0
- package/default-pages/oregon_trail.json +12 -0
- package/default-pages/sidebar_page.json +1 -0
- package/default-pages/solar_explorer.html +10 -18
- package/default-pages/solar_explorer.json +2 -2
- package/default-pages/two-panel_page.json +1 -0
- package/default-pages/us_map.html +192 -0
- package/default-pages/us_map.json +12 -0
- package/default-pages/us_map_1850.html +325 -0
- package/default-pages/us_map_1850.json +12 -0
- package/default-pages/western_cities_1850.html +526 -0
- package/default-pages/western_cities_1850.json +12 -0
- package/default-themes/{nebula-dawn.css → nebula-dawn.v2.css} +24 -0
- package/default-themes/{nebula-dusk.css → nebula-dusk.v2.css} +24 -0
- package/dist/agents/a2a/a2aProvider.d.ts +3 -0
- package/dist/agents/a2a/a2aProvider.d.ts.map +1 -0
- package/dist/agents/a2a/a2aProvider.js +126 -0
- package/dist/agents/a2a/a2aProvider.js.map +1 -0
- package/dist/agents/discovery.d.ts +30 -0
- package/dist/agents/discovery.d.ts.map +1 -0
- package/dist/agents/discovery.js +52 -0
- package/dist/agents/discovery.js.map +1 -0
- package/dist/agents/index.d.ts +7 -0
- package/dist/agents/index.d.ts.map +1 -0
- package/dist/agents/index.js +19 -0
- package/dist/agents/index.js.map +1 -0
- package/dist/agents/openclaw/gatewayManager.d.ts +113 -0
- package/dist/agents/openclaw/gatewayManager.d.ts.map +1 -0
- package/dist/agents/openclaw/gatewayManager.js +470 -0
- package/dist/agents/openclaw/gatewayManager.js.map +1 -0
- package/dist/agents/openclaw/openclawProvider.d.ts +3 -0
- package/dist/agents/openclaw/openclawProvider.d.ts.map +1 -0
- package/dist/agents/openclaw/openclawProvider.js +239 -0
- package/dist/agents/openclaw/openclawProvider.js.map +1 -0
- package/dist/agents/openclaw/sshTunnelManager.d.ts +23 -0
- package/dist/agents/openclaw/sshTunnelManager.d.ts.map +1 -0
- package/dist/agents/openclaw/sshTunnelManager.js +340 -0
- package/dist/agents/openclaw/sshTunnelManager.js.map +1 -0
- package/dist/agents/types.d.ts +64 -0
- package/dist/agents/types.d.ts.map +1 -0
- package/dist/agents/types.js +6 -0
- package/dist/agents/types.js.map +1 -0
- package/dist/connectors/airtable/connector.json +27 -0
- package/dist/connectors/alpha-vantage/connector.json +26 -0
- package/dist/connectors/brave-search/connector.json +26 -0
- package/dist/connectors/cloudinary/connector.json +27 -0
- package/dist/connectors/deepl/connector.json +28 -0
- package/dist/connectors/elevenlabs/connector.json +30 -0
- package/dist/connectors/giphy/connector.json +27 -0
- package/dist/connectors/github/connector.json +29 -0
- package/dist/connectors/huggingface/connector.json +27 -0
- package/dist/connectors/imgur/connector.json +29 -0
- package/dist/connectors/index.d.ts +1 -1
- package/dist/connectors/index.d.ts.map +1 -1
- package/dist/connectors/instagram/connector.json +43 -0
- package/dist/connectors/jira/connector.json +28 -0
- package/dist/connectors/mapbox/connector.json +26 -0
- package/dist/connectors/nasa/connector.json +27 -0
- package/dist/connectors/newsapi/connector.json +27 -0
- package/dist/connectors/notion/connector.json +28 -0
- package/dist/connectors/open-exchange-rates/connector.json +27 -0
- package/dist/connectors/openweathermap/connector.json +26 -0
- package/dist/connectors/pexels/connector.json +27 -0
- package/dist/connectors/registry.d.ts.map +1 -1
- package/dist/connectors/registry.js +42 -96
- package/dist/connectors/registry.js.map +1 -1
- package/dist/connectors/resend/connector.json +29 -0
- package/dist/connectors/rss2json/connector.json +27 -0
- package/dist/connectors/sendgrid/connector.json +27 -0
- package/dist/connectors/spoonacular/connector.json +28 -0
- package/dist/connectors/stability-ai/connector.json +27 -0
- package/dist/connectors/twilio/connector.json +28 -0
- package/dist/connectors/types.d.ts +23 -0
- package/dist/connectors/types.d.ts.map +1 -1
- package/dist/connectors/unsplash/connector.json +27 -0
- package/dist/connectors/wolfram-alpha/connector.json +26 -0
- package/dist/connectors/youtube-data/connector.json +30 -0
- package/dist/files.d.ts +1 -0
- package/dist/files.d.ts.map +1 -1
- package/dist/files.js +16 -1
- package/dist/files.js.map +1 -1
- package/dist/init.d.ts.map +1 -1
- package/dist/init.js +28 -0
- package/dist/init.js.map +1 -1
- package/dist/migrations.d.ts +3 -2
- package/dist/migrations.d.ts.map +1 -1
- package/dist/migrations.js +122 -138
- package/dist/migrations.js.map +1 -1
- package/dist/models/anthropic.d.ts +22 -0
- package/dist/models/anthropic.d.ts.map +1 -0
- package/dist/models/anthropic.js +76 -0
- package/dist/models/anthropic.js.map +1 -0
- package/dist/models/chainOfThought.d.ts +12 -0
- package/dist/models/chainOfThought.d.ts.map +1 -0
- package/dist/models/chainOfThought.js +45 -0
- package/dist/models/chainOfThought.js.map +1 -0
- package/dist/models/fireworksai.d.ts +30 -0
- package/dist/models/fireworksai.d.ts.map +1 -0
- package/dist/models/fireworksai.js +133 -0
- package/dist/models/fireworksai.js.map +1 -0
- package/dist/models/index.d.ts +7 -1
- package/dist/models/index.d.ts.map +1 -1
- package/dist/models/index.js +19 -1
- package/dist/models/index.js.map +1 -1
- package/dist/models/logCompletePrompt.d.ts +3 -0
- package/dist/models/logCompletePrompt.d.ts.map +1 -0
- package/dist/models/logCompletePrompt.js +23 -0
- package/dist/models/logCompletePrompt.js.map +1 -0
- package/dist/models/openai.d.ts +24 -0
- package/dist/models/openai.d.ts.map +1 -0
- package/dist/models/openai.js +80 -0
- package/dist/models/openai.js.map +1 -0
- package/dist/models/providers.d.ts +1 -0
- package/dist/models/providers.d.ts.map +1 -1
- package/dist/models/providers.js +12 -4
- package/dist/models/providers.js.map +1 -1
- package/dist/models/types.d.ts +34 -2
- package/dist/models/types.d.ts.map +1 -1
- package/dist/models/types.js +16 -0
- package/dist/models/types.js.map +1 -1
- package/dist/models/utils.d.ts +6 -0
- package/dist/models/utils.d.ts.map +1 -0
- package/dist/models/utils.js +21 -0
- package/dist/models/utils.js.map +1 -0
- package/dist/scripts.d.ts +2 -1
- package/dist/scripts.d.ts.map +1 -1
- package/dist/scripts.js +4 -3
- package/dist/scripts.js.map +1 -1
- package/dist/service/createCompletePrompt.d.ts +1 -1
- package/dist/service/createCompletePrompt.d.ts.map +1 -1
- package/dist/service/createCompletePrompt.js +9 -6
- package/dist/service/createCompletePrompt.js.map +1 -1
- package/dist/service/generateImage.d.ts +1 -1
- package/dist/service/generateImage.d.ts.map +1 -1
- package/dist/service/generateImage.js +3 -3
- package/dist/service/generateImage.js.map +1 -1
- package/dist/service/server.d.ts.map +1 -1
- package/dist/service/server.js +3 -0
- package/dist/service/server.js.map +1 -1
- package/dist/service/transformPage.d.ts +4 -2
- package/dist/service/transformPage.d.ts.map +1 -1
- package/dist/service/transformPage.js +74 -6
- package/dist/service/transformPage.js.map +1 -1
- package/dist/service/useAgentRoutes.d.ts +4 -0
- package/dist/service/useAgentRoutes.d.ts.map +1 -0
- package/dist/service/useAgentRoutes.js +389 -0
- package/dist/service/useAgentRoutes.js.map +1 -0
- package/dist/service/useApiRoutes.d.ts.map +1 -1
- package/dist/service/useApiRoutes.js +157 -16
- package/dist/service/useApiRoutes.js.map +1 -1
- package/dist/service/useConnectorRoutes.d.ts.map +1 -1
- package/dist/service/useConnectorRoutes.js +14 -3
- package/dist/service/useConnectorRoutes.js.map +1 -1
- package/dist/service/useGatewayRoutes.d.ts +4 -0
- package/dist/service/useGatewayRoutes.d.ts.map +1 -0
- package/dist/service/useGatewayRoutes.js +168 -0
- package/dist/service/useGatewayRoutes.js.map +1 -0
- package/dist/service/usePageRoutes.d.ts.map +1 -1
- package/dist/service/usePageRoutes.js +16 -5
- package/dist/service/usePageRoutes.js.map +1 -1
- package/dist/settings.d.ts +2 -1
- package/dist/settings.d.ts.map +1 -1
- package/dist/settings.js +4 -8
- package/dist/settings.js.map +1 -1
- package/dist/themes.d.ts +14 -0
- package/dist/themes.d.ts.map +1 -1
- package/dist/themes.js +86 -13
- package/dist/themes.js.map +1 -1
- package/package.json +10 -5
- package/page-scripts/helpers-v2.js +222 -0
- package/page-scripts/page-v2.js +656 -0
- package/required-pages/builder.html +1 -27
- package/required-pages/pages.html +745 -22
- package/required-pages/settings.html +819 -21
- package/required-pages/synthos_apis.html +56 -1
- package/src/agents/a2a/a2aProvider.ts +110 -0
- package/src/agents/discovery.ts +74 -0
- package/src/agents/index.ts +6 -0
- package/src/agents/openclaw/gatewayManager.ts +559 -0
- package/src/agents/openclaw/openclawProvider.ts +261 -0
- package/src/agents/openclaw/sshTunnelManager.ts +385 -0
- package/src/agents/types.ts +82 -0
- package/src/connectors/airtable/connector.json +27 -0
- package/src/connectors/alpha-vantage/connector.json +26 -0
- package/src/connectors/brave-search/connector.json +26 -0
- package/src/connectors/cloudinary/connector.json +27 -0
- package/src/connectors/deepl/connector.json +28 -0
- package/src/connectors/elevenlabs/connector.json +30 -0
- package/src/connectors/giphy/connector.json +27 -0
- package/src/connectors/github/connector.json +29 -0
- package/src/connectors/huggingface/connector.json +27 -0
- package/src/connectors/imgur/connector.json +29 -0
- package/src/connectors/index.ts +2 -0
- package/src/connectors/instagram/connector.json +43 -0
- package/src/connectors/jira/connector.json +28 -0
- package/src/connectors/mapbox/connector.json +26 -0
- package/src/connectors/nasa/connector.json +27 -0
- package/src/connectors/newsapi/connector.json +27 -0
- package/src/connectors/notion/connector.json +28 -0
- package/src/connectors/open-exchange-rates/connector.json +27 -0
- package/src/connectors/openweathermap/connector.json +26 -0
- package/src/connectors/pexels/connector.json +27 -0
- package/src/connectors/registry.ts +21 -97
- package/src/connectors/resend/connector.json +29 -0
- package/src/connectors/rss2json/connector.json +27 -0
- package/src/connectors/sendgrid/connector.json +27 -0
- package/src/connectors/spoonacular/connector.json +28 -0
- package/src/connectors/stability-ai/connector.json +27 -0
- package/src/connectors/twilio/connector.json +28 -0
- package/src/connectors/types.ts +25 -0
- package/src/connectors/unsplash/connector.json +27 -0
- package/src/connectors/wolfram-alpha/connector.json +26 -0
- package/src/connectors/youtube-data/connector.json +30 -0
- package/src/files.ts +14 -0
- package/src/init.ts +27 -0
- package/src/migrations.ts +121 -138
- package/src/models/anthropic.ts +89 -0
- package/src/models/chainOfThought.ts +56 -0
- package/src/models/fireworksai.ts +136 -0
- package/src/models/index.ts +7 -1
- package/src/models/logCompletePrompt.ts +25 -0
- package/src/models/openai.ts +90 -0
- package/src/models/providers.ts +12 -3
- package/src/models/types.ts +67 -2
- package/src/models/utils.ts +16 -0
- package/src/scripts.ts +2 -2
- package/src/service/createCompletePrompt.ts +3 -1
- package/src/service/generateImage.ts +2 -2
- package/src/service/server.ts +4 -0
- package/src/service/transformPage.ts +81 -8
- package/src/service/useAgentRoutes.ts +423 -0
- package/src/service/useApiRoutes.ts +173 -18
- package/src/service/useConnectorRoutes.ts +14 -3
- package/src/service/usePageRoutes.ts +20 -6
- package/src/settings.ts +6 -10
- package/src/themes.ts +84 -12
- package/tests/README.md +12 -0
- package/tests/anthropic.spec.ts +84 -0
- package/tests/chainOfThought.spec.ts +108 -0
- package/tests/ensureScripts.spec.ts +82 -0
- package/tests/files.spec.ts +233 -0
- package/tests/fireworksai.spec.ts +92 -0
- package/tests/logCompletePrompt.spec.ts +74 -0
- package/tests/migrations.spec.ts +169 -0
- package/tests/openai.spec.ts +71 -0
- package/tests/pages.spec.ts +328 -0
- package/tests/providers.spec.ts +144 -0
- package/tests/scripts.spec.ts +209 -0
- package/tests/transformPage.spec.ts +931 -0
- package/tests/types.spec.ts +23 -0
- package/default-pages/app_builder.json +0 -1
- package/default-pages/sidebar_builder.json +0 -1
- package/default-pages/two-panel_builder.json +0 -1
- package/images/home.png +0 -0
- package/images/page-management.png +0 -0
- package/images/settings.png +0 -0
- package/images/synthos-square.png +0 -0
- /package/default-pages/{app_builder.html → application.html} +0 -0
- /package/default-pages/{sidebar_builder.html → sidebar_page.html} +0 -0
- /package/default-pages/{two-panel_builder.html → two-panel_page.html} +0 -0
package/README.md
CHANGED
|
@@ -1,124 +1,274 @@
|
|
|
1
|
-
# SynthOS
|
|
1
|
+
# SynthOS — The Hyper-Personalized App Builder That Turns Everyone Into a Programmer
|
|
2
2
|
|
|
3
|
-
[
|
|
3
|
+
[](https://github.com/Stevenic/synthos/actions/workflows/ci.yml)
|
|
4
|
+
[](https://coveralls.io/github/Stevenic/synthos?branch=main)
|
|
5
|
+

|
|
4
6
|
|
|
5
|
-
|
|
7
|
+
**Build real apps by describing what you want.** No coding experience required.
|
|
6
8
|
|
|
7
|
-
|
|
9
|
+
SynthOS is a local AI-powered environment where you create fully functional applications — tools, games, dashboards, utilities — just by chatting. Describe what you need, refine it conversationally, and watch it appear in real time. Every app is a living page that you can save, share, and keep evolving.
|
|
8
10
|
|
|
9
|
-
|
|
11
|
+
<img width="1920" height="1140" alt="image" src="https://github.com/user-attachments/assets/a16125b7-d0ff-4193-ae03-d3c1e1286a14" />
|
|
10
12
|
|
|
11
|
-
<img width="1901" height="988" alt="image" src="https://github.com/user-attachments/assets/8da6dedd-e568-48d3-b2ac-106a8ab50117" />
|
|
12
13
|
|
|
13
|
-
|
|
14
|
+
---
|
|
14
15
|
|
|
15
|
-
|
|
16
|
+
## Why SynthOS?
|
|
16
17
|
|
|
17
|
-
|
|
18
|
+
Most "no-code" tools give you templates and drag-and-drop. SynthOS gives you a **conversation**. Tell it what you want in plain English and it builds it — HTML, CSS, JavaScript — all running live in your browser. You don't need to understand the code. But if you're curious, it's all right there, teaching you as you go.
|
|
18
19
|
|
|
19
|
-
|
|
20
|
+
- **Zero programming knowledge needed** — just describe what you want
|
|
21
|
+
- **Unlimited flexibility** — if you can imagine it, SynthOS can build it
|
|
22
|
+
- **Learn by doing** — every app you create is real, inspectable code
|
|
23
|
+
- **Runs locally** — your data and API keys never leave your machine
|
|
24
|
+
- **Iterative refinement** — keep chatting to tweak, extend, and polish
|
|
20
25
|
|
|
21
|
-
|
|
26
|
+
---
|
|
22
27
|
|
|
23
|
-
|
|
28
|
+
## What Can You Build?
|
|
24
29
|
|
|
25
|
-
|
|
30
|
+
Anything that runs in a browser. Here are a few examples:
|
|
26
31
|
|
|
27
|
-
|
|
32
|
+
### Interactive Tools & Utilities
|
|
28
33
|
|
|
29
|
-
|
|
34
|
+
Build JSON formatters, unit converters, note-taking apps, task managers — any productivity tool you can describe.
|
|
35
|
+
|
|
36
|
+
<img width="1920" height="1140" alt="image" src="https://github.com/user-attachments/assets/b19f382b-3efd-4f3f-912e-f8bcea1666a5" />
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
### Games
|
|
40
|
+
|
|
41
|
+
From arcade shooters to text adventures — SynthOS ships with Neon Asteroids (a synthwave space shooter) and Oregon Trail (complete with an AI trail guide named Dusty).
|
|
42
|
+
|
|
43
|
+
<img width="1920" height="1140" alt="image" src="https://github.com/user-attachments/assets/f3ae0783-1f05-4ed7-ad28-a007e53c020b" />
|
|
44
|
+
|
|
45
|
+
### Data Dashboards & Visualizations
|
|
46
|
+
|
|
47
|
+
Interactive charts, maps, and dashboards powered by D3.js. Describe the data you want to see and SynthOS builds the visualization.
|
|
48
|
+
|
|
49
|
+
<img width="1920" height="1140" alt="image" src="https://github.com/user-attachments/assets/7e20039c-9632-42a3-8e16-c6c58d419421" />
|
|
50
|
+
|
|
51
|
+
### Interactive Educational Experiences
|
|
52
|
+
|
|
53
|
+
Create rich learning experiences with built-in AI. Solar Explorer lets you click through a 3D-style solar system to learn about planets and orbital mechanics. Oregon Trail teaches frontier history through an AI guide that answers kids' questions at every stop. Western Cities 1850 pairs an interactive map with an AI historian at each location.
|
|
54
|
+
|
|
55
|
+
<img width="1920" height="1140" alt="image" src="https://github.com/user-attachments/assets/f741e352-de45-499b-b6e2-24fb31f79420" />
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
Your apps are saved as HTML pages that run within SynthOS. Share them with anyone else running SynthOS, or keep building on them later.
|
|
59
|
+
|
|
60
|
+
---
|
|
61
|
+
|
|
62
|
+
## Getting Started
|
|
63
|
+
|
|
64
|
+
### 1. Install
|
|
65
|
+
|
|
66
|
+
You'll need [Node.js](https://nodejs.org/en/download/package-manager/current) v20 or later.
|
|
30
67
|
|
|
31
68
|
```bash
|
|
32
69
|
npm install --global synthos
|
|
33
70
|
synthos start
|
|
34
71
|
```
|
|
35
72
|
|
|
36
|
-
This
|
|
73
|
+
This starts the SynthOS server at `http://localhost:4242`. Keep the terminal open while you work.
|
|
37
74
|
|
|
38
|
-
|
|
75
|
+
### 2. Follow the First-Run Experience
|
|
39
76
|
|
|
40
|
-
|
|
77
|
+
On your first launch, SynthOS walks you through a **guided setup experience**. It will help you configure your AI model, enter your API key, and learn the basics of building with SynthOS. No reading docs, no guesswork — you'll be creating your first app within minutes.
|
|
41
78
|
|
|
42
|
-
<img width="
|
|
79
|
+
<img width="1920" height="1140" alt="image" src="https://github.com/user-attachments/assets/f48549d8-859b-4d4b-b5b1-0481d2a3b036" />
|
|
43
80
|
|
|
44
|
-
|
|
81
|
+
| Provider | Recommended Model | Get an API Key |
|
|
82
|
+
|----------|-------------------|----------------|
|
|
83
|
+
| Anthropic | Claude Opus | [platform.claude.com](https://platform.claude.com/settings/keys) |
|
|
84
|
+
| OpenAI | GPT-5.2 | [platform.openai.com](https://platform.openai.com/api-keys) |
|
|
85
|
+
| Fireworks AI | GLM-5 | [fireworks.ai](https://fireworks.ai/) |
|
|
45
86
|
|
|
46
|
-
|
|
87
|
+
> **Don't let "API key" scare you.** Signing up for a developer account is just like signing up for any other online service. Create an account, generate a key, and paste it in. Many providers, like Anthropic, offer free credits to new developers — just start with those. Familiarize yourself with your provider's dashboard and keep an eye on your spending for the first few weeks.
|
|
47
88
|
|
|
48
|
-
|
|
89
|
+
### 3. Start Building
|
|
49
90
|
|
|
50
|
-
|
|
91
|
+
Type what you want to create. That's it.
|
|
51
92
|
|
|
52
|
-
|
|
93
|
+
<img width="1920" height="1140" alt="image" src="https://github.com/user-attachments/assets/58ec2419-8618-4707-936a-ffb61640ec63" />
|
|
53
94
|
|
|
54
|
-
<img width="542" height="155" alt="image" src="https://github.com/user-attachments/assets/34acf4a0-4dde-4a0f-b766-e5aec46a6496" />
|
|
55
95
|
|
|
56
|
-
|
|
96
|
+
Use the controls above the chat box to **save** your app, **reset** the viewport, or browse your **pages gallery**.
|
|
57
97
|
|
|
58
|
-
<img width="
|
|
98
|
+
<img width="554" height="173" alt="image" src="https://github.com/user-attachments/assets/4d09d377-b829-4bf0-890c-aff915b00756" />
|
|
59
99
|
|
|
60
|
-
## Application Templates
|
|
61
100
|
|
|
62
|
-
|
|
101
|
+
---
|
|
63
102
|
|
|
64
|
-
|
|
103
|
+
## Tips for Best Results
|
|
65
104
|
|
|
66
|
-
|
|
105
|
+
- **Claude Opus is recommended** for the best experience overall. It produces the highest quality apps right out of the box.
|
|
67
106
|
|
|
68
|
-
|
|
107
|
+
- **Using GPT-5.2 or GLM-5?** Start with **Brainstorming Mode**. Click the brainstorm icon in the chat input to open an AI-powered ideation assistant that helps you explore and refine your idea before building. It generates a clean, optimized build prompt that gets dramatically better results from any model. This is especially useful with non-Opus models where prompt quality makes a bigger difference.
|
|
69
108
|
|
|
70
|
-
<img width="
|
|
109
|
+
<img width="1920" height="1140" alt="image" src="https://github.com/user-attachments/assets/cdc8b572-b120-47bc-bc98-cbd882f35d7a" />
|
|
71
110
|
|
|
72
|
-
|
|
111
|
+
- **Save often, reset freely.** Save your app whenever you hit a version you like. Use **Reset** to return to your last save point and take things in a different direction. Think of it like checkpoints — experiment boldly knowing you can always go back.
|
|
73
112
|
|
|
74
|
-
|
|
113
|
+
---
|
|
75
114
|
|
|
76
|
-
|
|
115
|
+
## How It Works
|
|
77
116
|
|
|
78
|
-
|
|
117
|
+
```
|
|
118
|
+
You describe what you want
|
|
119
|
+
↓
|
|
120
|
+
AI writes the code
|
|
121
|
+
↓
|
|
122
|
+
App appears instantly
|
|
123
|
+
↓
|
|
124
|
+
You refine with chat
|
|
125
|
+
↓
|
|
126
|
+
Save & reuse
|
|
127
|
+
```
|
|
79
128
|
|
|
80
|
-
|
|
129
|
+
Every app is a self-contained HTML page. Behind the scenes, SynthOS sends your conversation and the current page state to your chosen LLM, which returns precise, surgical edits — not a full rewrite. The page updates in place — no reloads, no lost state.
|
|
81
130
|
|
|
82
|
-
|
|
131
|
+
---
|
|
83
132
|
|
|
84
|
-
|
|
133
|
+
## Templates — A Head Start
|
|
85
134
|
|
|
86
|
-
|
|
135
|
+
SynthOS ships with starter templates so you don't have to start from scratch:
|
|
87
136
|
|
|
88
|
-
|
|
137
|
+
| Template | Best For |
|
|
138
|
+
|----------|----------|
|
|
139
|
+
| **Application** | Tools, utilities, single-pane apps |
|
|
140
|
+
| **Two-Panel Page** | Side-by-side layouts with a draggable splitter |
|
|
141
|
+
| **Sidebar Page** | Content with navigation or controls on the side |
|
|
142
|
+
| **US Map** | Interactive D3.js map visualization as a starting point |
|
|
89
143
|
|
|
90
|
-
|
|
144
|
+
Plus ready-to-use apps like **My Notes** (a full note-taking app with rich text editing), **Neon Asteroids**, and **Solar Explorer** — all built entirely within SynthOS.
|
|
91
145
|
|
|
92
|
-
|
|
146
|
+
<img width="1920" height="1140" alt="image" src="https://github.com/user-attachments/assets/49767432-315a-4d95-800d-68758cf587f9" />
|
|
93
147
|
|
|
94
|
-
|
|
148
|
+
<img width="1920" height="1140" alt="image" src="https://github.com/user-attachments/assets/8c95a267-1ab7-4fed-a97b-8c6a80a26906" />
|
|
95
149
|
|
|
96
|
-
> "Initialize my personal MEMORY.md file using SHARED-MEMORIES.md"
|
|
97
150
|
|
|
98
|
-
|
|
151
|
+
---
|
|
99
152
|
|
|
100
|
-
|
|
101
|
-
- What OS you're on
|
|
102
|
-
- Where your checkout lives on disk
|
|
103
|
-
- Your editor and path conventions (e.g. VS Code with forward-slash paths)
|
|
153
|
+
## Your Apps, Your Machine
|
|
104
154
|
|
|
105
|
-
|
|
155
|
+
Everything SynthOS creates lives in a `.synthos` folder wherever you started the server. Apps are plain HTML files you can:
|
|
106
156
|
|
|
107
|
-
|
|
157
|
+
- Open directly in any browser
|
|
158
|
+
- Copy to another machine
|
|
159
|
+
- Edit by hand if you want to
|
|
160
|
+
- Delete when you're done
|
|
108
161
|
|
|
109
|
-
```markdown
|
|
110
|
-
# Synthos — Developer-Specific Memory
|
|
111
162
|
|
|
112
|
-
|
|
113
|
-
`SHARED-MEMORIES.md` at the project root. This file holds per-developer context only.
|
|
163
|
+
<img width="373" height="318" alt="image" src="https://github.com/user-attachments/assets/d50ae36a-b797-4ecf-8c10-08e93d0c3da2" />
|
|
114
164
|
|
|
115
|
-
## Session Start
|
|
116
|
-
- **Always** read `SHARED-MEMORIES.md` from the project root at the start of every new coding session to load project-level context.
|
|
117
165
|
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
166
|
+
---
|
|
167
|
+
|
|
168
|
+
## Themes
|
|
169
|
+
|
|
170
|
+
SynthOS ships with dark and light themes out of the box:
|
|
171
|
+
|
|
172
|
+
- **Nebula Dusk** — a synthwave dark theme with glowing purple and magenta accents
|
|
173
|
+
- **Nebula Dawn** — a soft pastel light theme with the same color palette
|
|
174
|
+
|
|
175
|
+
Switch themes in Settings and every page adapts automatically.
|
|
176
|
+
|
|
177
|
+
<img width="1920" height="1140" alt="image" src="https://github.com/user-attachments/assets/ffbbcd1a-dbfa-4be5-bbcb-dbebff4bfea4" />
|
|
178
|
+
|
|
179
|
+
---
|
|
180
|
+
|
|
181
|
+
## Power Features
|
|
182
|
+
|
|
183
|
+
### Built-in Storage API
|
|
184
|
+
|
|
185
|
+
Your apps can save and retrieve data locally — no database setup needed. Just call `synthos.data.save("tasks", {title: "Buy milk"})` and it works. Build todo lists, note-taking apps, inventory trackers, and more.
|
|
186
|
+
|
|
187
|
+
### AI Inside Your Apps
|
|
188
|
+
|
|
189
|
+
Apps can make their own AI calls using `synthos.generate.completion()`. This is how Oregon Trail's "Dusty" guide and Western Cities' AI historian work — your apps can talk back to users intelligently.
|
|
190
|
+
|
|
191
|
+
### Custom Scripts
|
|
192
|
+
|
|
193
|
+
Create shell scripts that your apps can invoke. Start builds, run Git commands, call APIs — extend SynthOS to automate anything on your machine.
|
|
194
|
+
|
|
195
|
+
### API Explorer
|
|
123
196
|
|
|
124
|
-
|
|
197
|
+
Test and explore all of SynthOS's built-in APIs interactively from the APIs system page.
|
|
198
|
+
|
|
199
|
+
<img width="1920" height="1140" alt="image" src="https://github.com/user-attachments/assets/40704373-50ea-4a27-b41e-1b3e86b893bc" />
|
|
200
|
+
|
|
201
|
+
---
|
|
202
|
+
|
|
203
|
+
## Connectors — 28 External Services (Preview)
|
|
204
|
+
|
|
205
|
+
Connect your apps to real-world APIs without writing any authentication code. SynthOS handles credentials and proxies requests automatically.
|
|
206
|
+
|
|
207
|
+
**Search & News** — Brave Search, NewsAPI, RSS2JSON
|
|
208
|
+
**Developer Tools** — GitHub, Jira
|
|
209
|
+
**Social Media** — Instagram (full OAuth2)
|
|
210
|
+
**Databases** — Airtable, Notion
|
|
211
|
+
**Communication** — Twilio, SendGrid, Resend, ElevenLabs
|
|
212
|
+
**Maps & Weather** — Mapbox, OpenWeatherMap
|
|
213
|
+
**Media** — Unsplash, Pexels, Imgur, Giphy, Cloudinary, Stability AI
|
|
214
|
+
**Finance** — Alpha Vantage, Open Exchange Rates
|
|
215
|
+
**Knowledge** — NASA, Wolfram Alpha, YouTube Data, Hugging Face, DeepL
|
|
216
|
+
**Food** — Spoonacular
|
|
217
|
+
|
|
218
|
+
Configure a connector in Settings, and the AI automatically knows how to use it when building your apps.
|
|
219
|
+
|
|
220
|
+
<img width="1920" height="1140" alt="image" src="https://github.com/user-attachments/assets/84b9b343-48cb-454f-bc39-0832384d5b89" />
|
|
221
|
+
|
|
222
|
+
---
|
|
223
|
+
|
|
224
|
+
## Agents (Preview)
|
|
225
|
+
|
|
226
|
+
Integrate external AI agents into your apps. SynthOS supports two protocols:
|
|
227
|
+
|
|
228
|
+
- **A2A (Agent-to-Agent)** — standard HTTP-based agent communication with streaming support
|
|
229
|
+
- **OpenClaw** — WebSocket-based protocol with session management, chat history, and SSH tunnel support for secure remote agents
|
|
230
|
+
|
|
231
|
+
Your apps can send messages to agents, stream responses in real time, and maintain conversation history — all through `synthos.agents.*`.
|
|
232
|
+
|
|
233
|
+
<img width="1920" height="1140" alt="image" src="https://github.com/user-attachments/assets/4f058355-85eb-484b-aa32-acdd70d18e55" />
|
|
234
|
+
|
|
235
|
+
---
|
|
236
|
+
|
|
237
|
+
## From User to Developer
|
|
238
|
+
|
|
239
|
+
SynthOS isn't just a tool — it's a bridge. You never need to look at the code, but the skills you build while using SynthOS are real programming skills:
|
|
240
|
+
|
|
241
|
+
1. **Break problems down** — you'll learn to describe what you want in smaller, concrete pieces
|
|
242
|
+
2. **Think in components** — headers, sidebars, buttons, data — you'll start seeing how apps are assembled
|
|
243
|
+
3. **Iterate and refine** — building through conversation teaches you the same feedback loop every developer uses
|
|
244
|
+
4. **Debug by describing** — when something isn't right, you'll get better at pinpointing what to change
|
|
245
|
+
5. **Build confidence** — every app you ship is proof that you can create real software
|
|
246
|
+
|
|
247
|
+
You don't have to become a programmer. But if you want to, SynthOS meets you where you are.
|
|
248
|
+
|
|
249
|
+
---
|
|
250
|
+
|
|
251
|
+
## Contributing
|
|
252
|
+
|
|
253
|
+
This is an open-source project. Contributions are welcome.
|
|
254
|
+
|
|
255
|
+
The repo includes a `SHARED-MEMORIES.md` that gives AI coding assistants (like Claude Code) full project context. If you're contributing with Claude Code:
|
|
256
|
+
|
|
257
|
+
1. Clone the repo
|
|
258
|
+
2. Ask Claude: *"Initialize my personal MEMORY.md file using SHARED-MEMORIES.md"*
|
|
259
|
+
3. Start building
|
|
260
|
+
|
|
261
|
+
---
|
|
262
|
+
|
|
263
|
+
## License
|
|
264
|
+
|
|
265
|
+
MIT
|
|
266
|
+
|
|
267
|
+
---
|
|
268
|
+
|
|
269
|
+
**Ready to build something?**
|
|
270
|
+
|
|
271
|
+
```bash
|
|
272
|
+
npm install --global synthos
|
|
273
|
+
synthos start
|
|
274
|
+
```
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{ "title": "Application", "categories": ["Starters"], "pinned": false, "showInAll": false, "pageVersion": 2, "mode": "unlocked" }
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{ "title": "JSON Tools", "categories": ["
|
|
1
|
+
{ "title": "JSON Tools", "categories": ["Tools"], "pinned": false, "showInAll": false, "pageVersion": 2, "mode": "unlocked" }
|