-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
302 lines (296 loc) · 14 KB
/
index.html
File metadata and controls
302 lines (296 loc) · 14 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ByteBard | Engineering Velocity through DevEx & EDA</title>
<meta name="title" content="ByteBard | Engineering Velocity through DevEx & EDA">
<meta name="description" content="ByteBard builds focused engineering products and helps teams scale with high-performance DevEx, API strategy, and resilient event-driven architectures.">
<meta name="keywords" content="ByteBard, DevEx, engineering velocity, API strategy, API governance, event-driven architecture, EDA, ShieldedStack, Critiq, GUSTO, AsyncAPI.NET, Simple License Server, software consultancy">
<meta name="author" content="ByteBard">
<meta name="theme-color" content="#0f1221">
<meta property="og:type" content="website">
<meta property="og:url" content="https://bytebard.org/">
<meta property="og:title" content="ByteBard | Ship Better Software Systems">
<meta property="og:description" content="Specialist consultancy and product studio focused on removing engineering friction through DevEx and scalable event-driven design.">
<meta property="og:image" content="https://bytebard.org/og-image.png">
<meta property="og:image:alt" content="ByteBard brand mark with the text ByteBard and the tagline Engineering Velocity through DevEx and Event-Driven Architecture.">
<meta property="og:site_name" content="ByteBard">
<meta property="og:locale" content="en_US">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:url" content="https://bytebard.org/">
<meta name="twitter:title" content="ByteBard | DevEx & Architecture Specialists">
<meta name="twitter:description" content="We build the products and systems that help engineering teams scale without the delivery drag.">
<meta name="twitter:image" content="https://bytebard.org/og-image.png">
<meta name="twitter:image:alt" content="ByteBard brand mark with the text ByteBard and the tagline Engineering Velocity through DevEx and Event-Driven Architecture.">
<meta name="robots" content="index, follow">
<link rel="canonical" href="https://bytebard.org/">
<link rel="sitemap" type="application/xml" href="https://bytebard.org/sitemap.xml">
<link rel="preconnect" href="https://fonts.bunny.net">
<link href="https://fonts.bunny.net/css?family=ibm-plex-sans:400,500,600|space-grotesk:500,600,700&display=swap" rel="stylesheet">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "Organization",
"@id": "https://bytebard.org/#organization",
"name": "ByteBard",
"url": "https://bytebard.org/",
"logo": "https://bytebard.org/bytebardlogo.png",
"description": "Copenhagen-based software consultancy and product studio focused on DevEx, APIs, and event-driven systems.",
"email": "contact@bytebard.org"
},
{
"@type": "WebSite",
"@id": "https://bytebard.org/#website",
"url": "https://bytebard.org/",
"name": "ByteBard",
"hasPart": {
"@id": "https://blog.bytebard.org/#blog"
},
"publisher": {
"@id": "https://bytebard.org/#organization"
}
},
{
"@type": "Blog",
"@id": "https://blog.bytebard.org/#blog",
"url": "https://blog.bytebard.org/",
"name": "Small Bytes",
"description": "Small Bytes is the ByteBard blog covering practical engineering topics across developer experience, API strategy, and event-driven architecture.",
"publisher": {
"@id": "https://bytebard.org/#organization"
}
}
]
}
</script>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<a class="skip-link" href="#main-content">Skip to main content</a>
<header class="site-header">
<div class="container header-inner">
<a class="brand" href="#top" aria-label="ByteBard Home">
<img src="bytebardlogo.png" alt="ByteBard Logo">
<span>ByteBard</span>
</a>
<nav aria-label="Primary">
<ul class="site-nav">
<li><a href="#products">Products</a></li>
<li><a href="#oss">OSS</a></li>
<li><a href="https://blog.bytebard.org" target="_blank" rel="noopener noreferrer">Blog</a></li>
<li><a href="#consulting">Consulting</a></li>
<li><a href="#about">About</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</div>
</header>
<main id="main-content">
<section id="top" class="section hero">
<div class="container hero-grid">
<div class="hero-content reveal">
<p class="eyebrow">Products + Open Source + Consultancy</p>
<h1>Ship better software systems with ByteBard.</h1>
<p class="lead">
Specialists in DevEx, APIs, and Event-Driven Systems. We build products
and provide consultancy to help you scale your architecture and your team's
velocity without the friction.
</p>
<div class="cta-row">
<a class="button button-primary" href="mailto:contact@bytebard.org">Start a conversation</a>
<a class="button button-secondary" href="#products">Explore products</a>
</div>
</div>
<aside class="hero-aside reveal">
<div class="logo-card">
<img src="bytebardlogo.png" alt="" aria-hidden="true">
</div>
<p class="meta-line">Based in Copenhagen. Supporting teams globally.</p>
</aside>
</div>
</section>
<section id="products" class="section">
<div class="container">
<p class="eyebrow">Products</p>
<h2>Under the ByteBard name</h2>
<p class="section-intro">
We invest in products that solve recurring engineering problems in real teams.
</p>
<div class="card-grid three-col">
<article class="panel reveal">
<h3>ShieldedStack</h3>
<p>
Intelligent package proxy for NuGet, npm, and PyPI that scans for known
vulnerabilities and blocks risky dependencies before they reach your codebase.
</p>
<ul>
<li>Real-time CVE scanning and blocking during dependency resolution</li>
<li>Policy-driven controls for package and vulnerability enforcement</li>
<li>SBOM export, license change detection, and alerting support</li>
</ul>
<a class="inline-link" href="https://shieldedstack.com" target="_blank" rel="noopener noreferrer">Visit ShieldedStack</a>
</article>
<article class="panel reveal">
<h3>Critiq</h3>
<p>
A code review-first Git desktop client that brings branch and PR review, code intelligence,
and AI-assisted triage into one native workspace.
</p>
<ul>
<li>Compare branches and review pull requests with inline comments</li>
<li>LSP-powered navigation: hover types, jump to definitions, and symbol lookup</li>
<li>AI-assisted diff explanation and triage with cloud or local models</li>
</ul>
<a class="inline-link" href="https://getcritiq.dev" target="_blank" rel="noopener noreferrer">Visit Critiq</a>
</article>
<article class="panel reveal">
<h3>Simple License Server</h3>
<p>
A self-hosted license server for SaaS and desktop developers who need a reliable
license key API.
</p>
<ul>
<li>Run it in Docker and store data in Postgres</li>
<li>Source-available and deployable in your own infrastructure</li>
<li>Built for teams that need dependable license key workflows</li>
</ul>
<a class="inline-link" href="https://simplelicenseserver.com" target="_blank" rel="noopener noreferrer">Visit Simple License Server</a>
</article>
</div>
</div>
</section>
<section id="oss" class="section">
<div class="container">
<p class="eyebrow">Open Source</p>
<h2>Projects we maintain publicly</h2>
<p class="section-intro">
We contribute reusable tooling and libraries that support modern API and event-driven engineering.
</p>
<div class="card-grid two-col">
<article class="panel reveal">
<h3>GUSTO</h3>
<p>
A lightweight .NET background job runner where you own storage and orchestration abstractions, then opt in to
extensions like batching, continuations, cron scheduling, retries, and observability.
</p>
<a class="inline-link" href="https://bytebard.org/GUSTO/" target="_blank" rel="noopener noreferrer">Explore GUSTO</a>
</article>
<article class="panel reveal">
<h3>AsyncAPI.NET</h3>
<p>
.NET tooling for working with AsyncAPI specifications and integrating event-driven contracts in
real-world services.
</p>
<a class="inline-link" href="https://github.com/ByteBardOrg/AsyncAPI.NET" target="_blank" rel="noopener noreferrer">View AsyncAPI.NET</a>
</article>
</div>
</div>
</section>
<section id="consulting" class="section">
<div class="container">
<p class="eyebrow">Consulting Focus</p>
<h2>What we help teams build and improve</h2>
<div class="card-grid three-col">
<article class="panel reveal">
<h3>Developer Experience</h3>
<p>
Diagnose friction in local development, CI/CD, and platform workflows, then
remove bottlenecks that slow delivery.
</p>
</article>
<article class="panel reveal">
<h3>API Strategy & Governance</h3>
<p>
Define how your services communicate. We build robust REST and AsyncAPI
standards that ensure your internal and external integrations are
consistent, discoverable, and secure.
</p>
</article>
<article class="panel reveal">
<h3>Event-Driven Architecture</h3>
<p>
Shape event models, boundaries, and reliability patterns that keep distributed
systems understandable as they grow.
</p>
</article>
</div>
</div>
</section>
<section id="how-we-work" class="section">
<div class="container">
<p class="eyebrow">How We Work</p>
<h2>Hands-on, outcome-oriented collaboration</h2>
<div class="card-grid two-col">
<article class="panel reveal">
<h3>1. Diagnose</h3>
<p>
We map delivery flow, architecture constraints, and team pain points to identify
the highest-leverage intervention areas.
</p>
</article>
<article class="panel reveal">
<h3>2. Design</h3>
<p>
We define practical target states for platforms, APIs, or event systems with
explicit tradeoffs and execution sequence.
</p>
</article>
<article class="panel reveal">
<h3>3. Deliver</h3>
<p>
We pair with your team to implement, not just advise, and keep the changes
measurable against engineering outcomes.
</p>
</article>
<article class="panel reveal">
<h3>4. Enable</h3>
<p>
We leave teams with playbooks, standards, and guardrails so velocity stays high
after the engagement ends.
</p>
</article>
</div>
</div>
</section>
<section id="about" class="section">
<div class="container">
<p class="eyebrow">About ByteBard</p>
<h2>Built for teams that care about software quality and delivery speed</h2>
<div class="about-grid">
<p>
ByteBard is a Copenhagen-based software consultancy and product studio. We work with
engineering organizations that need better developer workflows and stronger technical
foundations to scale.
</p>
<p>
Our work sits where product decisions, architecture, and delivery execution meet.
We focus on clear contracts, resilient systems, and practical improvements teams can
sustain long term.
</p>
</div>
</div>
</section>
<section id="contact" class="section contact-section">
<div class="container">
<div class="contact-card reveal">
<p class="eyebrow">Contact</p>
<h2>Need support on platform, API, or event-driven initiatives?</h2>
<p>
Tell us what your team is building and where delivery is getting blocked.
We will respond with a practical next step.
</p>
<a class="button button-primary" href="mailto:contact@bytebard.org">contact@bytebard.org</a>
</div>
</div>
</section>
</main>
<footer class="site-footer">
<div class="container">
<p>ByteBard. Product studio and software consultancy. Read our blog at <a href="https://blog.bytebard.org" target="_blank" rel="noopener noreferrer">blog.bytebard.org</a>.</p>
</div>
</footer>
</body>
</html>