Solid Printers
Solid Printers is a platform for buying and selling 3D printers, CNC machines, and laser engravers. On top of the marketplace it adds service tickets (a repair/maintenance request workflow with providers), a personal machine fleet with maintenance schedules and history, reviews, sales history, and fleet access sharing between buyers and sellers.
Everything you can do in the web app is also exposed through a public API, and there is a terminal client that talks to the same API.
The three surfaces
- Web app (
https://solidprinters.xyz) - the full product: marketplace browsing, profile, fleet management, service tickets, providers, reviews, sales, moderation, and integrations (Moonraker monitoring). - v1 API (
https://solidprinters.xyz/api/v1/*) - a JSON API for developers and integrations. Public read endpoints work without a key (rate-limited); user-scoped endpoints require an API key tied to your account. See API reference. - TUI client (
solid-printers-tui) - a Go terminal UI that browses printers, tickets, your fleet, maintenance, groups, reviews, sales, the blocklist, providers, monitoring, and shared printers. It is one consumer of the v1 API and is the reference client for how to use it.
Other pages
- API reference - the v1 public API: auth, rate limits, pagination, and one section per endpoint group.
- Enterprise accounts - organizations for shared fleets (admin/member roles, org-owned printers, sale behavior). Currently in development.
- Costs - what running the platform costs and why.
Status
Pre-alpha. The platform is live and in active development; breaking changes to the API are expected until v0.1.0.