Your second brain,
on e-ink displays.

inklet builds connected e-ink displays and software that bring useful information into the spaces where you live and work.

inklet — Daily winner on Uneed
Contextual, not chaotic
Easy on the eyes
Private by design

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
Discover more →
Today's Menu
Honey Garlic Salmon Bowl
prep 15 min · cook 20 min · serves 2
inklet display
kitchen

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.

Get Started

SDK

inklet Portal SDK

Build custom integrations for your inklet displays. Hand the SDK text, a link, an image, or a PDF — Inklet does the layout, picks the room, and renders for the panel.

  • One call puts words on a wall
  • Server-side TypeScript, fully typed
  • Portal cloud, or your own Compute Hub
Explore the SDK
import { Inklet } from "@inklethq/sdk";

const inklet = new Inklet({ pat: process.env.INKLET_PAT! });

await inklet.push.auto({
  title: "Grocery list",
  assets: [
    inklet.assets.text("Milk, eggs, coffee"),
  ],
});

Information should find you,
not the other way around.