Prediction markets shouldn’t feel like a desktop app squeezed into your phone.
Outrive is coming, a Telegram way to discover, trade, and track outcome markets on Hyperliquid.
Rebrand done. Public launch next.
shipped Market Lab v0.0.3
scripts now run on a persistent QuickJS runtime instead of recreating JS per candle.
backtests are faster, script run is live by default, and scripts can now work across multiple data sources with source-scoped config/params.
also added built-in market helpers
Market Lab v0.0.2 is live.
Custom JavaScript scripting is now first-class.
Write scripts that:
measure market data
backtest signal/intent logic
emit structured outputs
save runtime reports locally
QuickJS(rquickjs) runtime. Safety limits. Run history.
I've been struggling and debugging a critical issue in @tryseisami which was causing the sync engine to keep uploading data that had already been synced to the cloud.
Turns out SQLite was doing STRING comparison instead of NUMERIC:
🧵
old vs new query
Just fixed a major sync issue in @tryseisami
When a returning user logged in on a new device, the app wasn’t downloading their existing cloud data leaving them with an empty workspace.
Now it auto-fetches everything from the cloud on login for full sync.