What actually makes an Astro theme worth starting from
Most themes hand you a layout. The useful ones hand you a decision you no longer have to make.
There is a version of a theme that is really just a folder of components. You install it, and you are exactly where you were before: staring at a blank page, except now the blank page has opinions about button radii.
A theme earns its place when it removes a decision rather than deferring it.
The decisions that actually cost you
When a small team builds a site, almost none of the time goes into writing components. It goes into three arguments nobody wins quickly.
How big is the biggest text on the page, and what does everything else measure against it. Where does the page breathe, and where does it stay tight. What does the site do when there is one project instead of twelve.
A theme that answers those three questions is worth starting from. A theme that ships forty components and no position is a parts bin.
An opinion you can override
The trick is that an opinion has to be legible. If our type scale is buried in six files of utility classes, you cannot disagree with it — you can only fight it.
So every Quaeris theme exposes its position as a short list of tokens: the scale, the measure, the hairline, the accent. Change five values and the whole site moves with you. That is the difference between a theme you customise and a theme you excavate.
What we will not do
We will not ship a settings panel with ninety switches. Ninety switches is not flexibility, it is an unfinished design handed to you as homework.
We would rather be specific, be wrong for some people, and be genuinely useful for the rest.