Issues

In Progress 3

Reduce hero padding on small screens Bug Mobile Urgent
Add entrance animations to feature cards Motion
Replace PNG icons with inline SVG Cleanup

Todo 7

Fix font loading flash on first visit Bug
Audit color contrast across text styles Accessibility
Add scroll-linked blur to the header Motion
Remove unused CSS variables from tokens Cleanup
Add dark mode toggle with system detection Feature
Improve largest contentful paint on the front page Performance
Design empty states for dashboard views Design

Done 21

Add skeleton loaders to data tables Feature
Fix z-index stacking on the mobile nav overlay Bug
Build responsive grid for the pricing table Design
Align footer column widths across templates Cleanup
Issue

Fix font loading flash on first visit

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

Events 5

@janele added frontend performance 3h
@samson linked this to lighthouse audit 15h
@haiku changed status to todo 2d

2.0 Plan

From a rough idea to a planned cycle

Specs, projects, and cycles in one place, ready for people and agents to pick up.

Write specs where the work happens

Draft PRDs and proposals next to the issues they produce. Comment, revise, and settle decisions together in shared documents.

2.2 Documents +

Shared editing

Write PRDs and specs together in a live document editor

Comments in context

Settle open questions right where they come up in the text

Bullets to issues

Turn a list of bullet points into tracked issues in one step

Follow documents

Get a note when a document changes, with diffs and new comments

Run projects from spec to ship

Projects group related issues across teams, with progress rolled up automatically as work gets done. Planning and execution stay in one view.

2.1 Projects ->

20 issues
Backlog 5
Set up CI pipeline

tooling feature

January 28, 2026 • Something
Rebuild search index

search databases

January 30, 2026 • Something
Add rate limiting to public API

security api

January 27, 2026 • Something
Migrate session store to Redis

databases performance infra

January 29, 2026 • Something
Todo 4
Implement webhook retry logic

api reliability

January 28, 2026 • Something
Add health check endpoints

api monitoring infra

January 29, 2026 • Something
Normalize error response format

api cleanup

January 30, 2026 • Something
Set up database migration runner

databases tooling feature

January 27, 2026 • Something
In progress 4
Fix connection pool timeout

databases bug

index.md+69-9

brand.css+32-12

home.css+6

January 28, 2026 • Something
Add request validation middleware

api security feature

January 29, 2026 • Something
Optimize bulk insert queries

databases performance

January 30, 2026 • Something
Build landing page

Make a landing page based on attached docs explaining what we do

Read brand-guidelines.pdf

Thought 6s

ui-extension.js
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.

Haiku

If it’s in Inter, it gets done.

© 2026 Inter Inc. • PrivacyTerms