- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstart-here.html
More file actions
Latest commit
304 lines (287 loc) · 18.5 KB
/
Copy pathstart-here.html
File metadata and controls
304 lines (287 loc) · 18.5 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
<!DOCTYPE html>
<htmllang="en">
<head>
<metacharset="UTF-8">
<metaname="viewport" content="width=device-width, initial-scale=1.0">
<title>Start Here — Find the Right DevForge CLI Tool for Your Problem</title>
<metaname="description" content="Not sure which tool to use? Pick your problem: API contracts, JSON to SQL, infrastructure costs, config drift, API keys, mock servers, env sync, schema conversion, MCP, or dead code cleanup.">
<metaname="keywords" content="CLI tools, developer tools, start here, onboarding, OpenAPI, SQL, infrastructure, config drift, API keys, mock server, schema conversion, dead code">
<metaproperty="og:title" content="Start Here — DevForge CLI Tools">
<metaproperty="og:description" content="Find the right CLI tool for your problem in 30 seconds.">
<metaproperty="og:type" content="website">
<metaproperty="og:url" content="https://coding-dev-tools.github.io/devforge/start-here.html">
<metaname="twitter:site" content="@DevForge">
<metaname="twitter:card" content="summary_large_image">
<metaname="twitter:title" content="Start Here — DevForge CLI Tools">
<metaname="twitter:description" content="Find the right CLI tool for your problem in 30 seconds.">
<metaproperty="og:image" content="https://coding-dev-tools.github.io/devforge/og-image.svg">
<metaproperty="og:image:width" content="1200">
<metaproperty="og:image:height" content="630">
<linkrel="canonical" href="https://coding-dev-tools.github.io/devforge/start-here.html">
<linkrel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>⚒</text></svg>">
<linkhref="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap" rel="stylesheet">
<!-- Plausible Analytics -->
<scriptdeferdata-domain="devforge" src="https://plausible.io/js/script.js"></script>
<style>
*,*::before,*::after { box-sizing: border-box; margin:0; padding:0; }
body { font-family:'Inter', -apple-system, sans-serif; background:#0a0a0b; color:#e1e1e3; line-height:1.6; min-height:100vh; }
nav { position: fixed; top:0; width:100%; z-index:100; background:rgba(10,10,11,0.85); backdrop-filter:blur(12px); border-bottom:1px solid #1e1e20; }
nav .inner { max-width:1100px; margin:0 auto; padding:14px24px; display: flex; align-items: center; justify-content: space-between; }
nav .logo { font-weight:700; font-size:1.15rem; color:#fff; letter-spacing:-0.02em; }
nav .logospan { color:#6366f1; }
nav .linksa { color:#888; text-decoration: none; font-size:0.85rem; margin-left:28px; transition: color .15s; }
nav .linksa:hover { color:#fff; }
nav .linksa.active { color:#fff; }
.hero { max-width:800px; margin:0 auto; padding:140px24px48px; text-align: center; }
.heroh1 { font-size:2.6rem; font-weight:800; line-height:1.15; letter-spacing:-0.04em; color:#fff; }
.heroh1span { background:linear-gradient(135deg,#6366f1,#a78bfa); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.herop { font-size:1.05rem; color:#888; max-width:550px; margin:16px auto 0; }
.problems { max-width:800px; margin:0 auto; padding:024px80px; }
.problem { background:#121213; border:1px solid #1e1e20; border-radius:14px; padding:24px; margin-bottom:16px; transition: border-color .15s, transform .15s; cursor: pointer; }
.problem:hover { border-color:#2a2a2d; transform:translateY(-1px); }
.problemsummary { font-size:1.05rem; font-weight:600; color:#fff; cursor: pointer; display: flex; align-items: center; gap:12px; list-style: none; }
.problemsummary::-webkit-details-marker { display: none; }
.problemsummary::after { content:'▸'; color:#6366f1; margin-left: auto; font-size:1.2rem; transition: transform .15s; }
.problem[open] summary::after { transform:rotate(90deg); }
.problem .solution { margin-top:16px; padding-top:16px; border-top:1px solid #1e1e20; }
.problem .solutionp { font-size:0.9rem; color:#999; line-height:1.6; }
.problem .solution .actions { display: flex; gap:10px; margin-top:16px; flex-wrap: wrap; }
.problem .solution .btn { display: inline-block; padding:10px20px; border-radius:8px; font-weight:600; font-size:0.85rem; text-decoration: none; transition: all .15s; }
.problem .solution .btn.primary { background:#6366f1; color:#fff; }
.problem .solution .btn.primary:hover { background:#5558e6; }
.problem .solution .btn.secondary { background:#1a1a1c; color:#ccc; border:1px solid #2a2a2d; }
.problem .solution .btn.secondary:hover { border-color:#6366f1; color:#fff; }
.problem .solution .btn.tutorial { background:rgba(251,191,36,0.12); color:#fbbf24; border:1px solid rgba(251,191,36,0.2); }
.problem .solution .btn.tutorial:hover { background:rgba(251,191,36,0.18); }
.problem .solution .tags { display: flex; gap:6px; margin-bottom:12px; flex-wrap: wrap; }
.problem .solution .tag { padding:3px10px; border-radius:6px; font-size:0.7rem; font-weight:500; background:#1e1e20; color:#999; }
footer { max-width:1100px; margin:0 auto; padding:40px24px; border-top:1px solid #1e1e20; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap:12px; }
footerspan { font-size:0.8rem; color:#555; }
footera { color:#888; text-decoration: none; font-size:0.8rem; }
footera:hover { color:#fff; }
@media (max-width:640px) { .heroh1 { font-size:1.8rem; } nav .linksa { margin-left:12px; font-size:0.72rem; } }
</style>
</head>
<body>
<nav>
<divclass="inner">
<divclass="logo"><ahref=""><span>⚒</span> DevForge</a></div>
<divclass="links">
<ahref="start-here.html" style="font-weight:700">Start Here</a>
<ahref="quickstart.html">Get Started</a>
<ahref="#products">Products</a>
<ahref="docs.html">Docs</a>
<ahref="pricing.html">Pricing</a>
<ahref="alternatives.html">Alternatives</a>
<ahref="releases.html">Changelog</a>
<ahref="blog.html">Blog</a>
<ahref="about.html">About</a>
<ahref="https://github.com/Coding-Dev-Tools" target="_blank">GitHub</a>
</div>
</div>
</nav>
<divclass="hero">
<h1>Find the Right Tool <span>in 30 Seconds</span></h1>
<p>Pick your problem below and we'll point you to the right CLI tool, tutorial, and docs.</p>
</div>
<divclass="problems">
<detailsclass="problem">
<summary>🔌 I need to catch breaking API changes before they ship</summary>
<divclass="solution">
<divclass="tags">
<spanclass="tag">OpenAPI</span>
<spanclass="tag">CI/CD</span>
<spanclass="tag">contract testing</span>
</div>
<p><strong>API Contract Guardian</strong> monitors OpenAPI schema diffs across git branches, detects breaking changes, generates migration guides, and gates CI pipelines on contract violations.</p>
<codestyle="display:block;background:#0d0d0e;padding:8px 12px;border-radius:6px;font-size:0.78rem;color:#a78bfa;margin:12px 0;overflow-x:auto;">pip install git+https://github.com/Coding-Dev-Tools/api-contract-guardian.git</code>
<divclass="actions">
<ahref="docs.html#api-contract-guardian" class="btn primary">Read Docs →</a>
<ahref="https://github.com/Coding-Dev-Tools/api-contract-guardian" class="btn secondary">View on GitHub</a>
</div>
</div>
</details>
<detailsclass="problem">
<summary>↻ I need to convert JSON data into SQL INSERT statements</summary>
<divclass="solution">
<divclass="tags">
<spanclass="tag">SQL</span>
<spanclass="tag">PostgreSQL</span>
<spanclass="tag">MySQL</span>
<spanclass="tag">SQLite</span>
</div>
<p><strong>json2sql</strong> converts JSON files and datasets to SQL INSERT statements in one command. Supports PostgreSQL, MySQL, and SQLite dialects with smart type inference. Handles nested objects and arrays — no configuration needed.</p>
<codestyle="display:block;background:#0d0d0e;padding:8px 12px;border-radius:6px;font-size:0.78rem;color:#a78bfa;margin:12px 0;overflow-x:auto;">pip install git+https://github.com/Coding-Dev-Tools/json2sql.git</code>
<divclass="actions">
<ahref="blog/json-to-sql-one-command.html" class="btn tutorial">📖 Tutorial →</a>
<ahref="docs.html#json2sql" class="btn primary">Read Docs →</a>
<ahref="https://github.com/Coding-Dev-Tools/json2sql" class="btn secondary">GitHub</a>
</div>
</div>
</details>
<detailsclass="problem">
<summary>🔄 I need to batch-convert between CSV, JSON, YAML, and Parquet</summary>
<divclass="solution">
<divclass="tags">
<spanclass="tag">data</span>
<spanclass="tag">CSV</span>
<spanclass="tag">JSON</span>
<spanclass="tag">Parquet</span>
<spanclass="tag">Protobuf</span>
</div>
<p><strong>Datamorph</strong> batch-converts between data formats — CSV, JSON, YAML, Parquet, Avro, Protobuf, and more — with smart type inference, schema mapping, and streaming for large files. One command, no config.</p>
<codestyle="display:block;background:#0d0d0e;padding:8px 12px;border-radius:6px;font-size:0.78rem;color:#a78bfa;margin:12px 0;overflow-x:auto;">pip install git+https://github.com/Coding-Dev-Tools/datamorph.git</code>
<divclass="actions">
<ahref="blog/datamorph-batch-data-conversion.html" class="btn tutorial">📖 Tutorial →</a>
<ahref="https://github.com/Coding-Dev-Tools/datamorph" class="btn primary">View on GitHub</a>
</div>
</div>
</details>
<detailsclass="problem">
<summary>☁️ I want to see infrastructure costs before I deploy</summary>
<divclass="solution">
<divclass="tags">
<spanclass="tag">Terraform</span>
<spanclass="tag">CloudFormation</span>
<spanclass="tag">Pulumi</span>
<spanclass="tag">cost</span>
</div>
<p><strong>DeployDiff</strong> reads Terraform plan JSON, CloudFormation change sets, and Pulumi previews to show resource-level diffs, cost impact estimates, and pre-generated rollback commands — all before you hit deploy.</p>
<codestyle="display:block;background:#0d0d0e;padding:8px 12px;border-radius:6px;font-size:0.78rem;color:#a78bfa;margin:12px 0;overflow-x:auto;">pip install git+https://github.com/Coding-Dev-Tools/deploydiff.git</code>
<divclass="actions">
<ahref="blog/preview-infra-cost-before-deploy.html" class="btn tutorial">📖 Tutorial →</a>
<ahref="docs.html#deploydiff" class="btn primary">Read Docs →</a>
<ahref="https://github.com/Coding-Dev-Tools/deploydiff" class="btn secondary">GitHub</a>
</div>
</div>
</details>
<detailsclass="problem">
<summary>⌘ My dev/staging/prod configs are out of sync</summary>
<divclass="solution">
<divclass="tags">
<spanclass="tag">DevOps</span>
<spanclass="tag">config</span>
<spanclass="tag">CI/CD</span>
</div>
<p><strong>ConfigDrift</strong> compares configurations across environments, flags missing keys, deprecated values, and value mismatches — before they cause incidents. Supports YAML, JSON, TOML, and .env files.</p>
<codestyle="display:block;background:#0d0d0e;padding:8px 12px;border-radius:6px;font-size:0.78rem;color:#a78bfa;margin:12px 0;overflow-x:auto;">pip install git+https://github.com/Coding-Dev-Tools/configdrift.git</code>
<divclass="actions">
<ahref="blog/catch-config-drift-before-production.html" class="btn tutorial">📖 Tutorial →</a>
<ahref="docs.html#configdrift" class="btn primary">Read Docs →</a>
<ahref="https://github.com/Coding-Dev-Tools/configdrift" class="btn secondary">GitHub</a>
</div>
</div>
</details>
<detailsclass="problem">
<summary>🔑 I need to manage API keys and JWTs securely</summary>
<divclass="solution">
<divclass="tags">
<spanclass="tag">security</span>
<spanclass="tag">secrets</span>
<spanclass="tag">JWT</span>
</div>
<p><strong>APIAuth</strong> is an encrypted local keystore (AES-256-GCM) for API keys and JWTs. Generate, verify, rotate, and revoke keys with one command — plus CI/CD export for GitHub Actions.</p>
<codestyle="display:block;background:#0d0d0e;padding:8px 12px;border-radius:6px;font-size:0.78rem;color:#a78bfa;margin:12px 0;overflow-x:auto;">pip install git+https://github.com/Coding-Dev-Tools/apiauth.git</code>
<divclass="actions">
<ahref="blog/api-key-management-from-terminal.html" class="btn tutorial">📖 Tutorial →</a>
<ahref="docs.html#apiauth" class="btn primary">Read Docs →</a>
<ahref="https://github.com/Coding-Dev-Tools/apiauth" class="btn secondary">GitHub</a>
</div>
</div>
</details>
<detailsclass="problem">
<summary>👻 I need a mock API server from an OpenAPI spec</summary>
<divclass="solution">
<divclass="tags">
<spanclass="tag">OpenAPI</span>
<spanclass="tag">mock</span>
<spanclass="tag">testing</span>
</div>
<p><strong>APIGhost</strong> reads any OpenAPI 3.0/3.1 spec and starts a mock server with realistic fake data. Includes scenario-based error responses, VCR cassette recording for deterministic tests, and CI integration.</p>
<codestyle="display:block;background:#0d0d0e;padding:8px 12px;border-radius:6px;font-size:0.78rem;color:#a78bfa;margin:12px 0;overflow-x:auto;">pip install git+https://github.com/Coding-Dev-Tools/apighost.git</code>
<divclass="actions">
<ahref="blog/api-mock-server-from-openapi-spec.html" class="btn tutorial">📖 Tutorial →</a>
<ahref="docs.html#apighost" class="btn primary">Read Docs →</a>
<ahref="https://github.com/Coding-Dev-Tools/apighost" class="btn secondary">GitHub</a>
</div>
</div>
</details>
<detailsclass="problem">
<summary>🛡️ My .env files are a mess across environments</summary>
<divclass="solution">
<divclass="tags">
<spanclass="tag">DevOps</span>
<spanclass="tag">env</span>
<spanclass="tag">secrets</span>
</div>
<p><strong>Envault</strong> diffs, syncs, and rotates environment variables across dev, staging, and prod. Smart secret type inference, conflict resolution strategies, and integrations with AWS SSM, Vault, Doppler, and 1Password.</p>
<codestyle="display:block;background:#0d0d0e;padding:8px 12px;border-radius:6px;font-size:0.78rem;color:#a78bfa;margin:12px 0;overflow-x:auto;">pip install git+https://github.com/Coding-Dev-Tools/envault.git</code>
<divclass="actions">
<ahref="blog/sync-env-variables-across-environments.html" class="btn tutorial">📖 Tutorial →</a>
<ahref="docs.html#envault" class="btn primary">Read Docs →</a>
<ahref="https://github.com/Coding-Dev-Tools/envault" class="btn secondary">GitHub</a>
</div>
</div>
</details>
<detailsclass="problem">
<summary>🔄 I need to convert between ORM schemas (Prisma, Drizzle, etc.)</summary>
<divclass="solution">
<divclass="tags">
<spanclass="tag">ORM</span>
<spanclass="tag">Prisma</span>
<spanclass="tag">Drizzle</span>
<spanclass="tag">SQLAlchemy</span>
</div>
<p><strong>SchemaForge</strong> converts bidirectionally between 11 schema formats: SQL DDL, Prisma, Drizzle, TypeORM, Django, SQLAlchemy, Alembic, JSON Schema, GraphQL SDL, EF Core (C#), and Scala case classes — 110 conversion paths from one CLI. Includes schema diffing and batch directory conversion. VS Code extension available with live preview.</p>
<codestyle="display:block;background:#0d0d0e;padding:8px 12px;border-radius:6px;font-size:0.78rem;color:#a78bfa;margin:12px 0;overflow-x:auto;">pip install git+https://github.com/Coding-Dev-Tools/schemaforge.git</code>
<divclass="actions">
<ahref="blog/schemaforge-v1-7-0-vscode-extension.html" class="btn tutorial">📖 v1.7.0: VS Code + 11 Formats →</a>
<ahref="docs.html#schemaforge" class="btn primary">Read Docs →</a>
<ahref="https://github.com/Coding-Dev-Tools/schemaforge" class="btn secondary">GitHub</a>
</div>
</div>
</details>
<detailsclass="problem">
<summary>🔌 I want to expose my CLI as an MCP server for AI agents</summary>
<divclass="solution">
<divclass="tags">
<spanclass="tag">MCP</span>
<spanclass="tag">AI</span>
<spanclass="tag">Claude</span>
<spanclass="tag">Codex</span>
</div>
<p><strong>click-to-mcp</strong> auto-wraps any Click or Typer CLI as an MCP server with zero code changes. One command exposes your tools to Claude Code, Codex, Cursor, and any MCP-compatible AI.</p>
<codestyle="display:block;background:#0d0d0e;padding:8px 12px;border-radius:6px;font-size:0.78rem;color:#a78bfa;margin:12px 0;overflow-x:auto;">pip install git+https://github.com/Coding-Dev-Tools/click-to-mcp.git</code>
<divclass="actions">
<ahref="blog/click-to-mcp-intro.html" class="btn tutorial">📖 Introduction →</a>
<ahref="https://github.com/Coding-Dev-Tools/click-to-mcp" class="btn primary">View on GitHub</a>
</div>
</div>
</details>
<detailsclass="problem">
<summary>🧹 I need to find and remove dead code from my React/Next.js project</summary>
<divclass="solution">
<divclass="tags">
<spanclass="tag">TypeScript</span>
<spanclass="tag">React</span>
<spanclass="tag">Next.js</span>
</div>
<p><strong>DeadCode</strong> detects unused exports, dead routes, orphaned CSS, and unreferenced components in TypeScript/React/Next.js projects. Full TypeScript compiler API with dry-run preview and CI integration.</p>
<codestyle="display:block;background:#0d0d0e;padding:8px 12px;border-radius:6px;font-size:0.78rem;color:#a78bfa;margin:12px 0;overflow-x:auto;">pip install git+https://github.com/Coding-Dev-Tools/deadcode.git</code>
<divclass="actions">
<ahref="blog/clean-up-react-dead-code.html" class="btn tutorial">📖 Tutorial →</a>
<ahref="https://github.com/Coding-Dev-Tools/deadcode" class="btn primary">View on GitHub</a>
</div>
</div>
</details>
</div>
<footer>
<span>© 2026 DevForge. Open-source developer tools.</span>
<ahref="">Home</a>
<ahref="pricing.html">Pricing</a>
<ahref="docs.html">Docs</a>
<ahref="blog.html">Blog</a>
<ahref="https://github.com/Coding-Dev-Tools" target="_blank">GitHub</a>
</footer>
</body>
</html>