Skip to content

Commit e274616

Browse files
refactor: branding to keep specialized focus. (#58)
1 parent af26c6e commit e274616

File tree

6 files changed

+15
-39
lines changed

6 files changed

+15
-39
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
<code>@knighted/develop</code>
44
</h1>
55

6-
CDN-first browser IDE for building UI components with [`@knighted/jsx`](https://github.com/knightedcodemonkey/jsx) and [`@knighted/css`](https://github.com/knightedcodemonkey/css).
6+
CDN-first UI component workbench for rapid prototyping with [`@knighted/jsx`](https://github.com/knightedcodemonkey/jsx) and [`@knighted/css`](https://github.com/knightedcodemonkey/css).
77

88
![Animated flow showing editing, diagnostics, jump-to-source, and fix loop](docs/media/develop-ide-flow.gif)
99

1010
## What it is
1111

12-
`@knighted/develop` is a browser-native IDE that demonstrates modern component
13-
authoring without a local bundler-first inner loop.
12+
`@knighted/develop` is a browser-native UI component workbench that demonstrates
13+
modern component authoring without a local bundler-first inner loop.
1414

1515
The app is designed to showcase two libraries:
1616

@@ -34,7 +34,7 @@ browser acts as the runtime host for render, lint, and typecheck flows.
3434

3535
## Try it
3636

37-
- Live IDE: https://knightedcodemonkey.github.io/develop/
37+
- Live workbench: https://knightedcodemonkey.github.io/develop/
3838
- Source repository: https://github.com/knightedcodemonkey/develop
3939

4040
## BYOT Guide

docs/article.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Forget The Build Step: A Browser-Native IDE For JSX + CSS
1+
# Forget The Build Step: A Browser-Native Workbench For JSX + CSS
22

33
Frontend tooling has become incredibly capable.
44

@@ -12,7 +12,7 @@ What if the browser is the dev environment?
1212

1313
That idea became [@knighted/develop](https://github.com/knightedcodemonkey/develop).
1414

15-
It is a lightweight in-browser IDE built to showcase [@knighted/jsx](https://github.com/knightedcodemonkey/jsx) and [@knighted/css](https://github.com/knightedcodemonkey/css), with dependencies delivered over CDN ESM instead of requiring a local build step in the inner loop.
15+
It is a lightweight in-browser UI component workbench built to showcase [@knighted/jsx](https://github.com/knightedcodemonkey/jsx) and [@knighted/css](https://github.com/knightedcodemonkey/css), with dependencies delivered over CDN ESM instead of requiring a local build step in the inner loop.
1616

1717
## The Loop, In Practice
1818

@@ -66,7 +66,7 @@ For prototyping and component iteration, that is a meaningful shift.
6666

6767
## Try It
6868

69-
- Live IDE: https://knightedcodemonkey.github.io/develop/
69+
- Live workbench: https://knightedcodemonkey.github.io/develop/
7070
- Source: https://github.com/knightedcodemonkey/develop
7171

7272
If you are curious, start by toggling:

docs/contributing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
Thanks for contributing to `@knighted/develop`.
44

5-
This project is a CDN-first browser IDE for showcasing `@knighted/jsx` and
6-
`@knighted/css`, so local workflows should preserve browser execution behavior
7-
and avoid bundler-only assumptions in `src/` runtime code.
5+
This project is a CDN-first UI component workbench for showcasing `@knighted/jsx`
6+
and `@knighted/css`, so local workflows should preserve browser execution
7+
behavior and avoid bundler-only assumptions in `src/` runtime code.
88

99
## Project docs
1010

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
{
22
"name": "@knighted/develop",
33
"version": "0.2.0",
4-
"description": "Develop UI components directly in the browser using JSX and CSS.",
4+
"description": "CDN-first UI component workbench for rapid browser prototyping with JSX and CSS.",
55
"keywords": [
66
"ui",
77
"components",
88
"realtime",
99
"browser",
1010
"development",
11-
"ide",
11+
"workbench",
12+
"prototyping",
1213
"jsx",
1314
"css",
1415
"importmap",

src/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ <h1>
2626
/><span class="brand-text">@knighted/develop</span></a
2727
>
2828
</h1>
29-
<p>Browser IDE with compiler-as-a-service.</p>
29+
<p>UI component workbench with compiler-as-a-service.</p>
3030
</div>
3131
<div class="status" id="status" role="status" aria-label="App status">Idle</div>
3232
</header>
@@ -910,7 +910,7 @@ <h2 id="open-pr-title">Open Pull Request</h2>
910910
<div class="cdn-loading" id="cdn-loading" role="status" aria-live="polite">
911911
<div class="cdn-loading-card">
912912
<div class="cdn-loading-spinner" aria-hidden="true"></div>
913-
<p class="cdn-loading-title">Loading IDE assets…</p>
913+
<p class="cdn-loading-title">Loading workbench assets…</p>
914914
<p class="cdn-loading-copy">
915915
Fetching runtimes and compilers from CDN. This can take a moment.
916916
</p>

src/modules/github-api.js

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -14,38 +14,13 @@ export const githubChatModelOptions = [
1414
'openai/gpt-5-chat',
1515
'openai/gpt-5-mini',
1616
'openai/gpt-5-nano',
17-
'openai/o1',
18-
'openai/o1-mini',
19-
'openai/o1-preview',
20-
'openai/o3',
21-
'openai/o3-mini',
22-
'openai/o4-mini',
23-
'ai21-labs/ai21-jamba-1.5-large',
24-
'cohere/cohere-command-a',
25-
'cohere/cohere-command-r-08-2024',
2617
'cohere/cohere-command-r-plus-08-2024',
27-
'xai/grok-3',
28-
'xai/grok-3-mini',
29-
'deepseek/deepseek-r1',
30-
'deepseek/deepseek-r1-0528',
3118
'deepseek/deepseek-v3-0324',
32-
'meta/llama-3.2-11b-vision-instruct',
33-
'meta/llama-3.2-90b-vision-instruct',
34-
'meta/llama-3.3-70b-instruct',
3519
'meta/llama-4-maverick-17b-128e-instruct-fp8',
3620
'meta/llama-4-scout-17b-16e-instruct',
37-
'meta/meta-llama-3.1-405b-instruct',
38-
'meta/meta-llama-3.1-8b-instruct',
39-
'mistral-ai/codestral-2501',
4021
'mistral-ai/ministral-3b',
4122
'mistral-ai/mistral-medium-2505',
4223
'mistral-ai/mistral-small-2503',
43-
'microsoft/mai-ds-r1',
44-
'microsoft/phi-4',
45-
'microsoft/phi-4-mini-instruct',
46-
'microsoft/phi-4-mini-reasoning',
47-
'microsoft/phi-4-multimodal-instruct',
48-
'microsoft/phi-4-reasoning',
4924
]
5025

5126
const parseNextPageUrlFromLinkHeader = linkHeader => {

0 commit comments

Comments
 (0)