The skies are busy, we prosper.
Clone the repository
Create a .env file by copying the example:
cp .env.example .env
Fill in your credentials in the .env file:
Start the application:
npm i
npm run dev
The application should now be running and accessible through your web browser.
.env file contains the existing credentials plus:CLOUDFLARED_TUNNEL_TOKEN – generated in the Cloudflare Zero Trust dashboardAPP_BASE_PATH – override if /satellite-oracle is not desired.docker compose build --pulldocker compose up -dphlreich.com at the tunnel and origin service http://localhost:80.app – the SvelteKit server is now aware that it lives at /satellite-oracle, so assets and API calls resolve correctly underneath that prefix.nginx – serves the lightweight landing page for phlreich.com from webroot/phlreich and proxies /satellite-oracle/* back to the Svelte app.cloudflared – runs alongside nginx, terminating TLS at Cloudflare so no origin certificates are required. If you need end-to-end TLS you can swap in a Certbot container and mount generated certs into nginx.Traffic to the legacy satellite-oracle.com host is automatically redirected to https://phlreich.com/satellite-oracle.
Customize the landing page by editing the files under webroot/phlreich.
Once the application is running, you will see a visualization of the Earth with human-made objects orbiting it in real time. This provides a dynamic view of satellites and other objects in space.
The application includes a chat interface that allows you to filter and interact with the objects in orbit. You can use natural language queries to filter the objects based on various criteria. For example, you can type:
This will filter the displayed objects to only those that match your query, providing a powerful tool for exploring the data.