Hello, world
Ada Lovelace
# Hello, world
We built **GAIA Studio** to make real-time collaboration feel as natural as
working alone — only faster, and together. This is our first post on the
marketing blog. Expect engineering deep dives, product updates, and the
occasional story about how we test in production.
```ts
const greeting = 'hello, world';
console.log(greeting);
```
Stay tuned.