Get Started in 3 Steps
This guide will walk you through setting up ReadOnly in your project and syncing your first files.Step 1: Create a Project
1
Sign up
Go to readonly.store and create an account.
2
Create a project
Click “New Project” and give it a name (e.g., “My Blog”).
3
Get your API key
Copy your project’s API key from the dashboard. It starts with
ro_.Step 2: Add Files
1
Add a file
Click “Add File” in your project dashboard.
2
Name your file
Give it a name like
documents or config (alphanumeric, hyphens, and underscores only).3
Paste JSON content
Add your JSON data. Must be a valid JSON object:
Step 3: Install and Sync
1
Install the client
bash bun add @readonly/client # or npm install @readonly/client 2
Set your API key
Add your API key to a
.env file in your project root:3
Sync your files
4
Use in your code
Your files are now synced and fully typed!