Railway Deployment
Deploy a new instance in less than a minute with a single click, no configuration necessary. This template provisions the necessary environment variables and a persistent volume.Configuration
During deployment, configure the LLM provider.
Once deployed, access the builder at
/tinykit (e.g., https://your-project.up.railway.app/tinykit).
Local Development
Prerequisites
- Node.js 20+
- Git
Setup
-
Clone:
-
Install:
-
Configure:
cp
.env.exampleto.envand set theLLM_*variables. -
Database:
Download the PocketBase binary.
-
Run:
Start the development server.
Access at
http://localhost:5173/tinykit.
Environment Variables
*Can also be configured via
/tinykit/settings UI after deployment.