Sandbox
Online editor with syntax highlighting. Code runs in the browser inside a Web Worker and makes real requests to api.astroway.info/v1/*. The API key is stored locally (localStorage), never sent anywhere else.
How it works
Section titled βHow it worksβ- Run (β+Enter) β Monaco transpiles TS to JS, the Web Worker runs it,
console.logand errors show on the right. - Share β the code is compressed with lz-string and written to
location.hash. Open the URL β the editor restores the code. - Presets β four common scenarios: natal chart, synastry, Human Design, transits.
- 15s timeout β if the code hangs, the worker is killed.
For non-billable tests use aw_test_* keys β they donβt consume credits.