Skip to content
This repository was archived by the owner on Oct 10, 2025. It is now read-only.

Commit 9c33c91

Browse files
committed
Update README with project status and modify banner link color
1 parent ecc8a44 commit 9c33c91

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Tiles Notebook
22

3+
> Update: Since the release of this alpha, work on the notebook has been paused. The notebook has been moved to [notebook.tiles.run](https://notebook.tiles.run) for the time being.
4+
35
Tiles is a notebook that makes working with AI agents easier. It's a multiplayer, offline-first experience built on MCP, featuring AI-generated widgets. Our vision is to make personal software ubiquitous in the future.
46

57
## Project Structure

packages/tiles-playground/components/Banner.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default function Banner() {
1717
href="https://ankeshbharti.com/stories/announcing-tiles-notebook-alpha"
1818
target="_blank"
1919
rel="noopener noreferrer"
20-
style={{ color: '#F00', textDecoration: 'underline', fontWeight: 500 }}
20+
style={{ color: '#027BFF', textDecoration: 'underline', fontWeight: 500 }}
2121
>
2222
Learn more
2323
</Link>

0 commit comments

Comments
 (0)