The
visual layer.
AI coding
needs most.

Skills, commands, context — buried in files you never open. Tincture floats them on your screen. The missing surface for agentic coding.

Works with
Claude Code
Cursor
Windsurf
Commands
/commitStage & commit
/reviewCode review
/testRun test suite
/parkSave an idea
/overheadContext usage
/researchDeep dive
/compactCompress context
/deployShip it
Context
Model opus-4
Thinking
MCP Servers 3 active
Plugins 2 loaded
Context used 42%
Session 12m
Keys
Accept Tab
Cancel Esc
History up
History down
Clear ⌘K
New line Shift ↵
Interrupt Ctrl C
Tincture X
Map
components/Hero.jsx
components/Nav.jsx
components/Card.jsx
styles/global.css
CLAUDE.md
my-project — ~/Code/my-project
Explorer
components
H
Hero.jsx
H
Nav.jsx
H
Card.jsx
styles
C
global.css
pages
public
M
CLAUDE.md
M
README.md
Hero.jsx
Nav.jsx
1export default function Hero() {
2 return (
3 <section className="hero">
4 <h1>
5 Build faster.
6 <span className="fade">
7 Ship sooner.
8 </span>
9 </h1>
10
11 <p>Your AI workspace,
12 always one glance away.</p>
13
14 <Button variant="primary">
15 Get started
16 </Button>
17 </section>
18 )
19}
Claude Code
zsh
$ claude
╭──────────────────────────────╮
Claude Code v1.0.34
╰──────────────────────────────╯
make the hero section more
impactful, bigger headline,
add a subtle fade on the
subheading
Read components/Hero.jsx
Read styles/global.css
I'll increase the headline
size and add a fade-in
animation to the subheading.
Edit components/Hero.jsx
Edit styles/global.css
Changes applied