⌘K
v 0.0.2FeatureRelease

Synteq Platform Major Update + Official CLI Launch

Stability and UX pass across the platform, most reported beta issues resolved, and the official launch of the Synteq CLI with full TUI mode.

Fixes & improvements

The vast majority of issues reported in the initial beta phase are resolved. Grouped by area:

Notifications
Login, provisioning, and other key notification types are firing reliably.
Team Management
Cleaner UI for inviting and managing technical and read-only members. The project-based permission model is now clearly explained inline.
VPS Lifecycle
Most (if not all) reported bugs fixed.
Networking
All submitted issues resolved.
Live Resizing
Resize running instances in place, with a restart banner and warning when a cycle is required.
Support Tickets
Image upload support, reduced rate limiting, higher character limits, and general UI polish.
Profile Pictures
Fixed the registration flow so avatars save correctly.
VPS Transfers
Attached block storage now transfers with the instance.
Order Flow
Improved OS image selection UI.
Dashboard
Now displays your tickets directly.
Order Sliders
Added animations that better reflect the text-input mechanic.

…and many, many more.

Synteq CLI

The official Synteq CLI is live. Scriptable control over provisioning, management, and monitoring — from your terminal — with a full interactive TUI mode.

Install

$ npx synq
$ npm install -g synteq
$ npm install -g @synteq/cli

Get started

$ synteq # launch the interactive TUI
$ synteq tui # same as above, explicit
$ synteq help # list every command
v 0.0.2