Skip to content
JevDirectory.org
CommunityRepos & SDKs4 starsVerified 2026-09-22

SlidePilot

Experimental Slidev addon that streams presenter voice through a Cloudflare Worker, where Jev answers four typed questions before TypeScript applies the navigation policy and advances the deck.

Category
Repos & SDKs
Published by
Community
Author
harshil1712
Added
2026-09-22
Tagscommunitytypescriptcloudflarevoiceslidev

Highlights

  • Jev evaluates four typed questions per slide: natural advancement, completion of the core idea, continued speaking, and natural boundary.
  • TypeScript, not the model, applies the navigation policy, with cooldown and stale-decision guards before advancing.
  • Without a TypeSafe API key the Worker uses a deterministic mock policy; transcripts and slide content are sent to Jev only when a key is set.
  • Manual keyboard and clicker navigation always works, and a pending advance is cancelled if the presenter resumes speaking.
  • The npm addon package is prepared but not yet published, so the included demo and Worker must be run from a clone.

Quickstart

bash
pnpm add slidev-addon-slidepilot

Watch out

MIT-licensed. Needs Node.js 20+, pnpm, a Cloudflare account with Workers AI access and an optional TypeSafe API key; no application-level authentication ships, and the npm addon package is not yet published.

More like this

45GitHub stars
Experimental Hono router that matches an incoming HTTP request to a plain-language route description: one yes/no Jev question per description is evaluated in a single call, and the first registered route above the threshold wins.
Repos & SDKs#community#typescript#routing
18kGitHub stars
Generative UI framework with an experimental Jev composer that selects components and layout from application-supplied candidates through Vercel AI Gateway, rendering catalog-constrained JSON specs.
Repos & SDKs#community#typescript#vercel
Communityjson-render
5.3kGitHub stars
A filesystem-first framework for durable AI agents whose auto model router defaults to Jev through Vercel AI Gateway and whose evaluate helper asks typed Choice, Score, and Boolean questions inside tools.
Repos & SDKs#community#typescript#agents
Communityeve
Back to all resources

From the community

Posts from builders shipping with Jev right now.

Follow @typesafeai

The case against Jev-scored compaction

This is a terrible compaction strategy that fundamentally doesn't understand how compaction and context management work. Seems like a lot of people are confused so let's break this down. 1. Compaction isn't a filter The role of compaction is to clean up history to keep the Show more

tamara
tamara
@tamarajtran

found the perfect use case for @typesafeai Jev: instant compaction in 2026, why is compaction still a summarization prompt? Jev can make it instant by scoring every tool call and dropping what’s irrelevant

Reply

Classifying rows in DuckDB

A playable 16-judgment demo

AI multiple choice, not essay writing

Screening agent actions with Jev

Tested TypeSafe’s Jev (no-text, probability-only model) as an AI agent safety monitor. Checking each action first worked well caught most attacks with almost no false blocks, and much faster than Gemini.

Image
Image
Image
Diogo Almeida
Diogo Almeida
TypeSafe AI
@CompleteSkeptic

After co-inventing ChatGPT, I kept asking myself: why have superhuman chat models not led to AGI? I’ve spent the last 2 years in stealth building a new way to train models (RLCD), and a new type of frontier AI model that we are releasing today: Jev • 20-200x faster • 40-400x

Reply

Cua's small System One models