mirror of
https://github.com/olehomelchenko/astrolabe.git
synced 2026-08-08 02:02:33 +00:00
1.2 KiB
1.2 KiB
Deployment & Distribution
Operational facts that live nowhere in the code.
Hosting
- astrolabe-viz.com runs on Cloudflare Pages, project
astrolabe-viz, Git-connected to the private GitHub repoolehomelchenko/astrolabe. - Push to
mainauto-builds and deploys (npm run build; the post-buildcheck-light-entriesgate runs as part of it). There are no GitHub Actions. - Live since 2026-06-20.
- No analytics. The app ships no beacon or tracking of any kind; Cloudflare keeps standard aggregate access logs as any host does. The About modal's privacy copy states exactly this — keep them in agreement.
Distribution posture
- Free to use; the code is private. Astrolabe is not open source. User-facing copy (landing, About, learn) must never claim or imply otherwise — the open thing is the format (Vega-Lite JSON), and copy attributes openness to it deliberately.
- Feedback channel is the branded address
feedback@astrolabe-viz.com(src/app/feedback.ts), not a public issue tracker. - Release cadence: unreleased pre-1.0; the first public release is
1.0.0, cut on the maintainer's signal (seedocs/IMPLEMENTATION-PLAN.mdand the/releaseskill).