Slate Is Betting Your Notes App Should Run Entirely on Your Laptop

A local-first markdown editor with on-device AI reasoning, pitched at users who don't want their thinking sitting in someone else's cloud.

About Slate

Published

Open Slate and the first thing you notice is what is missing: no sign-in screen, no sync spinner, no prompt to connect a workspace. The app opens to a blank markdown file on your machine, and the AI panel sitting next to it is meant to reason over that file without shipping its contents anywhere. The pitch from the company website is direct: "Local markdown notes with AI built in. No sync. No lock-in. Just your thinking." [Slate]

That is a deliberately narrow product description, and it is the entire bet. Slate is wading into a notes category dominated by cloud-first incumbents (Notion, Obsidian with its sync add-on, Apple Notes, the various AI-native entrants like Mem and Reflect) by going the other direction. The files live on your disk as plain markdown. The reasoning happens alongside them. If Slate disappears tomorrow, the argument goes, your notes are still sitting in a folder you can open with any text editor written in the last forty years.

The bet

The product, as described on the company's site, is positioned around two ideas that have been gaining quiet momentum among power users: local-first software, and AI that runs close to your data rather than in a remote inference cluster [Slate]. Markdown is the connective tissue. It is portable, diff-able, version-controllable, and it has become the default format for technical writers, researchers, and a growing slice of knowledge workers who got tired of their notes being trapped inside proprietary block editors.

What Slate adds on top is AI reasoning that is meant to feel like a thinking partner rather than a chat window bolted onto a sidebar. The site's framing ("Think in markdown. Reason with AI.") suggests the AI is scoped to the notes themselves rather than the open web [Slate]. That is a meaningful design choice. A local notes app with a reasoning layer that respects the local-first contract is a product shape that, until recently, was not really possible. Smaller, capable models that run on consumer laptops have changed the math.

Why it could matter

The tailwind here is real, even if it is quiet. The local-first movement, which started as an academic and indie-developer position, has moved into mainstream developer tooling over the last three years. Obsidian has built a large paying user base on essentially the same premise (your files, your machine), and the appetite for software that does not require a subscription tied to a cloud account has only grown as users have watched AI features get added to apps in ways that send their content to third-party model providers by default.

Slate's wedge is the combination. Obsidian is local but its AI story depends on community plugins and, often, remote API keys. Notion's AI is excellent but the entire app is cloud-native. A product that holds the local-first line and also gives you a competent reasoning model on your own data has a coherent answer for a specific user: the researcher, the lawyer, the engineer, the writer who treats their notes as serious intellectual property and does not want them training somebody else's model.

If on-device inference continues its current trajectory (Apple Silicon's neural engine, the steady shrinkage of capable open-weight models, llama.cpp and MLX as deployment runtimes), the technical ceiling on what a local AI notes app can do keeps rising. A product built for that curve from day one is better positioned than one trying to retrofit it.

The team and the traction

Slate's public footprint today is the product itself and the website [Slate]. The company has not disclosed funding, headcount, or user numbers in the materials gathered for this story. That is consistent with the indie-developer-shipping-a-tool pattern that has produced some of the more durable software in this category (Obsidian itself ran for years without outside capital). It is also consistent with an early launch where the team is letting the product carry the introduction.

What the bears would say

The most credible concern is distribution. Local-first notes apps have a structural disadvantage in growth: there is no shared workspace pulling new users in, no team plan, no viral document share. Every install has to be earned one user at a time, usually through word of mouth in technical communities. Obsidian made that work over many years; the question for Slate is whether the AI angle compresses that timeline or whether it just adds inference cost to a product that still has to grind for every download. The bull answer is that the AI feature is exactly the kind of thing that gives a local-first tool a fresh reason to be discovered and demoed, and that the local-first constraint becomes a marketing asset rather than a liability as more users get uneasy about where their notes are going.

What to watch

The next twelve months for Slate come down to a few visible signals. First, what models ship inside the app, and whether the company commits to a fully on-device default or hybrids with a remote option for heavier reasoning. Second, whether a paid tier emerges and what it gates (sync, despite the current marketing, is the obvious eventual ask from users with more than one machine). Third, whether the team starts publishing, because in the local-first category, the developers who write openly about their architecture tend to be the ones who build trust fastest. A first paid release, or a public note on the inference stack, would each be a real tell.

Technical breakdown

The product surface, based on the company's description, has three load-bearing pieces [Slate]. The storage layer is plain markdown files on the local filesystem, which means interoperability with every other markdown tool and no proprietary database to migrate out of. The editor layer is a markdown-native writing surface, which is the table-stakes part. The reasoning layer is the interesting one: an AI that operates over the user's notes without a sync requirement, which strongly implies either on-device inference or a carefully scoped remote call that does not persist content. Whether it is fully local or hybrid is the single most important technical question the product has to answer publicly, because the entire trust proposition depends on it.

What could go wrong at scale

The honest failure modes are mostly economic rather than technical. On-device inference is free at the margin for the user but expensive to support across the long tail of consumer hardware (older Intel Macs, low-RAM Windows laptops, the user who wants the 70B model on a machine that can run a 7B). A remote fallback solves the hardware problem but erodes the local-first promise that is the entire reason to choose Slate over Notion. Pricing a one-time license high enough to fund ongoing model work, while staying cheap enough to compete with subscription incumbents, is a needle other indie tools have threaded but none have made look easy. The product is well-conceived; the business model around it is the harder design problem.

Read on Startuply.vc