Skip to content

Commit 6016fbd

Browse files
committed
more changes
1 parent b37c763 commit 6016fbd

3 files changed

Lines changed: 31 additions & 26 deletions

File tree

index.html

Lines changed: 31 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,27 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<title>ByteBard | Products + DevEx, API, and Event-Driven Consultancy</title>
7-
<meta name="description" content="ByteBard builds products and helps teams ship better systems through DevEx strategy, API and AsyncAPI design, and event-driven architecture.">
6+
<title>ByteBard | Engineering Velocity through DevEx &amp; EDA</title>
7+
<meta name="title" content="ByteBard | Engineering Velocity through DevEx &amp; EDA">
8+
<meta name="description" content="ByteBard builds focused engineering products and helps teams scale with high-performance DevEx, API strategy, and resilient event-driven architectures.">
9+
<meta name="keywords" content="ByteBard, DevEx, engineering velocity, API strategy, API governance, event-driven architecture, EDA, ShieldedStack, Critiq, GUSTO, AsyncAPI.NET, software consultancy">
810
<meta name="theme-color" content="#0f1221">
9-
<meta property="og:title" content="ByteBard">
10-
<meta property="og:description" content="Products and consultancy for DevEx, API/AsyncAPI, and event-driven architecture.">
1111
<meta property="og:type" content="website">
12-
<meta property="og:url" content="https://bytebard.org">
13-
<meta property="og:image" content="https://bytebard.org/bytebardlogo.png">
12+
<meta property="og:url" content="https://bytebard.org/">
13+
<meta property="og:title" content="ByteBard | Ship Better Software Systems">
14+
<meta property="og:description" content="Specialist consultancy and product studio focused on removing engineering friction through DevEx and scalable event-driven design.">
15+
<meta property="og:image" content="https://bytebard.org/og-image.png">
16+
<meta property="og:site_name" content="ByteBard">
17+
<meta property="og:locale" content="en_US">
1418
<meta name="twitter:card" content="summary_large_image">
15-
<meta name="twitter:title" content="ByteBard">
16-
<meta name="twitter:description" content="Products and consultancy for DevEx, API/AsyncAPI, and event-driven architecture.">
17-
<meta name="twitter:image" content="https://bytebard.org/bytebardlogo.png">
19+
<meta name="twitter:url" content="https://bytebard.org/">
20+
<meta name="twitter:title" content="ByteBard | DevEx &amp; Architecture Specialists">
21+
<meta name="twitter:description" content="We build the products and systems that help engineering teams scale without the delivery drag.">
22+
<meta name="twitter:image" content="https://bytebard.org/og-image.png">
23+
<meta name="robots" content="index, follow">
1824
<link rel="canonical" href="https://bytebard.org/">
19-
<link rel="preconnect" href="https://fonts.googleapis.com">
20-
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
21-
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600&family=Space+Grotesk:wght@500;600;700&display=swap" rel="stylesheet">
25+
<link rel="preconnect" href="https://fonts.bunny.net">
26+
<link href="https://fonts.bunny.net/css?family=ibm-plex-sans:400,500,600|space-grotesk:500,600,700&display=swap" rel="stylesheet">
2227
<link rel="stylesheet" href="styles.css">
2328
</head>
2429
<body>
@@ -76,26 +81,26 @@ <h2>Under the ByteBard name</h2>
7681
<article class="panel reveal">
7782
<h3>ShieldedStack</h3>
7883
<p>
79-
Security-first environment and configuration controls that help teams ship
80-
safely across local, CI, and production workflows.
84+
Intelligent package proxy for NuGet, npm, and PyPI that scans for known
85+
vulnerabilities and blocks risky dependencies before they reach your codebase.
8186
</p>
8287
<ul>
83-
<li>Environment policy and secret handling guardrails</li>
84-
<li>Workflow support across developer machines and pipelines</li>
85-
<li>Secure defaults that reduce accidental exposure risk</li>
88+
<li>Real-time CVE scanning and blocking during dependency resolution</li>
89+
<li>Policy-driven controls for package and vulnerability enforcement</li>
90+
<li>SBOM export, license change detection, and alerting support</li>
8691
</ul>
8792
<a class="inline-link" href="https://shieldedstack.com" target="_blank" rel="noreferrer">Visit ShieldedStack</a>
8893
</article>
8994
<article class="panel reveal">
9095
<h3>Critiq</h3>
9196
<p>
92-
Lightweight product and engineering feedback loops that make review, triage,
93-
and decision-making more intentional.
97+
A code review-first Git desktop client that brings branch and PR review, code intelligence,
98+
and AI-assisted triage into one native workspace.
9499
</p>
95100
<ul>
96-
<li>Clear intake flow for product and engineering feedback</li>
97-
<li>Structured prioritization with less meeting overhead</li>
98-
<li>Fast paths from insight to implementation action</li>
101+
<li>Compare branches and review pull requests with inline comments</li>
102+
<li>LSP-powered navigation: hover types, jump to definitions, and symbol lookup</li>
103+
<li>AI-assisted diff explanation and triage with cloud or local models</li>
99104
</ul>
100105
<a class="inline-link" href="https://getcritiq.dev" target="_blank" rel="noreferrer">Visit Critiq</a>
101106
</article>
@@ -144,10 +149,11 @@ <h3>Developer Experience</h3>
144149
</p>
145150
</article>
146151
<article class="panel reveal">
147-
<h3>API + AsyncAPI Design</h3>
152+
<h3>API Strategy &amp; Governance</h3>
148153
<p>
149-
Create contracts that are clear, evolvable, and operationally realistic for
150-
both synchronous and asynchronous integrations.
154+
Define how your services communicate. We build robust REST and AsyncAPI
155+
standards that ensure your internal and external integrations are
156+
consistent, discoverable, and secure.
151157
</p>
152158
</article>
153159
<article class="panel reveal">

og-image.png

76.9 KB
Loading

styles.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
--text-primary: #f1f3ff;
66
--text-secondary: rgba(214, 217, 255, 0.85);
77
--text-muted: rgba(173, 178, 224, 0.7);
8-
--accent: #8fa6ff;
98
--accent-alt: #59ffa8;
109
--border: rgba(143, 166, 255, 0.25);
1110
--focus: #59ffa8;

0 commit comments

Comments
 (0)