Triplit is an [[AGPLv3]] licensed relational database written in [[Typescript]].
- [Website](https://www.triplit.dev/)
- [Source](https://github.com/aspen-cloud/triplit)
- Documentation
- AlternativeTo
> syncs data between server and browser in real-time.
# Notability
It runs on the client and the server and acts as a distributed data store that constantly syncs between them. It's a cool idea that allows a rich client-side application to perform its queries locally and cache them locally so it can run offline. It is different only in that it instances itself and seemingly runs roughly the same code on both sides.
Possibly relevant to `dv.pages().where(p => p.UUID == '551b3935-0cde-463f-b7eb-9b352d3569d1').file.link`.
# Philosophy
Developed by a [[Y Combinator]] backed startup.
# Platform Support
# Features
# Tips
# References