Build in the open
The implementation matters as much as the result. Source, architecture, and tradeoffs should be inspectable.
Independent engineering · Open source
Valesor Development is an engineering imprint for open-source software, experiments, tools, and systems built to be understood, changed, forked, and used.
The imprint
Valesor Development isn't a consultancy, startup, or product company. It's the name Brian puts on software released publicly: one home for projects with a consistent engineering philosophy, identity, and license.
Some projects solve practical problems. Others explore an idea. What connects them is that the source is available, the internals are meant to be understood, and the work remains useful without depending on a commercial platform behind it.
Principles
The goal isn't software for its own sake. It's software with enough clarity and independence that someone else can make it their own.
The implementation matters as much as the result. Source, architecture, and tradeoffs should be inspectable.
Tools should give people control over their systems and data instead of creating unnecessary dependencies.
Good systems can evolve. Interfaces should be understandable, components replaceable, and assumptions visible.
An imperfect tool someone can use, fork, or learn from has more value than a perfect project that never leaves a private repo.
Released projects
This collection is generated directly from repositories in the
Valesor organization carrying the released topic.
One system, five marks — shared design system + instrumentation for the Solo7 site family. Gruvbox tokens, WCAG-AA gated, <15KB CSS, zero-build consumption. Apache-2.0.
Source first
Every released Valesor project lives publicly under the Valesor Development GitHub organization .
This website follows the same rule. Its Astro source, deployment configuration, styling, and project-generation workflow are all visible in valesordev/valesordev.com .
github.com/valesordevDefault license
Unless a repository states otherwise, Valesor software is released under Apache License 2.0: a permissive open-source license with an explicit patent grant.
Apache License 2.0Under the hood
Static HTML as the default. No application runtime required.
A shared visual system pinned and vendored with the site's source.
Source control and the authoritative source for the released project catalog.
Lightweight frontend observability without session replay or identity tracking.
Valesor Development