-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
348 lines (327 loc) · 21.8 KB
/
index.html
File metadata and controls
348 lines (327 loc) · 21.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>jzero - AI Driven Go Framework</title>
<!-- SEO Meta Tags -->
<meta name="description" content="jzero - AI-driven Go microservices framework built on go-zero. Auto-generate production-ready code from API, Proto, and SQL definitions.">
<meta name="keywords" content="jzero, go-zero, go framework, microservices, code generation, AI, golang, go, API, RPC, gateway">
<meta name="author" content="jzero-io">
<meta name="robots" content="index, follow">
<link rel="canonical" href="https://jzero.io">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://jzero.io">
<meta property="og:title" content="jzero - AI Driven Go Framework">
<meta property="og:description" content="Auto-generate server and client code from api/proto/sql definitions. Let AI generate best-practice business logic with built-in jzero-skills.">
<meta property="og:image" content="jzero.svg">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://jzero.io">
<meta property="twitter:title" content="jzero - AI Driven Go Framework">
<meta property="twitter:description" content="Auto-generate server and client code from api/proto/sql definitions. Let AI generate best-practice business logic with built-in jzero-skills.">
<meta property="twitter:image" content="jzero.svg">
<link rel="icon" type="image/svg+xml" href="jzero.svg">
<link rel="stylesheet" href="styles.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Noto+Sans+SC:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">
</head>
<body>
<!-- Navigation -->
<nav class="nav">
<div class="container">
<div class="nav-content">
<a href="#" class="logo">
<img src="jzero.svg" alt="jzero" width="32" height="32">
<span>jzero</span>
</a>
<div class="nav-links">
<div class="lang-dropdown">
<button type="button" class="lang-dropdown-btn" id="langDropdownBtn">
<span class="current-lang">EN</span>
<svg class="dropdown-arrow" width="12" height="12" viewBox="0 0 12 12" fill="none">
<path d="M2.5 4.5L6 8L9.5 4.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</button>
<div class="lang-dropdown-menu" id="langDropdownMenu">
<button type="button" class="lang-option" data-lang="en">
<span class="lang-name">English</span>
<svg class="check-icon" width="14" height="14" viewBox="0 0 14 14" fill="none">
<path d="M11.5 3.5L5.5 9.5L2.5 6.5" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</button>
<button type="button" class="lang-option" data-lang="zh">
<span class="lang-name">中文</span>
<svg class="check-icon" width="14" height="14" viewBox="0 0 14 14" fill="none">
<path d="M11.5 3.5L5.5 9.5L2.5 6.5" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</button>
</div>
</div>
<a href="https://github.com/jzero-io/jzero" target="_blank" class="nav-link-github">
<svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor">
<path d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"/>
</svg>
<span class="github-star-count" id="githubStarCount">
<svg class="star-icon" width="14" height="14" viewBox="0 0 24 24" fill="currentColor">
<path d="M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z"/>
</svg>
<span class="star-number">--</span>
</span>
</a>
</div>
</div>
</div>
</nav>
<!-- Hero Section -->
<section class="hero">
<div class="container">
<div class="hero-content">
<div class="hero-logo">
<img src="jzero.svg" alt="jzero" width="180" height="180">
</div>
<h1>
<span class="gradient-text" data-i18n="hero.title.line1">jzero + AI</span><br>
<span class="hero-subtitle-text" data-i18n="hero.title.line2">Efficient & Reliable Go Framework</span>
</h1>
<p class="hero-subtitle" data-i18n="hero.subtitle" data-i18n-html>
Auto-generate server and client code from api/proto/sql definitions. Let AI generate best-practice business logic with built-in jzero-skills, reduce cognitive load, free your hands!
</p>
<div class="hero-cta">
<a href="https://github.com/jzero-io/jzero" class="btn btn-primary" data-i18n="hero.cta.github">
<svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor">
<path d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"/>
</svg>
<span class="btn-text">View on GitHub</span>
</a>
<a href="https://docs.jzero.io" class="btn btn-secondary" data-i18n="hero.cta.docs">
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M4 19.5A2.5 2.5 0 0 1 6.5 17H20"/>
<path d="M6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5v-15A2.5 2.5 0 0 1 6.5 2z"/>
</svg>
<span class="btn-text">Read the Docs</span>
</a>
</div>
<div class="hero-code">
<div class="code-header">
<span class="code-dot"></span>
<span class="code-dot"></span>
<span class="code-dot"></span>
<span class="code-title" data-i18n="hero.code.title">Terminal</span>
<button class="code-copy-btn" title="Copy to clipboard">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<rect x="9" y="9" width="13" height="13" rx="2" ry="2"/>
<path d="M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"/>
</svg>
</button>
</div>
<pre class="code-content"><code><span class="prompt">$</span> <span class="keyword">go</span> <span class="command">install</span> <span class="string">github.com/jzero-io/jzero/cmd/jzero@latest</span>
<span class="prompt">$</span> <span class="command">jzero</span> <span class="string">new</span> <span class="argument">helloworld</span>
<span class="prompt">$</span> <span class="command">cd</span> <span class="argument">helloworld</span>
<span class="prompt">$</span> <span class="keyword">go</span> <span class="command">mod</span> <span class="string">tidy</span>
<span class="prompt">$</span> <span class="keyword">go</span> <span class="command">run</span> <span class="argument">main.go</span> <span class="argument">server</span></code></pre>
</div>
</div>
</div>
</section>
<!-- Features Section -->
<section id="features" class="features">
<div class="container">
<div class="section-header">
<h2 data-i18n="features.title">Built for modern development</h2>
</div>
<div class="features-grid">
<a href="https://docs.jzero.io/getting-started/add.html" class="feature-card" target="_blank">
<div class="feature-card-header">
<div class="feature-icon">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M13 2L3 14h9l-1 8 10-12h-9l1-8z"/>
</svg>
</div>
<h3 data-i18n="features.1.title">Lightning Fast Code Generation</h3>
</div>
<p data-i18n="features.1.desc">Generate production-ready server and client code from API, Proto, and SQL definitions. What takes hours manually takes seconds with jzero.</p>
</a>
<a href="https://docs.jzero.io/getting-started/skills.html" class="feature-card" target="_blank">
<div class="feature-card-header">
<div class="feature-icon">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"/>
<polyline points="3.27 6.96 12 12.01 20.73 6.96"/>
<line x1="12" y1="22.08" x2="12" y2="12"/>
</svg>
</div>
<h3 data-i18n="features.2.title">AI-Friendly Architecture</h3>
</div>
<p data-i18n="features.2.desc">Built-in jzero-skills enables AI to generate best-practice business logic. Lower cognitive load, ship faster, focus on what matters.</p>
</a>
<a href="https://docs.jzero.io/guide/template.html" class="feature-card" target="_blank">
<div class="feature-card-header">
<div class="feature-icon">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z"/>
</svg>
</div>
<h3 data-i18n="features.3.title">Custom Template Generation</h3>
</div>
<p data-i18n="features.3.desc">Support custom template code generation, build exclusive enterprise template repositories.</p>
</a>
<a href="https://go-zero.dev/" class="feature-card" target="_blank">
<div class="feature-card-header">
<div class="feature-icon">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<circle cx="12" cy="12" r="3"/>
<path d="M12 1v6m0 6v6"/>
<path d="M21 12h-6m-6 0H3"/>
<path d="M18.4 5.6l-4.2 4.2M9.8 14.2l-4.2 4.2"/>
<path d="M18.4 18.4l-4.2-4.2M9.8 9.8l-4.2-4.2"/>
</svg>
</div>
<h3 data-i18n="features.4.title">Ecosystem Compatibility</h3>
</div>
<p data-i18n="features.4.desc">Based on go-zero development, maintaining ecosystem compatibility while solving existing pain points and extending new features.</p>
</a>
<a href="https://docs.jzero.io/component/" class="feature-card" target="_blank">
<div class="feature-card-header">
<div class="feature-icon">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<circle cx="12" cy="12" r="10"/>
<path d="M8 12h8"/>
<path d="M12 8v8"/>
</svg>
</div>
<h3 data-i18n="features.5.title">Ready to Use</h3>
</div>
<p data-i18n="features.5.desc">Generate code with minimal commands, built-in rich component library, support multi-database compatibility with the same codebase, and more.</p>
</a>
<a href="https://docs.jzero.io/guide/serverless.html" class="feature-card" target="_blank">
<div class="feature-card-header">
<div class="feature-icon">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<polyline points="16 18 22 12 16 6"/>
<polyline points="8 6 2 12 8 18"/>
</svg>
</div>
<h3 data-i18n="features.6.title">Plugin Architecture</h3>
</div>
<p data-i18n="features.6.desc">Support multi-module collaborative development, ultimately compiled into monolithic service deployment. Easy plugin installation and removal for flexible architecture.</p>
</a>
</div>
</div>
</section>
<!-- Ecosystem Section -->
<section id="ecosystem" class="ecosystem">
<div class="container">
<div class="section-header">
<h2 data-i18n="ecosystem.title">Related Ecosystem</h2>
</div>
<div class="ecosystem-grid">
<a href="https://admin.jzero.io" id="jzero-admin-link" class="ecosystem-card" target="_blank">
<div class="ecosystem-card-header">
<div class="ecosystem-icon">
<svg width="32" height="32" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<rect x="3" y="3" width="18" height="18" rx="2" ry="2"/>
<line x1="3" y1="9" x2="21" y2="9"/>
<line x1="9" y1="21" x2="9" y2="9"/>
</svg>
</div>
<h3 data-i18n="eco.1.title">jzero-admin</h3>
</div>
<p data-i18n="eco.1.desc">Admin system developed based on jzero.</p>
</a>
<a href="https://plugins.jetbrains.com/plugin/30060-jzero" class="ecosystem-card" target="_blank">
<div class="ecosystem-card-header">
<div class="ecosystem-icon">
<svg width="32" height="32" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M12 2L2 7l10 5 10-5-10-5z"/>
<path d="M2 17l10 5 10-5"/>
<path d="M2 12l10 5 10-5"/>
</svg>
</div>
<h3 data-i18n="eco.2.title">jzero-intellij</h3>
</div>
<p data-i18n="eco.2.desc">JetBrains/GoLand plugin for seamless jzero integration in your IDE.</p>
</a>
<a href="https://github.com/jzero-io/jzero-plugins" class="ecosystem-card" target="_blank">
<div class="ecosystem-card-header">
<div class="ecosystem-icon">
<svg width="32" height="32" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M12 2L2 7l10 5 10-5-10-5z"/>
<path d="M2 17l10 5 10-5"/>
<path d="M2 12l10 5 10-5"/>
</svg>
</div>
<h3 data-i18n="eco.3.title">Plugins</h3>
</div>
<p data-i18n="eco.3.desc">Community plugins extending jzero functionality.</p>
</a>
<a href="https://templates.jzero.io" class="ecosystem-card" target="_blank">
<div class="ecosystem-card-header">
<div class="ecosystem-icon">
<svg width="32" height="32" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"/>
<polyline points="14 2 14 8 20 8"/>
<line x1="16" y1="13" x2="8" y2="13"/>
<line x1="16" y1="17" x2="8" y2="17"/>
<polyline points="10 9 9 9 8 9"/>
</svg>
</div>
<h3 data-i18n="eco.4.title">Templates</h3>
</div>
<p data-i18n="eco.4.desc">Curated template marketplace for quick project scaffolding.</p>
</a>
<a href="https://github.com/marketplace/actions/jzero-action" class="ecosystem-card" target="_blank">
<div class="ecosystem-card-header">
<div class="ecosystem-icon">
<svg width="32" height="32" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M22 11.08V12a10 10 0 1 1-5.93-9.14"/>
<polyline points="22 4 12 14.01 9 11.01"/>
</svg>
</div>
<h3 data-i18n="eco.5.title">GitHub Actions</h3>
</div>
<p data-i18n="eco.5.desc">GitHub workflows for automated CI/CD with jzero.</p>
</a>
<a href="https://github.com/jzero-io/examples" class="ecosystem-card" target="_blank">
<div class="ecosystem-card-header">
<div class="ecosystem-icon">
<svg width="32" height="32" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<rect x="3" y="3" width="18" height="18" rx="2" ry="2"/>
<path d="M3 9h18"/>
<path d="M9 21V9"/>
</svg>
</div>
<h3 data-i18n="eco.6.title">Examples</h3>
</div>
<p data-i18n="eco.6.desc">Collection of example projects demonstrating jzero best practices.</p>
</a>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer">
<div class="container">
<div class="footer-social">
<a href="https://twitter.com/jzeroio" target="_blank" aria-label="Twitter">
<img src="https://cdn.simpleicons.org/x/ffffff" width="24" height="24" alt="Twitter">
</a>
<div class="wechat-qr">
<img src="https://cdn.simpleicons.org/wechat/ffffff" width="24" height="24" alt="微信">
<div class="qr-popup">
<div class="qr-image">
<img src="https://oss.jaronnie.com/gocloudcoder_qrcode.jpg" alt="微信公众号: gocloudcoder">
</div>
</div>
</div>
</div>
<div class="footer-bottom">
<p data-i18n="footer.copyright">© 2024-2026 jzero-io. MIT License.</p>
</div>
</div>
</footer>
<script src="i18n.js"></script>
<script src="script.js"></script>
</body>
</html>