---
version: 0.1.0
releasedAt: 2026-01-15
slug: v0-1-0
title: First release
summary: The initial cut — projects, file-based pages, and the reactive query layer.
tags: [feature]
---

## Highlights

The first public release. Spin up an app and subscribe to live data — no
`refetch`, the subscription stays live for the component's lifetime:

```ts
const { data } = useSubscription('app', 'todos.list')
```

Welcome aboard.
