# Termcast

> Build terminal apps with React and Raycast-like APIs

## Best way to inspect these docs

Download all docs as markdown files and grep them locally:

```bash
curl -L https://termcast.app/docs.zip -o docs.zip
unzip docs.zip -d docs
grep -R "search term" docs/
```

Use this when you need to search across the whole documentation set. The zip contains every page as a .md file.

## Page index

You can also fetch individual markdown pages directly:

- [Build terminal apps with React and Raycast-like APIs](https://termcast.app/index.md)
- [Profiling](https://termcast.app/profiling.md)

## Links

- [GitHub](https://github.com/remorses/termcast)
- [npm](https://www.npmjs.com/package/termcast)
- [Changelog](https://github.com/remorses/termcast/blob/main/termcast/CHANGELOG.md)