@@ -5,20 +5,28 @@ applications.
55
66## TinyHub
77
8- [ TinyHub] ( https://github.com/tinyplex/tinyhub ) is a local-first GitHub client,
9- built in public, using TinyBase, React, and GitHub OAuth. You can try it out
10- [ here] ( https://tinyhub.org ) .
8+ [ TinyHub] ( https://github.com/tinyplex/tinyhub ) is a blazingly fast local-first
9+ GitHub client, built in public, using TinyBase, React, and GitHub OAuth. You can
10+ try it out [ here] ( https://tinyhub.org ) .
1111
1212## TinyRooms
1313
1414[ TinyRooms] ( https://github.com/tinyplex/tinyrooms ) is a local-first app demo,
1515using TinyBase, PartyKit, and optional GitHub OAuth. You can try it out
1616[ here] ( https://tinyrooms.jamesgpearce.partykit.dev ) .
1717
18+ ## Docs Search
19+
20+ Even the search feature on this site is powered by TinyBase! The summaries of
21+ all the API documents and guides are loaded into a local Store, indexed in your
22+ browser, and bound to the UI with vanilla JavaScript. The code, if you're
23+ curious, is
24+ [ here] ( https://github.com/tinyplex/tinybase/blob/main/site/js/common/search.ts ) .
25+
1826## Vite Templates
1927
20- You can also use Vite to start simple demo apps of your own. We provide the
21- following templates to get started with:
28+ You can also use Vite to start simple demo apps of your own and then build your
29+ full app from them. We provide the following templates to get started with:
2230
2331| Template | Language | React | Plus |
2432| -------------------------------------------------------------------------------------------------------------------- | ---------- | ----- | ---------------------- |
0 commit comments