This repository powers tribunus.dev, the public website for Tribunus — an independent, founder-led software company. The company is one founder, one product, one bet. The website is exclusively about the company, the founder, and how to work with us.
Founded October 2024 by Julian Torres in San Francisco, California.
Tessera Studio, the only product Tribunus ships in 2026, lives at tessera.tribunus.dev. This site (tribunus.dev) is the company-and-founder site; the Tessera site is the product site.
- Pure static HTML + CSS. No build step, no JavaScript framework, no trackers, no cookies.
- Deployed to GitHub Pages from the
mainbranch, root path. Custom domaintribunus.devis configured viaCNAME. - Source for Tessera, the Tessera Studio app, and the other Tribunus projects live in their own repos under github.com/Tribunus-dev.
- All pages share one stylesheet:
assets/site.css. When changing the look, edit that file, not per-page<style>blocks.
| Path | Purpose |
|---|---|
/ |
Company & founder landing — hero, the one product, honest status map, contact |
/company |
About Tribunus as a company — mission, how we build, the product in flight, license, founder callout, contact |
/founder |
Julian Torres — bio, TL;DR, what's shipped, how he works, timeline, press |
/looking-for |
Five concrete ways to work with Tribunus: beta users, co-engineers, quantization researchers, advisors, investors |
/tessera |
Brief on Tessera Studio with a clear link out to tessera.tribunus.dev |
/linkedin |
Canonical copy-paste copy for the Tribunus LinkedIn presence (personal + company page) |
/blog |
Index of blog posts (rendered by a separate workflow) |
/404 |
On-brand 404 |
/.well-known/security.txt |
Coordinated vulnerability disclosure contact |
/humans.txt |
Team attribution |
/sitemap.xml |
Sitemap |
python3 -m http.server 8000
# then open http://localhost:8000Or with any other static server (e.g. npx serve).
The canonical copy for LinkedIn lives in /linkedin.html. Each block is annotated with the LinkedIn field it targets and has a copy-to-clipboard button. When the company story changes, update the page first, then mirror to LinkedIn.
The five collaboration shapes live in /looking-for.html. Each shape has a "first email" with a specific subject line. The nav label for this page is "Work with us" everywhere (nav + footer). Keep the shape names and the contact info in sync with /index.html (which links to the shapes) and /founder.html.
The status table on the homepage (index.html → "Current status") is the source of truth for "what is live, what is in dev, what is planned". Update the rows there whenever a status changes — the rest of the site will start to drift if this map drifts.
The code in this repository is released under the GNU Affero General Public License v3 (AGPL-3.0). The site copy (text on the public pages) is released under CC-BY-4.0 unless otherwise noted. The Tessera fork (a separate repo) ships under LICENSE-TESSERA (PolyForm Noncommercial 1.0.0) with commercial licenses available — contact enterprise@tribunus.dev.
© 2024–2026 Tribunus · Founded by Julian Torres · San Francisco, California