EVERY ENTRY HAS RECEIPTS

AWESOME
JEV

Open-source directory

Every project here really calls Jev in its source · refreshed daily

788projects
182runnable here
765code receipts

ALL 788 PROJECTSEvery project

src/typesafe_mario/policy.py
questions: {
  next_action: boolean,
  danger: score,
}
runnable
@fhshaik287

typesafe-mario

A TypeSafe/Jev agent that plays Super Mario Bros. from structured emulator state.

Games & simulationPython
tactics.py
questions: {
  risk: score,
}
runnable
@RomanSlack79

jev-drone

Camera-only autonomous drone in MuJoCo with a small judgment model (TypeSafe Jev) in the loop at 2.5Hz

Games & simulationPython
demo01/questions.mjs
questions: {
  team: choice,
  human_requested: boolean,
  refund_requested: boolean,
  // +3
}
runnable
@kavehmz10

typesafe-playground

Interactive experiments with TypeSafe Jev, from support routing to 3D driving simulations with real AI decisions and visible sensor inputs.

Games & simulationJavaScript
public/js/brain.js
questions: {
  lane_action: choice,
  speed_action: choice,
  hazard: score,
  // +1
}
runnable
@vinilana10

live-jev

2D autonomous car simulation in the browser, driven by TypeSafe's Jev decision model

Games & simulationJavaScript
server/pilot.ts
questions: {
  throttle: choice,
  yaw: choice,
  pitch: choice,
  // +3
}
runnable
@arielweinberger4

jev-autopilot

This demo uses Jev from TypeSafe AI to autonomously fly a drone in a random city from point A to point B, avoiding obstacles along the way. A trip costs $0.01.

Games & simulationTypeScript
public/world.mjs
questions: {
  line: choice,
  pace: choice,
  overtake: boolean,
  // +1
}
runnable
@bchaney1

jev_speedway

Uses jev to control race cars on a virtual track

Games & simulationJavaScript
test/helpers.mjs
questions: {
  next_move: choice,
}
runnable
@kspviswa1

chakravyuha-jev

Chakravyuha — a polar ring-maze where every move is a Jev (TypeSafe System One) decision. A fun experiment: the model picks each move, the walk grades it green or red, and the history page asks whether its confidence score can be trusted. BYOK, no build step.

Games & simulationJavaScript
backend/train-judge.ts
questions: {
  intent: choice,
  connection: choice,
  supported: boolean,
}
runnable
@solhosty1

last-train-jev

A small detective escape room built with TypeSafe Jev, React, and Express.

Games & simulationTypeScript