Verselinkverselink.
sc alpha 4.7 · live
Sign in
23Live0WIP4Planned81Future
21%

Future

81

Backlog and far-off ideas

Add cross-plugin map integration

Link the starmap everywhere:

Map

Add native notifications

OS-level notifications for:

Desktop

Add offline mode for calculators

Bundle mining and crafting calculators offline. Use a local SQLite cache for last-synced data and sync when online.

Desktop

Add public, personal, and org mode switching

Top-level context switch between:

Orgs

Add screenshot capture

Capture SC screenshots via hotkey. Auto-save with metadata (location, session, time). Optionally attach them to a work order or session log.

Desktop

Add screenshot upload for refinery work orders

Add a drag-and-drop upload zone on `/mining/calculator`. Use `parseShipMiningOrder()` to extract work order data from refinery screenshots and pre-fill the c...

Core

Add screenshot upload for rock scans

Add a drag-and-drop upload zone on `/mining/survey` or a new `/mining/scan` page. Use `parseShipRock()` to extract rock composition from scanner screenshots ...

Core

Add system tray integration

Minimize to tray. Quick actions: pause or resume session tracking, open the dashboard, and quit.

Desktop

Auto-sync mining sessions to Convex

When Game.log reports mining extraction, record the session automatically. Sync it to Convex `miningSessions` for zero-input tracking.

Desktop

Build 3D starmap viewer

Build a 3D starmap with extracted data (1991 locations). Stack: react-three-fiber or three.js. Reference: [maps.adi.sc](<http://maps.adi.sc>).

Map

Build amenity search across the starmap

Support searches like "where can I refine Quantanium?" or "nearest medical station to Port Olisar". Filter by amenity type. The extracted data already suppor...

Map

Build aUEC balance tracker

Track aUEC balance via:

Desktop

Build caves browser

Build a cave browser with:

Map

Build commodity price browser

Searchable commodity browser with buy and sell prices per terminal. Live UEX data with a 5-minute cache.

Core

Build contribution score analytics

Per-member contribution score:

Orgs

Build day and night cycle tracker

Show the current in-game day and night state for each location, tied to Star Citizen time zones. Useful for missions and roleplay events.

Map

Build debt and loan system

Members borrow resources or currency and repay later. Track outstanding debts.

Orgs

Build desktop app shell and navigation

Build the shell with sidebar, header, and main content area. Mirror web navigation but adapt it for keyboard shortcuts and window controls.

Desktop

Build desktop screenshot folder watcher

Watch the Star Citizen screenshots folder. New screenshot detected → OCR → parse → auto-sync to Convex for zero-input mining session tracking.

Desktop

Build desktop settings and preferences

Settings panel:

Desktop

Build Discord bot core commands

New `apps/discord-bot/` with discordx.

Orgs

Build Discord bot notifications

Event notifications, reminders, quick data lookups, and Discord role integration.

Orgs

Build fleet viewer

See all ships owned by org members. Filter by role and capability.

Ships

Build Game.log file watcher

Watch `Game.log` for changes. Parse new lines incrementally. Handle log rotation and crashes. Separate from the parser itself — watcher feeds events into par...

Desktop

Build hotkey system for the overlay

Global hotkeys to toggle overlay visibility, open quick search, and trigger actions. Configurable in settings.

Desktop

Build HTML-based in-game overlay

scoverlay-style overlay for borderless windowed mode. Show current mining session stats, active work orders, and quick price lookup in a transparent always-o...

Desktop

Build internal currency system

Each member has a balance.

Orgs

Build jump point and gateway viewer

Show jump points between systems. Useful for route planning once Pyro and other systems are navigable.

Map

Build lawful and unlawful zone overlay

Color-code locations by security rating (CrimeStat zones, high, medium, and low security). Useful for cargo runs and mission planning.

Map

Build Linux release

Tauri AppImage for Linux. Lowest priority since most Star Citizen players are on Windows.

Desktop

Build loaner matrix

Show loaner ships for each pledge during concept phase. UEX-sourced.

Ships

Build macOS release

Tauri macOS build. Apple notarization required. Deferred — Windows is the primary target.

Desktop

Build navigation route planner

Plan routes from origin to destination with waypoints for refueling, repairs, and trading.

Map

Build notification banner system

In-app banner for:

Core

Build org analytics dashboard

Metrics to surface:

Orgs

Build org event system

Create events (mining, PvP, salvage). Assign roles (miner, escort, hauler). Track participants.

Orgs

Build org ore request system

Members request resources with status: pending, approved, and fulfilled.

Orgs

Build org payout system

Automatic payouts based on event participation. Split types:

Orgs

Build org transaction log

Track all balance changes: payouts, transfers, and purchases.

Orgs

Build org voting and poll system

Polls for event planning and org decisions. Time-limited with auto result calculation.

Orgs

Build outposts browser

Surface outposts (mining, agricultural, research). Filter by planet or moon and services.

Map

Build per-cave detail pages

Data-driven from `harvestable-caves.json`. Show layout, ore types, entry point, and tips.

Map

Build per-laser detail pages

Per-laser detail page with full stats, recommended modules, best use cases (rock types), and comparison to alternatives.

Core

Build per-location map detail pages

Show hierarchy (system → planet → moon → surface), amenities, nearest refinery, spawn ores, and terminals.

Map

Build per-location mining detail pages

Ores that spawn here, biomes, spawn probabilities, and nearest refinery.

Core

Build per-module detail pages

Same structure as the laser detail page. Stats, compatible lasers, and best use cases.

Core

Build per-refinery detail pages

Bonuses per material, method availability, and location on the starmap. Replaces the current redirect.

Core

Build per-ship detail pages

Show stats, hardpoints, cargo, crew size, role tags, variants, and images linked out to fan wikis.

Ships

Build per-ship mining detail pages

Ship stats, turret configuration, recommended loadouts, and rock types it can handle.

Core

Build per-station detail pages

Show location in system, available amenities, shops and kiosks, refinery methods where applicable, and ship sales where applicable.

Map

Build personal trade log

User-owned trade log in Convex. Record each trip: origin, destination, cargo, and profit. Privacy-first — user opts in to share stats.

Core

Build Rock Types browser page

Build a browser UI showing composition, resistance, and instability per rock type.

Core

Build shared org inventory UI

Backend already supports `inventory` with optional `orgId`.

Orgs

Build ship comparison tool

Side-by-side comparison of 2 to 4 ships with stats, price, and role fit.

Ships

Build ship database browser

Browse all ships with filtering by manufacturer, role (combat, cargo, mining, exploration), size (small, medium, large, capital), and price range.

Ships

Build ship loadout viewer

Show the current loadout from SC Wiki and link out to Erkul for DPS calculations. Do not rebuild DPS.

Ships

Build ship price comparisons

Compare in-game aUEC price, pledge USD price, and rental price using live UEX data.

Ships

Build ship variant tree

Show variant relationships such as Aurora LN/LX/MR/ES/CL and Hornet F7A/F7C/Tracker/Ghost in a tree visualization.

Ships

Build standalone Loadouts page

Backend (`packages/backend/convex/mining/loadouts.ts`) already exists. This issue is just the standalone management UI beyond the dashboard link.

Core

Build stations browser

Dedicated browser for all space stations: Lagrange points (L1-L5), Rest Stops, and Space Stations. Filter by services such as refinery, ship sales, cargo, re...

Map

Build trade route finder

Route finder UI. Input: current location, cargo capacity, aUEC budget. Output: best profit routes from UEX. Read-only — never mirror UEX data.

Core

Build UEX client wrapper for trading

Extend the existing UEX client with trading-specific endpoints for commodity prices, routes, and terminals.

Core

Build Windows installer

Tauri bundler → signed MSI. Code signing certificate required. Distribution via GitHub Releases and [verselink.io](<http://verselink.io>) download page.

Desktop

Build work order tracker widget

Small always-on-top widget showing active refinery jobs with countdown. Click to open the full dashboard.

Desktop

Detect inactive org members

Track last activity per member. Flag inactivity after X days, configurable per org.

Orgs

Detect when Star Citizen is running

Detect if Star Citizen is running using process enumeration, with no memory hooking. Use this to auto-enable overlay and session tracking.

Desktop

Initialize Tauri 2 project

Create `apps/desktop/` with Tauri 2 and React, sharing the UI package with web. Configure `tauri.conf.json` for Windows as the primary target and macOS and L...

Desktop

Log org event results

Manual input after event: total ore mined, total profit, and notes. Feeds analytics.

Orgs

Polish auth flow UX

Better onboarding after Discord sign-in:

Core

Predict org event resources

Estimate resources needed for an event based on previous events and average outputs.

Orgs

Redesign mining dashboard with real data

Dashboard needs redesign with actual work order stats, recent sessions, and earnings charts instead of placeholders.

Core

Redesign the admin panel UI

`/a` admin panel needs redesign with bklit-style components. Better sidebar and a cleaner dashboard.

Core

Share session between web and desktop

User signs in once and the session works across web and desktop. Store the token securely using the Tauri secure storage API.

Desktop

Suggest org event roles automatically

Suggest roles based on event type, for example mining → miners, haulers, and escorts.

Orgs

Support blueprint source user reports

Users submit "found blueprint X at location Y" reports. Store them with `verified=false` until a trusted editor confirms them.

Core

Support community POI submissions

Let users submit points of interest such as hidden caches, scenic spots, and derelicts with `verified=false` until a trusted editor confirms them. Add an app...

Map

Support Discord OAuth in Tauri

Better Auth and Discord OAuth work in the browser. Build a Tauri-compatible flow such as system browser plus deep link callback or an in-app webview.

Desktop

Support fabricator location user reports

Users submit "station X has fabricator for blueprint Y" reports. Store them with `verified=false`.

Core

Track ore contributions per member

Log ore contributions per member: user, ore type, amount, location, and timestamp.

Orgs

Track profit per trip

Derive metrics from the trade log: total profit, profit per hour, best routes, and cargo utilization.

Core

Track ship ownership in orgs

Track which member owns which ship. Status: `available` / `in-use`.

Orgs

Planned

4

Committed, not yet started

Auth-gate Collection page

Crafting Blueprint Collection page needs an auth gate because the collection is per-user.

Core

Auth-gate Inventory page

Crafting Inventory page is currently accessible without sign-in. It needs an auth gate because inventory is per-user.

Core

Build Materials page

Page exists but needs data. Import material info from game files (Datarunner).

Core

Install Regolith OCR and Common packages

Add `@regolithco/ocr` (ISC) and `@regolithco/common` (MIT) as dependencies in `apps/web/` and the future `apps/desktop/`.

Desktop

In Progress

0

Actively being built

No items

Live

23

Shipped and running

Add hauling mission route and load planner

Star Citizen hauling missions give players pickup and delivery coordinates but no help optimizing how to run them. Players juggling multiple contracts must m...

Core

Better Auth migration

Discord OAuth via `better-auth-convex` with native tables and admin plugin.

Core

Blueprint browser

1040 blueprints imported from sc-craft.tools. Searchable and filterable.

Core

Crafting Simulator

Live at `/crafting/simulator`.

Core

Design system

Strict table and page design system with text sizes, tier colors, and CSS variable usage rules. Reference: `/mining/ores`.

Core

Equipment Loadout Builder

Live at `/mining/equipment`.

Core

Lasers Reference

Live at `/mining/lasers`.

Core

Market Prices

Live at `/mining/prices`.

Core

Mining Planner

Live at `/mining/planner`.

Core

Modules Reference

Live at `/mining/modules`.

Core

Ore Detail Pages

Live at `/mining/ore/[ore]`.

Core

Ore Properties Table

Live at `/mining/ore-properties`.

Core

Ores by Location

Live at `/mining/ores-by-location`.

Core

Ores Table

Live at `/mining/ores`.

Core

Org and OrgMember tables with CRUD

Convex tables and functions: create, listMine, get, inviteMember, removeMember, updateMemberRole, listMembers, getActionLog.

Orgs

Plugin registry

Mining and Crafting plugins registered with independent routes, schemas, and functions.

Core

Refinery Calculator

Live at `/mining/calculator`.

Core

Refining Bonuses Table

Live at `/mining/refining`.

Core

Rock Calculator

Live at `/mining/rock-calculator`.

Core

Sidebar restructure

Reorganize the sidebar for multi-plugin navigation. Group by plugin (Mining, Crafting, Trading). Support public, personal, and org mode switching.

Core

Surface cluster sizes, biomes, rock composition

Data is already extracted from `Data.p4k` (cluster sizes, biome modifiers, rock compositions) but not displayed anywhere. Add it to relevant pages (`/mining/...

Core

Unified navbar redesign

Current navbar is inconsistent across pages.

Core

Work Orders and Dashboard

Live at `/mining`.

Core

Got an idea?

We build what the community needs. Drop your feature request in our Discord and it might end up on this list.

Request Feature

Verselink is a free Star Citizen companion tool - mining, crafting, trading, and more in one place.

Verselinkverselink.
by GALAXIS Industries
DiscordGitHub
© 2026 VerselinkImpressumPrivacyWIP
This is an unofficial Star Citizen fansite, not affiliated with the Cloud Imperium group of companies. All content on this site not authored by its host or users are property of their respective owners. Star Citizen, Roberts Space Industries and Cloud Imperium are registered trademarks of Cloud Imperium Rights LLC.