# PCBQuotes > Own-brand, USA-made quick-turn printed circuit board (PCB) service with instant > online quoting. Enter board specs, get a transparent price grid across quantities > and lead times in seconds — no login required. PCBQuotes competes with Advanced Circuits and Sunstone Circuits on speed and transparency: an instant, no-signup quote instead of a login wall or a sales call. Boards are fabricated by a US partner shop; PCBQuotes owns the pricing, quoting experience, and customer relationship. For the full concatenated reference, see [llms-full.txt](https://pcbquotes.com/llms-full.txt). ## Quoting - [Instant quote configurator](https://pcbquotes.com/quote): pick layers, dimensions, material, finish, and tolerances; get a lead-time × quantity price grid. - Anonymous visitors get a few free quotes per hour. A free account gives unlimited quotes and saved quote history. ## API The quoting API is public and documented via OpenAPI. - OpenAPI spec: https://api.pcbquotes.com/openapi.json - Catalog of valid board options + constraints: `GET https://api.pcbquotes.com/v1/catalog/options` - Price a board (no auth): `POST https://api.pcbquotes.com/v1/quotes/price` ## Accounts - [Create a free account](https://pcbquotes.com/register) — unlimited quotes + saved history. - [Log in](https://pcbquotes.com/login) ## Notes - Board specs are imperial-first (inches, mils, oz) with a metric toggle. - Ordering and payments are coming soon; today the site provides instant quoting.