Self Hosing Instructions
Last updated May 29, 2025
Instructions for self-hosting do not yet exist as the application has not yet made it out of a development environment. However, you can expect self-hosting to use a typical docker-compose approach. The infrastructure required to run the project will likely be composed of:
- A static file server to send the frontend application to clients.
- A Node or other javascript runtime server hosting the Triplit database.
- A Node or other javascript runtime server hosting an authentication provider and other utilities.