bitwrench 2.0.21 → 2.0.23
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/LICENSE.txt +1 -1
- package/README.md +4 -5
- package/bin/bwmcp.js +3 -0
- package/dist/bitwrench-bccl.cjs.js +1 -1
- package/dist/bitwrench-bccl.cjs.min.js +1 -1
- package/dist/bitwrench-bccl.cjs.min.js.gz +0 -0
- package/dist/bitwrench-bccl.esm.js +1 -1
- package/dist/bitwrench-bccl.esm.min.js +1 -1
- package/dist/bitwrench-bccl.esm.min.js.gz +0 -0
- package/dist/bitwrench-bccl.umd.js +1 -1
- package/dist/bitwrench-bccl.umd.min.js +1 -1
- package/dist/bitwrench-bccl.umd.min.js.gz +0 -0
- package/dist/bitwrench-code-edit.cjs.js +1 -1
- package/dist/bitwrench-code-edit.cjs.min.js +1 -1
- package/dist/bitwrench-code-edit.es5.js +1 -1
- package/dist/bitwrench-code-edit.es5.min.js +1 -1
- package/dist/bitwrench-code-edit.esm.js +1 -1
- package/dist/bitwrench-code-edit.esm.min.js +1 -1
- package/dist/bitwrench-code-edit.umd.js +1 -1
- package/dist/bitwrench-code-edit.umd.min.js +1 -1
- package/dist/bitwrench-code-edit.umd.min.js.gz +0 -0
- package/dist/bitwrench-debug.js +1 -1
- package/dist/bitwrench-debug.min.js +1 -1
- package/dist/bitwrench-lean.cjs.js +3 -3
- package/dist/bitwrench-lean.cjs.min.js +2 -2
- package/dist/bitwrench-lean.cjs.min.js.gz +0 -0
- package/dist/bitwrench-lean.es5.js +3 -3
- package/dist/bitwrench-lean.es5.min.js +2 -2
- package/dist/bitwrench-lean.es5.min.js.gz +0 -0
- package/dist/bitwrench-lean.esm.js +3 -3
- package/dist/bitwrench-lean.esm.min.js +2 -2
- package/dist/bitwrench-lean.esm.min.js.gz +0 -0
- package/dist/bitwrench-lean.umd.js +3 -3
- package/dist/bitwrench-lean.umd.min.js +2 -2
- package/dist/bitwrench-lean.umd.min.js.gz +0 -0
- package/dist/bitwrench-util-css.cjs.js +1 -1
- package/dist/bitwrench-util-css.cjs.min.js +1 -1
- package/dist/bitwrench-util-css.es5.js +1 -1
- package/dist/bitwrench-util-css.es5.min.js +1 -1
- package/dist/bitwrench-util-css.esm.js +1 -1
- package/dist/bitwrench-util-css.esm.min.js +1 -1
- package/dist/bitwrench-util-css.umd.js +1 -1
- package/dist/bitwrench-util-css.umd.min.js +1 -1
- package/dist/bitwrench-util-css.umd.min.js.gz +0 -0
- package/dist/bitwrench.cjs.js +3 -3
- package/dist/bitwrench.cjs.min.js +2 -2
- package/dist/bitwrench.cjs.min.js.gz +0 -0
- package/dist/bitwrench.css +1 -1
- package/dist/bitwrench.es5.js +3 -3
- package/dist/bitwrench.es5.min.js +2 -2
- package/dist/bitwrench.es5.min.js.gz +0 -0
- package/dist/bitwrench.esm.js +3 -3
- package/dist/bitwrench.esm.min.js +2 -2
- package/dist/bitwrench.esm.min.js.gz +0 -0
- package/dist/bitwrench.umd.js +3 -3
- package/dist/bitwrench.umd.min.js +2 -2
- package/dist/bitwrench.umd.min.js.gz +0 -0
- package/dist/builds.json +61 -61
- package/dist/bwserve.cjs.js +2 -2
- package/dist/bwserve.esm.js +2 -2
- package/dist/sri.json +45 -45
- package/docs/README.md +76 -0
- package/docs/app-patterns.md +264 -0
- package/docs/bitwrench-mcp.md +426 -0
- package/docs/bitwrench_api.md +2232 -0
- package/docs/bw-attach.md +399 -0
- package/docs/bwserve.md +841 -0
- package/docs/cli.md +307 -0
- package/docs/component-cheatsheet.md +144 -0
- package/docs/component-library.md +1099 -0
- package/docs/framework-translation-table.md +33 -0
- package/docs/llm-bitwrench-guide.md +672 -0
- package/docs/routing.md +562 -0
- package/docs/state-management.md +767 -0
- package/docs/taco-format.md +373 -0
- package/docs/theming.md +309 -0
- package/docs/thinking-in-bitwrench.md +1457 -0
- package/docs/tutorial-bwserve.md +297 -0
- package/docs/tutorial-embedded.md +314 -0
- package/docs/tutorial-website.md +255 -0
- package/package.json +11 -3
- package/readme.html +6 -5
- package/src/mcp/knowledge.js +231 -0
- package/src/mcp/live.js +226 -0
- package/src/mcp/server.js +216 -0
- package/src/mcp/tools.js +369 -0
- package/src/mcp/transport.js +55 -0
- package/src/version.js +3 -3
package/dist/builds.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "2.0.
|
|
3
|
-
"buildDate": "2026-03-
|
|
2
|
+
"version": "2.0.23",
|
|
3
|
+
"buildDate": "2026-03-28",
|
|
4
4
|
"files": [
|
|
5
5
|
{
|
|
6
6
|
"file": "bitwrench-bccl.cjs.js",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"raw": 120297,
|
|
12
12
|
"gzipped": 25619,
|
|
13
13
|
"sourceMap": true,
|
|
14
|
-
"integrity": "sha384-
|
|
14
|
+
"integrity": "sha384-wbA8n6NJnbmHOEnnq12vd5I7kLsiPpAihAc2B+eq1CdQv+lBrWbcRAcVsluHqKMt"
|
|
15
15
|
},
|
|
16
16
|
{
|
|
17
17
|
"file": "bitwrench-code-edit.cjs.js",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"raw": 23549,
|
|
23
23
|
"gzipped": 6084,
|
|
24
24
|
"sourceMap": true,
|
|
25
|
-
"integrity": "sha384-
|
|
25
|
+
"integrity": "sha384-oh0ESVI0pzK+ZyecwtKuUb8EzOMVWswMrhdiK6A4GD3RcpHFHLkIO/psEFAwY/S9"
|
|
26
26
|
},
|
|
27
27
|
{
|
|
28
28
|
"file": "bitwrench-lean.cjs.js",
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
"component": "lean",
|
|
32
32
|
"minified": false,
|
|
33
33
|
"raw": 262813,
|
|
34
|
-
"gzipped":
|
|
34
|
+
"gzipped": 64569,
|
|
35
35
|
"sourceMap": true,
|
|
36
|
-
"integrity": "sha384-
|
|
36
|
+
"integrity": "sha384-52xn6JcadKDDKX15at2lxXwr7SwgeUqD7IR+ecGzXisaSpmepuwsv85414m/xaeZ"
|
|
37
37
|
},
|
|
38
38
|
{
|
|
39
39
|
"file": "bitwrench-util-css.cjs.js",
|
|
@@ -42,9 +42,9 @@
|
|
|
42
42
|
"component": "core",
|
|
43
43
|
"minified": false,
|
|
44
44
|
"raw": 8098,
|
|
45
|
-
"gzipped":
|
|
45
|
+
"gzipped": 2624,
|
|
46
46
|
"sourceMap": true,
|
|
47
|
-
"integrity": "sha384-
|
|
47
|
+
"integrity": "sha384-vFwzzG9NFomSfMJ0p4GPbREguZkZSl9i4UZcfw6ORz60T5jhq9a3cpbuOgxIQizT"
|
|
48
48
|
},
|
|
49
49
|
{
|
|
50
50
|
"file": "bitwrench.cjs.js",
|
|
@@ -53,9 +53,9 @@
|
|
|
53
53
|
"component": "core",
|
|
54
54
|
"minified": false,
|
|
55
55
|
"raw": 380412,
|
|
56
|
-
"gzipped":
|
|
56
|
+
"gzipped": 89242,
|
|
57
57
|
"sourceMap": true,
|
|
58
|
-
"integrity": "sha384-
|
|
58
|
+
"integrity": "sha384-910IefS6F1IcaNlxPAjhalHQ+rqQS0XFWViufoV9YvZMG9zcFsiASxkU397AVd5T"
|
|
59
59
|
},
|
|
60
60
|
{
|
|
61
61
|
"file": "bwserve.cjs.js",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"raw": 40678,
|
|
67
67
|
"gzipped": 11633,
|
|
68
68
|
"sourceMap": true,
|
|
69
|
-
"integrity": "sha384-
|
|
69
|
+
"integrity": "sha384-668pbvKdAi6we2OkZoOI+SVLnkVQXsQz22j7RbzDcRjs6CYXNVrobwZPPa7qLKdy"
|
|
70
70
|
},
|
|
71
71
|
{
|
|
72
72
|
"file": "bitwrench-bccl.cjs.min.js",
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"raw": 37885,
|
|
78
78
|
"gzipped": 10929,
|
|
79
79
|
"sourceMap": true,
|
|
80
|
-
"integrity": "sha384-
|
|
80
|
+
"integrity": "sha384-aIrhc15xO0phYsRyfX+KwnuaQJHS0Qq45KgcOp/TmNN9Wqdifx0nXAMPJkgIdN9n"
|
|
81
81
|
},
|
|
82
82
|
{
|
|
83
83
|
"file": "bitwrench-code-edit.cjs.min.js",
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"raw": 11980,
|
|
89
89
|
"gzipped": 4350,
|
|
90
90
|
"sourceMap": true,
|
|
91
|
-
"integrity": "sha384-
|
|
91
|
+
"integrity": "sha384-gIxsR2ZBXEAvb9fL802A/eQmSGgjW5qh3KD/reHqO/Sc8QQIMw2NnYqjgf+DzoXE"
|
|
92
92
|
},
|
|
93
93
|
{
|
|
94
94
|
"file": "bitwrench-lean.cjs.min.js",
|
|
@@ -97,9 +97,9 @@
|
|
|
97
97
|
"component": "lean",
|
|
98
98
|
"minified": true,
|
|
99
99
|
"raw": 114953,
|
|
100
|
-
"gzipped":
|
|
100
|
+
"gzipped": 30768,
|
|
101
101
|
"sourceMap": true,
|
|
102
|
-
"integrity": "sha384
|
|
102
|
+
"integrity": "sha384-0h4KtFN5wKq2jlSt5YhIoNR+W/L6pThibMEZQD8O3XLxsYmOEE6f1/pXzu3BUMhc"
|
|
103
103
|
},
|
|
104
104
|
{
|
|
105
105
|
"file": "bitwrench-util-css.cjs.min.js",
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
"raw": 4113,
|
|
111
111
|
"gzipped": 1659,
|
|
112
112
|
"sourceMap": true,
|
|
113
|
-
"integrity": "sha384-
|
|
113
|
+
"integrity": "sha384-AUBQkxjRrZvqakN+qH9IxhNbWde7+Dtqiol1TY4/Z+Ex/uzhkehoikKI4h18ewPk"
|
|
114
114
|
},
|
|
115
115
|
{
|
|
116
116
|
"file": "bitwrench.cjs.min.js",
|
|
@@ -121,7 +121,7 @@
|
|
|
121
121
|
"raw": 151811,
|
|
122
122
|
"gzipped": 40618,
|
|
123
123
|
"sourceMap": true,
|
|
124
|
-
"integrity": "sha384-
|
|
124
|
+
"integrity": "sha384-4PWGyK09d+3uaibRGM6/xINZFPOT7q+oUG/eM+XS7q4cV2dTBln1vVBDOjNLRjlb"
|
|
125
125
|
},
|
|
126
126
|
{
|
|
127
127
|
"file": "bitwrench.css",
|
|
@@ -132,7 +132,7 @@
|
|
|
132
132
|
"raw": 79950,
|
|
133
133
|
"gzipped": 13165,
|
|
134
134
|
"sourceMap": false,
|
|
135
|
-
"integrity": "sha384-
|
|
135
|
+
"integrity": "sha384-0QM6KUZtg07APKjJ6o4pDRZ38Jvih6rhrQLG8TDb9shTyHkk7Bm0WSI/w4J248Ea"
|
|
136
136
|
},
|
|
137
137
|
{
|
|
138
138
|
"file": "bitwrench.min.css",
|
|
@@ -152,9 +152,9 @@
|
|
|
152
152
|
"component": "code-edit",
|
|
153
153
|
"minified": false,
|
|
154
154
|
"raw": 28274,
|
|
155
|
-
"gzipped":
|
|
155
|
+
"gzipped": 6438,
|
|
156
156
|
"sourceMap": true,
|
|
157
|
-
"integrity": "sha384-
|
|
157
|
+
"integrity": "sha384-AYvLxuH9XItvWuKqLjL9rEWdy2YLptzI0o9WAJ6jqyKUsDI2ejOhRw8MXsemQ7Jw"
|
|
158
158
|
},
|
|
159
159
|
{
|
|
160
160
|
"file": "bitwrench-lean.es5.js",
|
|
@@ -163,9 +163,9 @@
|
|
|
163
163
|
"component": "lean",
|
|
164
164
|
"minified": false,
|
|
165
165
|
"raw": 302674,
|
|
166
|
-
"gzipped":
|
|
166
|
+
"gzipped": 68255,
|
|
167
167
|
"sourceMap": true,
|
|
168
|
-
"integrity": "sha384-
|
|
168
|
+
"integrity": "sha384-TEuL6joqSZinbQm0Hca+8ohfAgGojehzFzFJFT+8rHGwCZEWUb18iKtYmh5mNF41"
|
|
169
169
|
},
|
|
170
170
|
{
|
|
171
171
|
"file": "bitwrench-util-css.es5.js",
|
|
@@ -176,7 +176,7 @@
|
|
|
176
176
|
"raw": 10081,
|
|
177
177
|
"gzipped": 2955,
|
|
178
178
|
"sourceMap": true,
|
|
179
|
-
"integrity": "sha384-
|
|
179
|
+
"integrity": "sha384-Rq38+BmsLpcQH06QKAlPh67p02Q8G7SSp5+wXme6w/g+0h0U2aJ//EvmMemLcuBQ"
|
|
180
180
|
},
|
|
181
181
|
{
|
|
182
182
|
"file": "bitwrench.es5.js",
|
|
@@ -185,9 +185,9 @@
|
|
|
185
185
|
"component": "core",
|
|
186
186
|
"minified": false,
|
|
187
187
|
"raw": 450772,
|
|
188
|
-
"gzipped":
|
|
188
|
+
"gzipped": 95880,
|
|
189
189
|
"sourceMap": true,
|
|
190
|
-
"integrity": "sha384-
|
|
190
|
+
"integrity": "sha384-KIbKdK55+DId146s1hGpLA8JKhVQ52Z84ETYEdAmKHdBtDBbU2RQ6vy93qNHVYz+"
|
|
191
191
|
},
|
|
192
192
|
{
|
|
193
193
|
"file": "bitwrench-code-edit.es5.min.js",
|
|
@@ -198,7 +198,7 @@
|
|
|
198
198
|
"raw": 12187,
|
|
199
199
|
"gzipped": 4404,
|
|
200
200
|
"sourceMap": true,
|
|
201
|
-
"integrity": "sha384-
|
|
201
|
+
"integrity": "sha384-vPMaY/JF6Is1VAVbNEaqV5+g8zNdGWAOVROfX29rImsmggqY8KFoxDmDQgx2rk+D"
|
|
202
202
|
},
|
|
203
203
|
{
|
|
204
204
|
"file": "bitwrench-lean.es5.min.js",
|
|
@@ -209,7 +209,7 @@
|
|
|
209
209
|
"raw": 120611,
|
|
210
210
|
"gzipped": 32149,
|
|
211
211
|
"sourceMap": true,
|
|
212
|
-
"integrity": "sha384-
|
|
212
|
+
"integrity": "sha384-Npw3svhQ2UhvqdUXCvPmzxGR1YDgcZVMO1eyO8t9IyGKxQD2ZPeUmApvkhsdf4CE"
|
|
213
213
|
},
|
|
214
214
|
{
|
|
215
215
|
"file": "bitwrench-util-css.es5.min.js",
|
|
@@ -220,7 +220,7 @@
|
|
|
220
220
|
"raw": 4578,
|
|
221
221
|
"gzipped": 1801,
|
|
222
222
|
"sourceMap": true,
|
|
223
|
-
"integrity": "sha384-
|
|
223
|
+
"integrity": "sha384-SShGQkczqXDrhlWH5n+hELypBwURDw/aJv8n0NOGaNBsjhmLoaOA2k4RtNpVX8qF"
|
|
224
224
|
},
|
|
225
225
|
{
|
|
226
226
|
"file": "bitwrench.es5.min.js",
|
|
@@ -229,9 +229,9 @@
|
|
|
229
229
|
"component": "core",
|
|
230
230
|
"minified": true,
|
|
231
231
|
"raw": 163777,
|
|
232
|
-
"gzipped":
|
|
232
|
+
"gzipped": 42583,
|
|
233
233
|
"sourceMap": true,
|
|
234
|
-
"integrity": "sha384-
|
|
234
|
+
"integrity": "sha384-cNvpnEajaA3dgjnvTp78+I9QkEY6JzIdsuwCJfULqFk7TXb86eGxnMUZQWoq2s+b"
|
|
235
235
|
},
|
|
236
236
|
{
|
|
237
237
|
"file": "bitwrench-bccl.esm.js",
|
|
@@ -242,7 +242,7 @@
|
|
|
242
242
|
"raw": 120217,
|
|
243
243
|
"gzipped": 25603,
|
|
244
244
|
"sourceMap": true,
|
|
245
|
-
"integrity": "sha384-
|
|
245
|
+
"integrity": "sha384-hYXAcKHhsow2qA+T18wM8tecNjSGnCrWHjNjHq0qDAaWV58jam50eWklG6dBMMO3"
|
|
246
246
|
},
|
|
247
247
|
{
|
|
248
248
|
"file": "bitwrench-code-edit.esm.js",
|
|
@@ -253,7 +253,7 @@
|
|
|
253
253
|
"raw": 23330,
|
|
254
254
|
"gzipped": 6005,
|
|
255
255
|
"sourceMap": true,
|
|
256
|
-
"integrity": "sha384-
|
|
256
|
+
"integrity": "sha384-4PQ5V0JctPNS5GHGNpXeF5id+9gkfIDeg8vl8h3wkjQPLxo2JadB41rumEZoNVDt"
|
|
257
257
|
},
|
|
258
258
|
{
|
|
259
259
|
"file": "bitwrench-lean.esm.js",
|
|
@@ -262,9 +262,9 @@
|
|
|
262
262
|
"component": "lean",
|
|
263
263
|
"minified": false,
|
|
264
264
|
"raw": 261950,
|
|
265
|
-
"gzipped":
|
|
265
|
+
"gzipped": 64369,
|
|
266
266
|
"sourceMap": true,
|
|
267
|
-
"integrity": "sha384-
|
|
267
|
+
"integrity": "sha384-GKM+CvVxOPnlmpTrqGBnqN9x7rPDSJTp67E0Yd6lA1ycONOdNHTQ3kHVNo+aWF2l"
|
|
268
268
|
},
|
|
269
269
|
{
|
|
270
270
|
"file": "bitwrench-util-css.esm.js",
|
|
@@ -273,9 +273,9 @@
|
|
|
273
273
|
"component": "core",
|
|
274
274
|
"minified": false,
|
|
275
275
|
"raw": 7998,
|
|
276
|
-
"gzipped":
|
|
276
|
+
"gzipped": 2577,
|
|
277
277
|
"sourceMap": true,
|
|
278
|
-
"integrity": "sha384-
|
|
278
|
+
"integrity": "sha384-3K26kPX2bGgIZUEZ0ne5+AsKThSfY9z2TWcqAhcSIPcqhUuB3az6feEECOIqU3e/"
|
|
279
279
|
},
|
|
280
280
|
{
|
|
281
281
|
"file": "bitwrench.esm.js",
|
|
@@ -284,9 +284,9 @@
|
|
|
284
284
|
"component": "core",
|
|
285
285
|
"minified": false,
|
|
286
286
|
"raw": 380196,
|
|
287
|
-
"gzipped":
|
|
287
|
+
"gzipped": 89306,
|
|
288
288
|
"sourceMap": true,
|
|
289
|
-
"integrity": "sha384-
|
|
289
|
+
"integrity": "sha384-YuPsHAzNODOaGYJtDC7MSMc6i3DagJkzvBG7Ivdy41JU+EEFB6Fk8uVMPirk2BB/"
|
|
290
290
|
},
|
|
291
291
|
{
|
|
292
292
|
"file": "bwserve.esm.js",
|
|
@@ -297,7 +297,7 @@
|
|
|
297
297
|
"raw": 40134,
|
|
298
298
|
"gzipped": 11464,
|
|
299
299
|
"sourceMap": true,
|
|
300
|
-
"integrity": "sha384-
|
|
300
|
+
"integrity": "sha384-qDPUFRTX8ZnzO3/He/W7BxYEYTM3E/Phg86kX2hWsyH3tn5LOSQmIoFLugarLrNS"
|
|
301
301
|
},
|
|
302
302
|
{
|
|
303
303
|
"file": "bitwrench-bccl.esm.min.js",
|
|
@@ -308,7 +308,7 @@
|
|
|
308
308
|
"raw": 37860,
|
|
309
309
|
"gzipped": 10922,
|
|
310
310
|
"sourceMap": true,
|
|
311
|
-
"integrity": "sha384-
|
|
311
|
+
"integrity": "sha384-Tr/N6/EVQVKQSszecPrTlRiGkQvhZyZPhjhzJOVJOEO88iJ5G10bskxKMAB3DI0x"
|
|
312
312
|
},
|
|
313
313
|
{
|
|
314
314
|
"file": "bitwrench-code-edit.esm.min.js",
|
|
@@ -317,9 +317,9 @@
|
|
|
317
317
|
"component": "code-edit",
|
|
318
318
|
"minified": true,
|
|
319
319
|
"raw": 11879,
|
|
320
|
-
"gzipped":
|
|
320
|
+
"gzipped": 4309,
|
|
321
321
|
"sourceMap": true,
|
|
322
|
-
"integrity": "sha384-
|
|
322
|
+
"integrity": "sha384-yOIy6ll6jibMto0vYx5XBT/88IMVPfhvWRb3OlpbYEeBZIIDzQpRceGSRNvQoSR3"
|
|
323
323
|
},
|
|
324
324
|
{
|
|
325
325
|
"file": "bitwrench-lean.esm.min.js",
|
|
@@ -330,7 +330,7 @@
|
|
|
330
330
|
"raw": 114372,
|
|
331
331
|
"gzipped": 30650,
|
|
332
332
|
"sourceMap": true,
|
|
333
|
-
"integrity": "sha384-
|
|
333
|
+
"integrity": "sha384-s7oDY211lndFu3cDK7F8L6VeVyPnxY8rt+3viFjrYNuHng0COmFqulqGaHFiPeT5"
|
|
334
334
|
},
|
|
335
335
|
{
|
|
336
336
|
"file": "bitwrench-util-css.esm.min.js",
|
|
@@ -341,7 +341,7 @@
|
|
|
341
341
|
"raw": 4037,
|
|
342
342
|
"gzipped": 1620,
|
|
343
343
|
"sourceMap": true,
|
|
344
|
-
"integrity": "sha384-
|
|
344
|
+
"integrity": "sha384-NqScYWteehS3WYcjhlM1HL1ujTkLz8vBbD/KvrQEQvkaGvMcLVWLgm4YeimDYh4z"
|
|
345
345
|
},
|
|
346
346
|
{
|
|
347
347
|
"file": "bitwrench.esm.min.js",
|
|
@@ -350,9 +350,9 @@
|
|
|
350
350
|
"component": "core",
|
|
351
351
|
"minified": true,
|
|
352
352
|
"raw": 152116,
|
|
353
|
-
"gzipped":
|
|
353
|
+
"gzipped": 40863,
|
|
354
354
|
"sourceMap": true,
|
|
355
|
-
"integrity": "sha384-
|
|
355
|
+
"integrity": "sha384-9S/YGcNdtl71e0CWotrBUJkmVi85iLecKUyAlyB7St5k6tYLonUAf9Lfc2iNLrf8"
|
|
356
356
|
},
|
|
357
357
|
{
|
|
358
358
|
"file": "bitwrench-bccl.umd.js",
|
|
@@ -361,9 +361,9 @@
|
|
|
361
361
|
"component": "bccl",
|
|
362
362
|
"minified": false,
|
|
363
363
|
"raw": 128103,
|
|
364
|
-
"gzipped":
|
|
364
|
+
"gzipped": 26137,
|
|
365
365
|
"sourceMap": true,
|
|
366
|
-
"integrity": "sha384-
|
|
366
|
+
"integrity": "sha384-csX4TvdsYnnxLJ4gjWhTvANzqfSUd+c9JzEnKvfPnOA3O3nn6itJtKcGYQ/eq4GX"
|
|
367
367
|
},
|
|
368
368
|
{
|
|
369
369
|
"file": "bitwrench-code-edit.umd.js",
|
|
@@ -372,9 +372,9 @@
|
|
|
372
372
|
"component": "code-edit",
|
|
373
373
|
"minified": false,
|
|
374
374
|
"raw": 25133,
|
|
375
|
-
"gzipped":
|
|
375
|
+
"gzipped": 6256,
|
|
376
376
|
"sourceMap": true,
|
|
377
|
-
"integrity": "sha384
|
|
377
|
+
"integrity": "sha384-+uf9xHBRln3Ua52uREb2Dk2tSK2BfSvShlUuDMK/6SJQdaWpM+lFAht7kq7Ex0SR"
|
|
378
378
|
},
|
|
379
379
|
{
|
|
380
380
|
"file": "bitwrench-debug.js",
|
|
@@ -385,7 +385,7 @@
|
|
|
385
385
|
"raw": 9624,
|
|
386
386
|
"gzipped": 2949,
|
|
387
387
|
"sourceMap": true,
|
|
388
|
-
"integrity": "sha384-
|
|
388
|
+
"integrity": "sha384-rQzKORhVAFNHAapxUWb8C1a0Xxxc2fF5iyMAFoA89bsMWYQFHon7Nj9NASxxn2Ek"
|
|
389
389
|
},
|
|
390
390
|
{
|
|
391
391
|
"file": "bitwrench-lean.umd.js",
|
|
@@ -396,7 +396,7 @@
|
|
|
396
396
|
"raw": 276916,
|
|
397
397
|
"gzipped": 65706,
|
|
398
398
|
"sourceMap": true,
|
|
399
|
-
"integrity": "sha384-
|
|
399
|
+
"integrity": "sha384-GHcjMYqQBrQTopIfX+D43QBh84AEnLQUY/AZR92acuIlKM4FFjgrHTN2/i/Cux/h"
|
|
400
400
|
},
|
|
401
401
|
{
|
|
402
402
|
"file": "bitwrench-util-css.umd.js",
|
|
@@ -407,7 +407,7 @@
|
|
|
407
407
|
"raw": 8853,
|
|
408
408
|
"gzipped": 2760,
|
|
409
409
|
"sourceMap": true,
|
|
410
|
-
"integrity": "sha384-
|
|
410
|
+
"integrity": "sha384-HAo47frewWKXxY0LTLkKPyYhTdhShIcoc2GWN4Iho4BvQISJsxoj0STdjOUbpLNM"
|
|
411
411
|
},
|
|
412
412
|
{
|
|
413
413
|
"file": "bitwrench.umd.js",
|
|
@@ -416,9 +416,9 @@
|
|
|
416
416
|
"component": "core",
|
|
417
417
|
"minified": false,
|
|
418
418
|
"raw": 401829,
|
|
419
|
-
"gzipped":
|
|
419
|
+
"gzipped": 90556,
|
|
420
420
|
"sourceMap": true,
|
|
421
|
-
"integrity": "sha384-
|
|
421
|
+
"integrity": "sha384-dLHxLff31xN9CxyvxRCx3DNxR16Lx+6jypqUWv4cCl0pYAooxD2IyJNHWTmvCm+A"
|
|
422
422
|
},
|
|
423
423
|
{
|
|
424
424
|
"file": "bitwrench-bccl.umd.min.js",
|
|
@@ -429,7 +429,7 @@
|
|
|
429
429
|
"raw": 38157,
|
|
430
430
|
"gzipped": 10972,
|
|
431
431
|
"sourceMap": true,
|
|
432
|
-
"integrity": "sha384-
|
|
432
|
+
"integrity": "sha384-epzKLRz2NgxNADT4B9/nxw2kxc6/p3Pzn/wa20e/h+Umf2hoOQkXzxepZ8/pARGQ"
|
|
433
433
|
},
|
|
434
434
|
{
|
|
435
435
|
"file": "bitwrench-code-edit.umd.min.js",
|
|
@@ -440,7 +440,7 @@
|
|
|
440
440
|
"raw": 12187,
|
|
441
441
|
"gzipped": 4404,
|
|
442
442
|
"sourceMap": true,
|
|
443
|
-
"integrity": "sha384-
|
|
443
|
+
"integrity": "sha384-Glx93SMcpiG3I2TkvQZdRvlB23qS5njY/bZjZu36gO/YHXjyr7eb4P6qdTS0MKEx"
|
|
444
444
|
},
|
|
445
445
|
{
|
|
446
446
|
"file": "bitwrench-debug.min.js",
|
|
@@ -451,7 +451,7 @@
|
|
|
451
451
|
"raw": 4272,
|
|
452
452
|
"gzipped": 1740,
|
|
453
453
|
"sourceMap": true,
|
|
454
|
-
"integrity": "sha384-
|
|
454
|
+
"integrity": "sha384-Nwj2oNawNnVvWX/5BM1k1pZL4VOIfC0TW0fi28LQ1iNnC3UilJb0h8RWwEE/v2FF"
|
|
455
455
|
},
|
|
456
456
|
{
|
|
457
457
|
"file": "bitwrench-lean.umd.min.js",
|
|
@@ -462,7 +462,7 @@
|
|
|
462
462
|
"raw": 115519,
|
|
463
463
|
"gzipped": 30857,
|
|
464
464
|
"sourceMap": true,
|
|
465
|
-
"integrity": "sha384-
|
|
465
|
+
"integrity": "sha384-6GGusOn+FL0WkDRh3hwz5dDRSYr4U9QOcov0SWr/2CS2e1JyNzRgqR7XZ/GEG2F/"
|
|
466
466
|
},
|
|
467
467
|
{
|
|
468
468
|
"file": "bitwrench-util-css.umd.min.js",
|
|
@@ -473,7 +473,7 @@
|
|
|
473
473
|
"raw": 4351,
|
|
474
474
|
"gzipped": 1737,
|
|
475
475
|
"sourceMap": true,
|
|
476
|
-
"integrity": "sha384-
|
|
476
|
+
"integrity": "sha384-3BmG1boCGajtHMbcjybMtzUlmlePVqoMGmw7fSUQVMXWw65+I4igjaHxJIo84pl4"
|
|
477
477
|
},
|
|
478
478
|
{
|
|
479
479
|
"file": "bitwrench.umd.min.js",
|
|
@@ -484,7 +484,7 @@
|
|
|
484
484
|
"raw": 152411,
|
|
485
485
|
"gzipped": 40706,
|
|
486
486
|
"sourceMap": true,
|
|
487
|
-
"integrity": "sha384
|
|
487
|
+
"integrity": "sha384-q5tuP+KNbG94rC1yLRud0W5sVOvGI7M/Ida6iwKTocl1gu43MfM/zWc3nZOKlJkH"
|
|
488
488
|
}
|
|
489
489
|
]
|
|
490
490
|
}
|
package/dist/bwserve.cjs.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! bwserve v2.0.
|
|
1
|
+
/*! bwserve v2.0.23 | BSD-2-Clause | https://deftio.github.com/bitwrench/pages */
|
|
2
2
|
'use strict';
|
|
3
3
|
|
|
4
4
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
@@ -14,7 +14,7 @@ var _documentCurrentScript = typeof document !== 'undefined' ? document.currentS
|
|
|
14
14
|
* DO NOT EDIT DIRECTLY - Use npm run generate-version
|
|
15
15
|
*/
|
|
16
16
|
|
|
17
|
-
const VERSION = '2.0.
|
|
17
|
+
const VERSION = '2.0.23';
|
|
18
18
|
|
|
19
19
|
/**
|
|
20
20
|
* BwServeClient — per-client connection for bwserve.
|
package/dist/bwserve.esm.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! bwserve v2.0.
|
|
1
|
+
/*! bwserve v2.0.23 | BSD-2-Clause | https://deftio.github.com/bitwrench/pages */
|
|
2
2
|
import { fileURLToPath } from 'url';
|
|
3
3
|
import { dirname, resolve, join, extname } from 'path';
|
|
4
4
|
import { createServer } from 'http';
|
|
@@ -9,7 +9,7 @@ import { existsSync, statSync, readFileSync } from 'fs';
|
|
|
9
9
|
* DO NOT EDIT DIRECTLY - Use npm run generate-version
|
|
10
10
|
*/
|
|
11
11
|
|
|
12
|
-
const VERSION = '2.0.
|
|
12
|
+
const VERSION = '2.0.23';
|
|
13
13
|
|
|
14
14
|
/**
|
|
15
15
|
* BwServeClient — per-client connection for bwserve.
|
package/dist/sri.json
CHANGED
|
@@ -1,51 +1,51 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "2.0.
|
|
2
|
+
"version": "2.0.23",
|
|
3
3
|
"algorithm": "sha384",
|
|
4
|
-
"generated": "2026-03-
|
|
4
|
+
"generated": "2026-03-28",
|
|
5
5
|
"files": {
|
|
6
|
-
"bitwrench-bccl.cjs.js": "sha384-
|
|
7
|
-
"bitwrench-bccl.cjs.min.js": "sha384-
|
|
8
|
-
"bitwrench-bccl.esm.js": "sha384-
|
|
9
|
-
"bitwrench-bccl.esm.min.js": "sha384-
|
|
10
|
-
"bitwrench-bccl.umd.js": "sha384-
|
|
11
|
-
"bitwrench-bccl.umd.min.js": "sha384-
|
|
12
|
-
"bitwrench-code-edit.cjs.js": "sha384-
|
|
13
|
-
"bitwrench-code-edit.cjs.min.js": "sha384-
|
|
14
|
-
"bitwrench-code-edit.es5.js": "sha384-
|
|
15
|
-
"bitwrench-code-edit.es5.min.js": "sha384-
|
|
16
|
-
"bitwrench-code-edit.esm.js": "sha384-
|
|
17
|
-
"bitwrench-code-edit.esm.min.js": "sha384-
|
|
18
|
-
"bitwrench-code-edit.umd.js": "sha384
|
|
19
|
-
"bitwrench-code-edit.umd.min.js": "sha384-
|
|
20
|
-
"bitwrench-debug.js": "sha384-
|
|
21
|
-
"bitwrench-debug.min.js": "sha384-
|
|
22
|
-
"bitwrench-lean.cjs.js": "sha384-
|
|
23
|
-
"bitwrench-lean.cjs.min.js": "sha384
|
|
24
|
-
"bitwrench-lean.es5.js": "sha384-
|
|
25
|
-
"bitwrench-lean.es5.min.js": "sha384-
|
|
26
|
-
"bitwrench-lean.esm.js": "sha384-
|
|
27
|
-
"bitwrench-lean.esm.min.js": "sha384-
|
|
28
|
-
"bitwrench-lean.umd.js": "sha384-
|
|
29
|
-
"bitwrench-lean.umd.min.js": "sha384-
|
|
30
|
-
"bitwrench-util-css.cjs.js": "sha384-
|
|
31
|
-
"bitwrench-util-css.cjs.min.js": "sha384-
|
|
32
|
-
"bitwrench-util-css.es5.js": "sha384-
|
|
33
|
-
"bitwrench-util-css.es5.min.js": "sha384-
|
|
34
|
-
"bitwrench-util-css.esm.js": "sha384-
|
|
35
|
-
"bitwrench-util-css.esm.min.js": "sha384-
|
|
36
|
-
"bitwrench-util-css.umd.js": "sha384-
|
|
37
|
-
"bitwrench-util-css.umd.min.js": "sha384-
|
|
38
|
-
"bitwrench.cjs.js": "sha384-
|
|
39
|
-
"bitwrench.cjs.min.js": "sha384-
|
|
40
|
-
"bitwrench.css": "sha384-
|
|
41
|
-
"bitwrench.es5.js": "sha384-
|
|
42
|
-
"bitwrench.es5.min.js": "sha384-
|
|
43
|
-
"bitwrench.esm.js": "sha384-
|
|
44
|
-
"bitwrench.esm.min.js": "sha384-
|
|
6
|
+
"bitwrench-bccl.cjs.js": "sha384-wbA8n6NJnbmHOEnnq12vd5I7kLsiPpAihAc2B+eq1CdQv+lBrWbcRAcVsluHqKMt",
|
|
7
|
+
"bitwrench-bccl.cjs.min.js": "sha384-aIrhc15xO0phYsRyfX+KwnuaQJHS0Qq45KgcOp/TmNN9Wqdifx0nXAMPJkgIdN9n",
|
|
8
|
+
"bitwrench-bccl.esm.js": "sha384-hYXAcKHhsow2qA+T18wM8tecNjSGnCrWHjNjHq0qDAaWV58jam50eWklG6dBMMO3",
|
|
9
|
+
"bitwrench-bccl.esm.min.js": "sha384-Tr/N6/EVQVKQSszecPrTlRiGkQvhZyZPhjhzJOVJOEO88iJ5G10bskxKMAB3DI0x",
|
|
10
|
+
"bitwrench-bccl.umd.js": "sha384-csX4TvdsYnnxLJ4gjWhTvANzqfSUd+c9JzEnKvfPnOA3O3nn6itJtKcGYQ/eq4GX",
|
|
11
|
+
"bitwrench-bccl.umd.min.js": "sha384-epzKLRz2NgxNADT4B9/nxw2kxc6/p3Pzn/wa20e/h+Umf2hoOQkXzxepZ8/pARGQ",
|
|
12
|
+
"bitwrench-code-edit.cjs.js": "sha384-oh0ESVI0pzK+ZyecwtKuUb8EzOMVWswMrhdiK6A4GD3RcpHFHLkIO/psEFAwY/S9",
|
|
13
|
+
"bitwrench-code-edit.cjs.min.js": "sha384-gIxsR2ZBXEAvb9fL802A/eQmSGgjW5qh3KD/reHqO/Sc8QQIMw2NnYqjgf+DzoXE",
|
|
14
|
+
"bitwrench-code-edit.es5.js": "sha384-AYvLxuH9XItvWuKqLjL9rEWdy2YLptzI0o9WAJ6jqyKUsDI2ejOhRw8MXsemQ7Jw",
|
|
15
|
+
"bitwrench-code-edit.es5.min.js": "sha384-vPMaY/JF6Is1VAVbNEaqV5+g8zNdGWAOVROfX29rImsmggqY8KFoxDmDQgx2rk+D",
|
|
16
|
+
"bitwrench-code-edit.esm.js": "sha384-4PQ5V0JctPNS5GHGNpXeF5id+9gkfIDeg8vl8h3wkjQPLxo2JadB41rumEZoNVDt",
|
|
17
|
+
"bitwrench-code-edit.esm.min.js": "sha384-yOIy6ll6jibMto0vYx5XBT/88IMVPfhvWRb3OlpbYEeBZIIDzQpRceGSRNvQoSR3",
|
|
18
|
+
"bitwrench-code-edit.umd.js": "sha384-+uf9xHBRln3Ua52uREb2Dk2tSK2BfSvShlUuDMK/6SJQdaWpM+lFAht7kq7Ex0SR",
|
|
19
|
+
"bitwrench-code-edit.umd.min.js": "sha384-Glx93SMcpiG3I2TkvQZdRvlB23qS5njY/bZjZu36gO/YHXjyr7eb4P6qdTS0MKEx",
|
|
20
|
+
"bitwrench-debug.js": "sha384-rQzKORhVAFNHAapxUWb8C1a0Xxxc2fF5iyMAFoA89bsMWYQFHon7Nj9NASxxn2Ek",
|
|
21
|
+
"bitwrench-debug.min.js": "sha384-Nwj2oNawNnVvWX/5BM1k1pZL4VOIfC0TW0fi28LQ1iNnC3UilJb0h8RWwEE/v2FF",
|
|
22
|
+
"bitwrench-lean.cjs.js": "sha384-52xn6JcadKDDKX15at2lxXwr7SwgeUqD7IR+ecGzXisaSpmepuwsv85414m/xaeZ",
|
|
23
|
+
"bitwrench-lean.cjs.min.js": "sha384-0h4KtFN5wKq2jlSt5YhIoNR+W/L6pThibMEZQD8O3XLxsYmOEE6f1/pXzu3BUMhc",
|
|
24
|
+
"bitwrench-lean.es5.js": "sha384-TEuL6joqSZinbQm0Hca+8ohfAgGojehzFzFJFT+8rHGwCZEWUb18iKtYmh5mNF41",
|
|
25
|
+
"bitwrench-lean.es5.min.js": "sha384-Npw3svhQ2UhvqdUXCvPmzxGR1YDgcZVMO1eyO8t9IyGKxQD2ZPeUmApvkhsdf4CE",
|
|
26
|
+
"bitwrench-lean.esm.js": "sha384-GKM+CvVxOPnlmpTrqGBnqN9x7rPDSJTp67E0Yd6lA1ycONOdNHTQ3kHVNo+aWF2l",
|
|
27
|
+
"bitwrench-lean.esm.min.js": "sha384-s7oDY211lndFu3cDK7F8L6VeVyPnxY8rt+3viFjrYNuHng0COmFqulqGaHFiPeT5",
|
|
28
|
+
"bitwrench-lean.umd.js": "sha384-GHcjMYqQBrQTopIfX+D43QBh84AEnLQUY/AZR92acuIlKM4FFjgrHTN2/i/Cux/h",
|
|
29
|
+
"bitwrench-lean.umd.min.js": "sha384-6GGusOn+FL0WkDRh3hwz5dDRSYr4U9QOcov0SWr/2CS2e1JyNzRgqR7XZ/GEG2F/",
|
|
30
|
+
"bitwrench-util-css.cjs.js": "sha384-vFwzzG9NFomSfMJ0p4GPbREguZkZSl9i4UZcfw6ORz60T5jhq9a3cpbuOgxIQizT",
|
|
31
|
+
"bitwrench-util-css.cjs.min.js": "sha384-AUBQkxjRrZvqakN+qH9IxhNbWde7+Dtqiol1TY4/Z+Ex/uzhkehoikKI4h18ewPk",
|
|
32
|
+
"bitwrench-util-css.es5.js": "sha384-Rq38+BmsLpcQH06QKAlPh67p02Q8G7SSp5+wXme6w/g+0h0U2aJ//EvmMemLcuBQ",
|
|
33
|
+
"bitwrench-util-css.es5.min.js": "sha384-SShGQkczqXDrhlWH5n+hELypBwURDw/aJv8n0NOGaNBsjhmLoaOA2k4RtNpVX8qF",
|
|
34
|
+
"bitwrench-util-css.esm.js": "sha384-3K26kPX2bGgIZUEZ0ne5+AsKThSfY9z2TWcqAhcSIPcqhUuB3az6feEECOIqU3e/",
|
|
35
|
+
"bitwrench-util-css.esm.min.js": "sha384-NqScYWteehS3WYcjhlM1HL1ujTkLz8vBbD/KvrQEQvkaGvMcLVWLgm4YeimDYh4z",
|
|
36
|
+
"bitwrench-util-css.umd.js": "sha384-HAo47frewWKXxY0LTLkKPyYhTdhShIcoc2GWN4Iho4BvQISJsxoj0STdjOUbpLNM",
|
|
37
|
+
"bitwrench-util-css.umd.min.js": "sha384-3BmG1boCGajtHMbcjybMtzUlmlePVqoMGmw7fSUQVMXWw65+I4igjaHxJIo84pl4",
|
|
38
|
+
"bitwrench.cjs.js": "sha384-910IefS6F1IcaNlxPAjhalHQ+rqQS0XFWViufoV9YvZMG9zcFsiASxkU397AVd5T",
|
|
39
|
+
"bitwrench.cjs.min.js": "sha384-4PWGyK09d+3uaibRGM6/xINZFPOT7q+oUG/eM+XS7q4cV2dTBln1vVBDOjNLRjlb",
|
|
40
|
+
"bitwrench.css": "sha384-0QM6KUZtg07APKjJ6o4pDRZ38Jvih6rhrQLG8TDb9shTyHkk7Bm0WSI/w4J248Ea",
|
|
41
|
+
"bitwrench.es5.js": "sha384-KIbKdK55+DId146s1hGpLA8JKhVQ52Z84ETYEdAmKHdBtDBbU2RQ6vy93qNHVYz+",
|
|
42
|
+
"bitwrench.es5.min.js": "sha384-cNvpnEajaA3dgjnvTp78+I9QkEY6JzIdsuwCJfULqFk7TXb86eGxnMUZQWoq2s+b",
|
|
43
|
+
"bitwrench.esm.js": "sha384-YuPsHAzNODOaGYJtDC7MSMc6i3DagJkzvBG7Ivdy41JU+EEFB6Fk8uVMPirk2BB/",
|
|
44
|
+
"bitwrench.esm.min.js": "sha384-9S/YGcNdtl71e0CWotrBUJkmVi85iLecKUyAlyB7St5k6tYLonUAf9Lfc2iNLrf8",
|
|
45
45
|
"bitwrench.min.css": "sha384-VWTzHQx+7giR5WkJjsveDnUn92Dpqp1xj8Jy/0zcwsMOBnQo421zwEccgVJ5YiUN",
|
|
46
|
-
"bitwrench.umd.js": "sha384-
|
|
47
|
-
"bitwrench.umd.min.js": "sha384
|
|
48
|
-
"bwserve.cjs.js": "sha384-
|
|
49
|
-
"bwserve.esm.js": "sha384-
|
|
46
|
+
"bitwrench.umd.js": "sha384-dLHxLff31xN9CxyvxRCx3DNxR16Lx+6jypqUWv4cCl0pYAooxD2IyJNHWTmvCm+A",
|
|
47
|
+
"bitwrench.umd.min.js": "sha384-q5tuP+KNbG94rC1yLRud0W5sVOvGI7M/Ida6iwKTocl1gu43MfM/zWc3nZOKlJkH",
|
|
48
|
+
"bwserve.cjs.js": "sha384-668pbvKdAi6we2OkZoOI+SVLnkVQXsQz22j7RbzDcRjs6CYXNVrobwZPPa7qLKdy",
|
|
49
|
+
"bwserve.esm.js": "sha384-qDPUFRTX8ZnzO3/He/W7BxYEYTM3E/Phg86kX2hWsyH3tn5LOSQmIoFLugarLrNS"
|
|
50
50
|
}
|
|
51
51
|
}
|
package/docs/README.md
ADDED
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
# Bitwrench Documentation
|
|
2
|
+
|
|
3
|
+
These guides cover how to build UIs with bitwrench.
|
|
4
|
+
|
|
5
|
+
## What to Read
|
|
6
|
+
|
|
7
|
+
| Question | Guide |
|
|
8
|
+
|----------|-------|
|
|
9
|
+
| What components does bitwrench have? | [Component Cheat Sheet](component-cheatsheet.md) |
|
|
10
|
+
| How do I build a page? | [Building a Website tutorial](tutorial-website.md) |
|
|
11
|
+
| How does TACO work? | [TACO Format](taco-format.md) or [Thinking in Bitwrench](thinking-in-bitwrench.md) |
|
|
12
|
+
| How do I add interactivity? | [State Management](state-management.md) |
|
|
13
|
+
| How do I theme my app? | [Theming](theming.md) |
|
|
14
|
+
| I'm an LLM generating bitwrench code | [LLM Guide](llm-bitwrench-guide.md) |
|
|
15
|
+
| How do I use bwmcp with an AI agent? | [bwmcp MCP Server](bitwrench-mcp.md) |
|
|
16
|
+
| Full API with signatures? | [API Reference](bitwrench_api.md) |
|
|
17
|
+
|
|
18
|
+
## Start Here
|
|
19
|
+
|
|
20
|
+
- **[Thinking in Bitwrench](thinking-in-bitwrench.md)** -- The complete guide to building with bitwrench. Covers TACO basics, styling (`bw.css`, `bw.s`, `bw.responsive`), composition, the three-level component model, events (and why `onclick` goes in `a:`, not `o.mounted`), bwserve, and common patterns. **Read this first.**
|
|
21
|
+
- **[LLM Guide](llm-bitwrench-guide.md)** -- Compact single-file reference for AI-assisted development. All APIs, patterns, and rules in one document. Also useful as a quick-reference cheat sheet for humans.
|
|
22
|
+
|
|
23
|
+
## Guides
|
|
24
|
+
|
|
25
|
+
| Guide | Description |
|
|
26
|
+
|-------|-------------|
|
|
27
|
+
| [Thinking in Bitwrench](thinking-in-bitwrench.md) | Design philosophy: why TACO exists, component model vs. DOM templates |
|
|
28
|
+
| [TACO Format](taco-format.md) | The `{t, a, c, o}` object format that bitwrench uses for everything |
|
|
29
|
+
| [State Management](state-management.md) | Three-level component model, reactive state, cross-component communication |
|
|
30
|
+
| [Component Cheat Sheet](component-cheatsheet.md) | Scannable table of all 50+ components with capabilities and handles |
|
|
31
|
+
| [Component Library](component-library.md) | All 50+ `make*()` functions with full signatures and examples |
|
|
32
|
+
| [Routing](routing.md) | Client-side router: hash/history mode, route params, guards, pub/sub |
|
|
33
|
+
| [Theming](theming.md) | Palette-driven theme generation, presets, design tokens |
|
|
34
|
+
| [CLI](cli.md) | The `bwcli` command: file conversion, themes, standalone pages |
|
|
35
|
+
| [bwserve](bwserve.md) | Server-driven UI: SSE protocol, pipe server, embedded devices, relaxed JSON |
|
|
36
|
+
| [bwcli attach](bw-attach.md) | Remote debugging REPL: terminal-based inspector for any bitwrench page |
|
|
37
|
+
| [App Patterns](app-patterns.md) | Canonical project layouts: dashboard, SPA, bwserve, embedded, static site |
|
|
38
|
+
| [LLM Guide](llm-bitwrench-guide.md) | Compact single-file reference for AI-assisted development |
|
|
39
|
+
| [bwmcp MCP Server](bitwrench-mcp.md) | MCP server for AI agents: tool catalog, live rendering, screenshots |
|
|
40
|
+
|
|
41
|
+
## Tutorials
|
|
42
|
+
|
|
43
|
+
| Tutorial | Description |
|
|
44
|
+
|----------|-------------|
|
|
45
|
+
| [Building a Website](tutorial-website.md) | Build a complete landing page from scratch |
|
|
46
|
+
| [Server App with bwserve](tutorial-bwserve.md) | Build a Streamlit-style server-driven dashboard |
|
|
47
|
+
| [ESP32 Embedded](tutorial-embedded.md) | ESP32 IoT dashboard with C/C++ macros |
|
|
48
|
+
|
|
49
|
+
## Interactive Docs
|
|
50
|
+
|
|
51
|
+
The [live documentation site](https://deftio.github.io/bitwrench/pages/) has interactive examples:
|
|
52
|
+
|
|
53
|
+
- [Quick Start](https://deftio.github.io/bitwrench/pages/00-quick-start.html)
|
|
54
|
+
- [Components](https://deftio.github.io/bitwrench/pages/01-components.html)
|
|
55
|
+
- [Tables & Forms](https://deftio.github.io/bitwrench/pages/02-tables-forms.html)
|
|
56
|
+
- [Styling](https://deftio.github.io/bitwrench/pages/03-styling.html)
|
|
57
|
+
- [Dashboard](https://deftio.github.io/bitwrench/pages/04-dashboard.html)
|
|
58
|
+
- [State & Interactivity](https://deftio.github.io/bitwrench/pages/05-state.html)
|
|
59
|
+
- [Framework Comparison](https://deftio.github.io/bitwrench/pages/07-framework-comparison.html)
|
|
60
|
+
- [Themes](https://deftio.github.io/bitwrench/pages/10-themes.html)
|
|
61
|
+
- [Debugging](https://deftio.github.io/bitwrench/pages/11-debugging.html)
|
|
62
|
+
- [bwserve Protocol](https://deftio.github.io/bitwrench/pages/12-bwserve-protocol.html)
|
|
63
|
+
- [bwserve Sandbox](https://deftio.github.io/bitwrench/pages/bwserve-sandbox.html)
|
|
64
|
+
|
|
65
|
+
## Key Concepts
|
|
66
|
+
|
|
67
|
+
Bitwrench describes UI as plain JavaScript objects. There is no JSX, no templates, no virtual DOM, and no compile step required. A button is a JavaScript object. A page layout is a JavaScript object. You compose them with arrays and functions — standard language features.
|
|
68
|
+
|
|
69
|
+
The library provides four things:
|
|
70
|
+
|
|
71
|
+
1. **A rendering engine** that turns objects into HTML or DOM
|
|
72
|
+
2. **A component library** of 50+ ready-made UI elements
|
|
73
|
+
3. **A reactivity system** that updates the DOM when state changes
|
|
74
|
+
4. **A client-side router** that maps URLs to views with guards and pub/sub
|
|
75
|
+
|
|
76
|
+
Everything else -- styling, theming, event handling, server communication -- builds on these pieces.
|