-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
331 lines (313 loc) · 11.6 KB
/
Copy pathindex.html
File metadata and controls
331 lines (313 loc) · 11.6 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>DevKit Studio | Dashboard</title>
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css"
rel="stylesheet"
/>
<link rel="stylesheet" href="styles.css" />
</head>
<body data-page="index">
<div class="app-shell">
<aside class="sidebar">
<a class="brand" href="index.html" aria-label="DevKit Studio dashboard">
<div class="brand-mark">DS</div>
<div>
<h1 class="brand-title">DevKit Studio</h1>
<p class="brand-subtitle">VS Code meets Postman in the browser</p>
</div>
</a>
<p class="sidebar-label">Workspace Modules</p>
<nav class="module-nav" aria-label="DevKit modules">
<a class="module-link" href="index.html" data-page-link="index"
><span>Dashboard</span><span class="module-index">00</span></a
>
<a
class="module-link"
href="json-explorer.html"
data-page-link="json-explorer"
><span>JSON Explorer</span><span class="module-index">01</span></a
>
<a
class="module-link"
href="xml-explorer.html"
data-page-link="xml-explorer"
><span>XML Explorer</span><span class="module-index">02</span></a
>
<a
class="module-link"
href="rss-reader.html"
data-page-link="rss-reader"
><span>RSS Reader</span><span class="module-index">03</span></a
>
<a
class="module-link"
href="api-client.html"
data-page-link="api-client"
><span>API Client</span><span class="module-index">04</span></a
>
<a
class="module-link"
href="response-comparator.html"
data-page-link="response-comparator"
><span>Response Comparator</span
><span class="module-index">05</span></a
>
<a
class="module-link"
href="schema-builder.html"
data-page-link="schema-builder"
><span>Schema Builder</span><span class="module-index">06</span></a
>
<a
class="module-link"
href="json-xml-converter.html"
data-page-link="json-xml-converter"
><span>JSON ↔ XML Converter</span
><span class="module-index">07</span></a
>
<a
class="module-link"
href="api-viewer.html"
data-page-link="api-viewer"
><span>API Viewer</span><span class="module-index">08</span></a
>
<a
class="module-link"
href="request-history.html"
data-page-link="request-history"
><span>Request History</span><span class="module-index">09</span></a
>
<a
class="module-link"
href="collections.html"
data-page-link="collections"
><span>Collections</span><span class="module-index">10</span></a
>
<a
class="module-link"
href="environment-variables.html"
data-page-link="environment-variables"
><span>Environment Variables</span
><span class="module-index">11</span></a
>
<a
class="module-link"
href="mock-response-generator.html"
data-page-link="mock-response-generator"
><span>Mock Response Generator</span
><span class="module-index">12</span></a
>
</nav>
<p class="footer-note">Local-first developer tooling workspace</p>
</aside>
<main class="main-shell">
<header class="hero">
<div>
<p class="hero-kicker">Flagship Developer Platform</p>
<h2 class="hero-title">DevKit Studio</h2>
<p class="hero-subtitle">
A unified multi-page browser workspace for JSON, XML, RSS, API
testing, schemas, collections, environments, mocks, and response
analysis.
</p>
</div>
<div class="hero-actions">
<a class="btn btn-cyber" href="api-client.html">Open API Client</a>
<a class="btn btn-purple" href="json-explorer.html"
>Validate JSON</a
>
</div>
</header>
<section class="status-bar" aria-live="polite">
<p class="status-message" id="globalStatus">
DevKit Studio ready. Choose a module from the dashboard.
</p>
<span class="status-chip">Multi-page</span>
</section>
<section class="stats-grid" aria-label="Workspace stats">
<div class="stat-card">
<p class="stat-label">Module Pages</p>
<p class="stat-value">12</p>
</div>
<div class="stat-card">
<p class="stat-label">Shared Runtime</p>
<p class="stat-value">shared.js</p>
</div>
<div class="stat-card">
<p class="stat-label">Storage</p>
<p class="stat-value">Local</p>
</div>
<div class="stat-card">
<p class="stat-label">Build</p>
<p class="stat-value">No Tools</p>
</div>
</section>
<section class="dashboard-grid" aria-label="DevKit modules">
<a class="dashboard-card" href="json-explorer.html">
<div>
<span class="stat-pill">JSON</span>
<h3 class="mt-3">JSON Explorer</h3>
<p>
Validate, pretty print, minify, inspect, copy, and download JSON
payloads.
</p>
</div>
<div class="card-meta">
<span class="item-meta">Module 01</span><span>Open →</span>
</div>
</a>
<a class="dashboard-card" href="xml-explorer.html">
<div>
<span class="stat-pill">XML</span>
<h3 class="mt-3">XML Explorer</h3>
<p>
Validate XML, format documents, inspect nodes, and export clean
XML files.
</p>
</div>
<div class="card-meta">
<span class="item-meta">Module 02</span><span>Open →</span>
</div>
</a>
<a class="dashboard-card" href="rss-reader.html">
<div>
<span class="stat-pill">RSS</span>
<h3 class="mt-3">RSS Reader</h3>
<p>
Parse RSS feeds, search feed items, and export feed summaries as
JSON.
</p>
</div>
<div class="card-meta">
<span class="item-meta">Module 03</span><span>Open →</span>
</div>
</a>
<a class="dashboard-card" href="api-client.html">
<div>
<span class="stat-pill">HTTP</span>
<h3 class="mt-3">API Client</h3>
<p>
Send requests with headers, query params, JSON bodies,
environments, and history.
</p>
</div>
<div class="card-meta">
<span class="item-meta">Module 04</span><span>Open →</span>
</div>
</a>
<a class="dashboard-card" href="response-comparator.html">
<div>
<span class="stat-pill">DIFF</span>
<h3 class="mt-3">Response Comparator</h3>
<p>
Compare JSON responses and detect added, removed, changed, and
unchanged values.
</p>
</div>
<div class="card-meta">
<span class="item-meta">Module 05</span><span>Open →</span>
</div>
</a>
<a class="dashboard-card" href="schema-builder.html">
<div>
<span class="stat-pill">SCHEMA</span>
<h3 class="mt-3">Schema Builder</h3>
<p>
Generate nested JSON Schema and field analysis from realistic
sample payloads.
</p>
</div>
<div class="card-meta">
<span class="item-meta">Module 06</span><span>Open →</span>
</div>
</a>
<a class="dashboard-card" href="json-xml-converter.html">
<div>
<span class="stat-pill">CONVERT</span>
<h3 class="mt-3">JSON ↔ XML Converter</h3>
<p>
Convert JSON to XML and XML back to JSON with preview, copy, and
downloads.
</p>
</div>
<div class="card-meta">
<span class="item-meta">Module 07</span><span>Open →</span>
</div>
</a>
<a class="dashboard-card" href="api-viewer.html">
<div>
<span class="stat-pill">OPENAPI</span>
<h3 class="mt-3">API Viewer</h3>
<p>
Parse OpenAPI-style JSON, list endpoints, filter routes, and
export docs.
</p>
</div>
<div class="card-meta">
<span class="item-meta">Module 08</span><span>Open →</span>
</div>
</a>
<a class="dashboard-card" href="request-history.html">
<div>
<span class="stat-pill">HISTORY</span>
<h3 class="mt-3">Request History</h3>
<p>
Browse, search, reload, clear, and export API requests persisted
in localStorage.
</p>
</div>
<div class="card-meta">
<span class="item-meta">Module 09</span><span>Open →</span>
</div>
</a>
<a class="dashboard-card" href="collections.html">
<div>
<span class="stat-pill">COLLECTIONS</span>
<h3 class="mt-3">Collections</h3>
<p>
Create collections, save API requests, load saved requests, and
export workspaces.
</p>
</div>
<div class="card-meta">
<span class="item-meta">Module 10</span><span>Open →</span>
</div>
</a>
<a class="dashboard-card" href="environment-variables.html">
<div>
<span class="stat-pill">ENV</span>
<h3 class="mt-3">Environment Variables</h3>
<p>
Create environments and use variables inside request URLs and
headers.
</p>
</div>
<div class="card-meta">
<span class="item-meta">Module 11</span><span>Open →</span>
</div>
</a>
<a class="dashboard-card" href="mock-response-generator.html">
<div>
<span class="stat-pill">MOCKS</span>
<h3 class="mt-3">Mock Response Generator</h3>
<p>
Generate editable success, error, paginated, auth, and product
mock responses.
</p>
</div>
<div class="card-meta">
<span class="item-meta">Module 12</span><span>Open →</span>
</div>
</a>
</section>
</main>
</div>
<script src="https://code.jquery.com/jquery-3.7.1.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
<script src="js/shared.js"></script>
</body>
</html>