Published Mar 19, 20261 min read
This is the first Kestrel Labs post.
Why a blog
A place for:
- short technical notes
- longer essays
- project updates
export function hello(name: string) {
return `Hello, ${name}`;
}
Mar 19, 2026 · 1 min read
First post on the Kestrel Labs site.
This is the first Kestrel Labs post.
A place for:
export function hello(name: string) {
return `Hello, ${name}`;
}