Draft PRDs and proposals next to the issues they produce. Comment, revise, and settle decisions together in shared documents.
index.md+69-9
brand.css+32-12
home.css+6
Preload both
woff2
files in the document head and set
font-display: swap
so the fallback holds position until
the webfont resolves.
| Owner | @tipiirai |
| Tooling |
css
|
| Tags | frontend performance |
| Branch |
font-fix
|
| Project | Web performance |
| Deadline | March 5, 2027 |
| Actors |
|
2.0 Plan
Specs, projects, and cycles in one place, ready for people and agents to pick up.
Draft PRDs and proposals next to the issues they produce. Comment, revise, and settle decisions together in shared documents.
Write PRDs and specs together in a live document editor
Settle open questions right where they come up in the text
Turn a list of bullet points into tracked issues in one step
Get a note when a document changes, with diffs and new comments
Projects group related issues across teams, with progress rolled up automatically as work gets done. Planning and execution stay in one view.
tooling feature
search databases
security api
databases performance infra
api reliability
api monitoring infra
api cleanup
databases tooling feature
databases bug
index.md+69-9
brand.css+32-12
home.css+6
api security feature
databases performance
Make a landing page based on attached docs explaining what we do
Read brand-guidelines.pdf
Thought 6s
customElements.define('ui-ext', {connectedCallback() {const el = this.querySelector('pre')const data = JSON.parse(el.textContent)render(this, data)}})
site/index.yaml+52
Done. Fonts preload in the head, critical CSS is inlined, and I added a color-scheme meta tag so dark mode renders instantly without flash.