-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathframeworks.json
More file actions
412 lines (412 loc) · 15.9 KB
/
frameworks.json
File metadata and controls
412 lines (412 loc) · 15.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
{
"frameworks": [
{
"id": "react",
"name": "React",
"dir": "react",
"assetsDir": "public",
"build": {
"buildCommand": "vite build",
"hasNodeModules": true,
"devCommand": "vite",
"testCommand": "playwright test --config=tests/config/playwright-react.config.js",
"lintFiles": ["js", "jsx"]
},
"meta": {
"emoji": "⚛️",
"iconName": "react",
"website": "https://react.dev/",
"docs": "https://react.dev/learn",
"github": "https://github.com/facebook/react",
"npmPackage": "react",
"color": "#61DAFB",
"accentColor": "#61DAFB",
"logo": "https://storage.googleapis.com/as93-screenshots/frontend-benchmarks/framework-logos/react.png",
"description": "Component-based library for building user interfaces with a large ecosystem",
"longDescription": "Declarative UI library with component-based architecture and virtual DOM.",
"video": "Tn6-PIqc4UM"
},
"exampleRealApp": {
"title": "Web Check",
"description": "All-in-one OSINT tool for analyzing any site",
"repo": "https://github.com/Lissy93/web-check",
"website": "https://web-check.xyz/",
"logo": "https://raw.githubusercontent.com/Lissy93/web-check/master/public/android-chrome-192x192.png"
}
},
{
"id": "angular",
"name": "Angular",
"dir": "angular",
"assetsDir": "public",
"build": {
"buildCommand": "ng build",
"hasNodeModules": true,
"devCommand": "ng serve --port 3000",
"testCommand": "playwright test --config=tests/config/playwright-angular.config.js",
"lintFiles": ["ts", "html"]
},
"meta": {
"emoji": "🅰️",
"iconName": "angular",
"website": "https://angular.io/",
"docs": "https://angular.io/docs",
"github": "https://github.com/angular/angular",
"npmPackage": "@angular/core",
"color": "#DD0031",
"accentColor": "#DD0031",
"logo": "https://storage.googleapis.com/as93-screenshots/frontend-benchmarks/framework-logos/angular.png",
"description": "Full-featured framework with TypeScript, dependency injection, and CLI tooling",
"longDescription": "Opinionated platform with built-in routing, forms, HTTP client, and testing.",
"video": "Ata9cSC2WpM"
},
"exampleRealApp": {
"title": "Domain Locker",
"description": "Domain name portfolio manager",
"repo": "https://github.com/Lissy93/domain-locker",
"website": "https://domain-locker.com",
"logo": "https://storage.googleapis.com/as93-screenshots/project-logos/domain-locker.png"
}
},
{
"id": "svelte",
"name": "Svelte",
"dir": "svelte",
"assetsDir": "static",
"buildDir": "build",
"build": {
"buildCommand": "vite build",
"hasNodeModules": true,
"devCommand": "vite dev --port 3000",
"testCommand": "playwright test --config=tests/config/playwright-svelte.config.js",
"lintFiles": ["js", "svelte"]
},
"meta": {
"emoji": "🔥",
"iconName": "svelte",
"website": "https://svelte.dev/",
"docs": "https://svelte.dev/docs",
"github": "https://github.com/sveltejs/svelte",
"npmPackage": "svelte",
"color": "#ff3e00",
"accentColor": "#ff3e00",
"logo": "https://storage.googleapis.com/as93-screenshots/frontend-benchmarks/framework-logos/svelte.png",
"description": "Compile-time optimized framework with no runtime overhead and small bundles",
"longDescription": "Compiled framework that generates vanilla JavaScript with no virtual DOM.",
"video": "rv3Yq-B8qp4"
},
"exampleRealApp": {
"title": "Networking Toolbox",
"description": "100+ offline-first networking tools for sysadmins",
"repo": "https://github.com/Lissy93/networking-toolbox",
"website": "https://networkingtoolbox.net/",
"logo": "https://github.com/Lissy93/networking-toolbox/blob/main/static/icon.png?raw=true"
}
},
{
"id": "preact",
"name": "Preact",
"dir": "preact",
"assetsDir": "public",
"build": {
"buildCommand": "vite build",
"hasNodeModules": true,
"devCommand": "vite",
"testCommand": "playwright test --config=tests/config/playwright-preact.config.js",
"lintFiles": ["js", "jsx"]
},
"meta": {
"emoji": "💜",
"iconName": "preact",
"website": "https://preactjs.com/",
"docs": "https://preactjs.com/guide/v10/getting-started",
"github": "https://github.com/preactjs/preact",
"npmPackage": "preact",
"color": "#673AB8",
"accentColor": "#673AB8",
"logo": "https://storage.googleapis.com/as93-screenshots/frontend-benchmarks/framework-logos/preact.png",
"description": "3KB React alternative with the same API and ES6 features for fast apps",
"longDescription": "Lightweight React alternative with the same API but 3KB bundle size.",
"video": "wnUJqJmh33E"
},
"exampleRealApp": {
"title": "",
"description": "",
"repo": "",
"website": "",
"logo": ""
}
},
{
"id": "solid",
"name": "Solid.js",
"displayName": "Solid.js",
"dir": "solid",
"assetsDir": "public",
"build": {
"buildCommand": "vite build",
"hasNodeModules": true,
"devCommand": "vite",
"testCommand": "playwright test --config=tests/config/playwright-solid.config.js",
"lintFiles": ["js", "jsx"]
},
"meta": {
"emoji": "🚀",
"iconName": "solid",
"website": "https://www.solidjs.com/",
"docs": "https://www.solidjs.com/docs/latest",
"github": "https://github.com/solidjs/solid",
"npmPackage": "solid-js",
"color": "#2C4F7C",
"accentColor": "#2C4F7C",
"logo": "https://storage.googleapis.com/as93-screenshots/frontend-benchmarks/framework-logos/solid.png",
"description": "Fine-grained reactive framework with no virtual DOM and strong performance",
"longDescription": "Reactive framework with fine-grained updates and compile-time optimizations.",
"video": "hw3Bx5vxKl0"
},
"exampleRealApp": {
"title": "Chief Snack Officer",
"description": "Office snack management app",
"repo": "https://github.com/Lissy93/cso",
"website": "https://lissy93.github.io/cso",
"logo": "https://storage.googleapis.com/as93-screenshots/project-logos/cso.png"
}
},
{
"id": "qwik",
"name": "Qwik",
"dir": "qwik",
"assetsDir": "public",
"build": {
"buildCommand": "vite build",
"hasNodeModules": true,
"devCommand": "vite --port 3000",
"testCommand": "playwright test --config=tests/config/playwright-qwik.config.js",
"lintFiles": ["ts", "tsx"]
},
"meta": {
"emoji": "⚡",
"iconName": "qwik",
"website": "https://qwik.builder.io/",
"docs": "https://qwik.builder.io/docs/",
"github": "https://github.com/QwikDev/qwik",
"npmPackage": "@builder.io/qwik",
"color": "#ac7ef4",
"accentColor": "#ac7ef4",
"logo": "https://storage.googleapis.com/as93-screenshots/frontend-benchmarks/framework-logos/qwik.png",
"description": "Resumable framework with O(1) loading time regardless of app complexity",
"longDescription": "Resumable framework that loads instantly by streaming HTML and lazy-loading JS.",
"video": "x2eF3YLiNhY"
},
"exampleRealApp": {
"title": "Digital Defense",
"description": "Interactive personal security checklist",
"repo": "https://github.com/Lissy93/personal-security-checklist",
"website": "https://digital-defense.io",
"logo": "https://storage.googleapis.com/as93-screenshots/project-logos/digital-defense.png"
}
},
{
"id": "vue",
"name": "Vue",
"displayName": "Vue 3",
"dir": "vue",
"assetsDir": "public",
"build": {
"buildCommand": "vite build",
"hasNodeModules": true,
"devCommand": "vite --port 3000",
"testCommand": "playwright test --config=tests/config/playwright-vue.config.js",
"lintFiles": ["js", "vue"]
},
"meta": {
"emoji": "💚",
"iconName": "vuedotjs",
"website": "https://vuejs.org/",
"docs": "https://vuejs.org/guide/",
"github": "https://github.com/vuejs/core",
"npmPackage": "vue",
"color": "#4FC08D",
"accentColor": "#4FC08D",
"logo": "https://storage.googleapis.com/as93-screenshots/frontend-benchmarks/framework-logos/vue.png",
"description": "Progressive framework that's incrementally adoptable with flexible architecture",
"longDescription": "Approachable framework that scales between a library and full-featured SPA.",
"video": "nhBVL41-_Cw"
},
"exampleRealApp": {
"title": "Dashy",
"description": "Highly configurable self-hostable server dashboard",
"repo": "https://github.com/Lissy93/dashy",
"website": "https://dashy.to",
"logo": "https://i.ibb.co/yhbt6CY/dashy.png"
}
},
{
"id": "jquery",
"name": "jQuery",
"dir": "jquery",
"assetsDir": "public",
"build": {
"buildCommand": "vite build",
"hasNodeModules": true,
"devCommand": "vite --port 3000",
"testCommand": "playwright test --config=tests/config/playwright-jquery.config.js",
"lintFiles": ["js"]
},
"meta": {
"emoji": "💙",
"iconName": "jquery",
"website": "https://jquery.com/",
"docs": "https://api.jquery.com/",
"github": "https://github.com/jquery/jquery",
"npmPackage": "jquery",
"color": "#0769AD",
"accentColor": "#0769AD",
"logo": "https://storage.googleapis.com/as93-screenshots/frontend-benchmarks/framework-logos/jquery.png",
"description": "Fast, lightweight DOM manipulation library with cross-browser compatibility",
"longDescription": "DOM manipulation library that simplifies HTML traversing and event handling.",
"video": "UU-GebNqdbg"
},
"exampleRealApp": {}
},
{
"id": "alpine",
"name": "Alpine.js",
"dir": "alpine",
"assetsDir": "public",
"buildDir": ".",
"build": {
"buildCommand": "echo 'No build step required'",
"hasNodeModules": false,
"devCommand": "python3 -m http.server 3000 || python -m http.server 3000",
"testCommand": "playwright test --config=tests/config/playwright-alpine.config.js",
"lintFiles": ["js"]
},
"meta": {
"emoji": "🏔️",
"iconName": "alpinedotjs",
"website": "https://alpinejs.dev/",
"docs": "https://alpinejs.dev/start-here",
"github": "https://github.com/alpinejs/alpine",
"npmPackage": "alpinejs",
"color": "#8BC0D0",
"accentColor": "#8BC0D0",
"logo": "https://storage.googleapis.com/as93-screenshots/frontend-benchmarks/framework-logos/alpine.png",
"description": "Minimal framework for composing behavior directly in HTML markup",
"longDescription": "Lightweight framework that adds reactive behavior directly to HTML.",
"video": "CPXUsbgv_V0"
},
"exampleRealApp": {
"title": "Who Dat",
"description": "WHOIS lookup for domain registration info",
"repo": "https://github.com/Lissy93/who-dat",
"website": "https://who-dat.as93.net",
"logo": "https://storage.googleapis.com/as93-screenshots/project-logos/who-dat.png"
}
},
{
"id": "lit",
"name": "Lit",
"dir": "lit",
"assetsDir": "public",
"build": {
"buildCommand": "vite build",
"hasNodeModules": true,
"devCommand": "vite --port 3000",
"testCommand": "playwright test --config=tests/config/playwright-lit.config.js",
"lintFiles": ["js"]
},
"meta": {
"emoji": "🔥",
"iconName": "lit",
"website": "https://lit.dev/",
"docs": "https://lit.dev/docs/",
"github": "https://github.com/lit/lit",
"npmPackage": "lit",
"color": "#324fff",
"accentColor": "#324fff",
"logo": "https://storage.googleapis.com/as93-screenshots/frontend-benchmarks/framework-logos/lit.png",
"description": "Web Components library built on standard APIs with efficient updates",
"longDescription": "Simple library for building web components with declarative templates.",
"video": "Jy0dMy2qDMo"
},
"exampleRealApp": {
"title": "Email Comparison",
"description": "Objective testing of mail providers",
"longDescription": "An objective comparison of privacy-respecting email providers",
"repo": "https://github.com/Lissy93/email-comparison",
"website": "https://email-comparison.as93.net/",
"logo": "https://storage.googleapis.com/as93-screenshots/project-logos/email-comparison.png"
}
},
{
"id": "vanjs",
"name": "VanJS",
"dir": "vanjs",
"assetsDir": "public",
"build": {
"buildCommand": "vite build",
"hasNodeModules": true,
"devCommand": "vite --port 3000",
"testCommand": "playwright test --config=tests/config/playwright-vanjs.config.js",
"lintFiles": ["js"]
},
"meta": {
"emoji": "🚐",
"iconName": "vitess",
"website": "https://vanjs.org/",
"docs": "https://vanjs.org/tutorial",
"github": "https://github.com/vanjs-org/van",
"npmPackage": "vanjs-core",
"color": "#F44336",
"accentColor": "#F44336",
"logo": "https://storage.googleapis.com/as93-screenshots/frontend-benchmarks/framework-logos/vanjs.png",
"description": "Ultra-lightweight reactive UI framework with under 1kB bundle size",
"longDescription": "Minimalist framework that's smaller than most utility libraries.",
"video": "Oh2IEVqarHs"
},
"exampleRealApp": {
"title": "RAID Calculator",
"description": "RAID array capacity and fault tolerance",
"repo": "https://github.com/Lissy93/raid-calculator",
"website": "https://raid-calculator.as93.net/",
"logo": "https://storage.googleapis.com/as93-screenshots/project-screenshots/raid-caclularor.png"
}
},
{
"id": "vanilla",
"name": "Vanilla JS",
"displayName": "Vanilla JavaScript",
"dir": "vanilla",
"assetsDir": "public",
"buildDir": ".",
"build": {
"buildCommand": "echo 'No build step required'",
"hasNodeModules": false,
"devCommand": "python3 -m http.server 3000 || python -m http.server 3000",
"testCommand": "playwright test --config=tests/config/playwright-vanilla.config.js",
"lintFiles": ["js"]
},
"meta": {
"emoji": "🧪",
"iconName": "javascript",
"website": "https://developer.mozilla.org/en-US/docs/Web/JavaScript",
"docs": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide",
"github": "https://github.com/tc39/ecma262",
"color": "#F7DF1E",
"accentColor": "#F7DF1E",
"logo": "https://storage.googleapis.com/as93-screenshots/frontend-benchmarks/framework-logos/javascript.png",
"description": "Pure JavaScript without frameworks or libraries for maximum compatibility",
"longDescription": "Native browser JavaScript that runs everywhere without dependencies.",
"video": "DHjqpvDnNGE"
},
"exampleRealApp": {
"title": "",
"description": "",
"repo": "",
"website": "",
"logo": ""
}
}
]
}