Your second brain,
on e-ink display.
Contextual, not chaotic
Easy on the eyes
Private by design
Today's Menu
Honey Garlic
Salmon Bowl
prep 15 min · cook 20 min · serves 2

kitchen
Display
inklet D1
An e-ink ambient display that blends into your space. No glowing screens, no notifications — just the right information, quietly appearing where you need it.
- E-ink — no backlight, no eye strain
- AI-powered content routing
- Notion, Craft & Obsidian sync

Schedule
Calendar synced to your walls
Dashboard
Manage all displays from one place
Notes
Notion, Craft & Obsidian sync
AI Routing
Right info to the right room
Software
inklet Portal
Your cloud dashboard for ambient life. Manage what appears on your displays, sync with the tools you already use, and let AI handle the rest.
Coming SoonSDK
inklet Portal SDK
Build custom integrations for your inklet displays. Push content from any source through a simple API — your data, your workflow, your displays.
- Push API — send content to any display
- TypeScript & Python SDKs
- Works with Portal cloud and local compute hub
import { Inklet } from '@inklet/sdk'
const inklet = new Inklet({ apiKey: 'il_...' })
await inklet.content.push({
type: 'markdown',
body: '# Grocery List\n- Milk\n- Eggs',
metadata: { tags: ['kitchen'] },
ttl: '24h'
})Information should find you,
not the other way around.