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/review/codebase-judgments.ts
questions: {
  correctness: boolean,
  security: boolean,
  reliability: boolean,
  // +2
}
runnable
@devagrawal09367

jev-review

A staged code-review workflow and local dashboard built with TypeSafe Jev.

Guardrails & reviewTypeScript
tests/jev.test.ts
questions: {
  s0: boolean,
  s1: boolean,
}
runnable
@wobsoriano14

oxlint-plugin-jev

Lint rules written in plain English. Oxlint finds the code, TypeSafe Jev answers the question.

Guardrails & reviewTypeScript
scripts/probe-jev-input-size.mjs
questions: {
  noul: boolean,
}
runnable
@tyler-dot-earth10

patdown

typesafe's jev as a "fuzzy linter". give your code an ocular patdown.

Guardrails & reviewTypeScript
src/spam.ts
questions: {
  unsolicited_promotion: boolean,
  profile_bait: boolean,
  scam_or_phishing: boolean,
  // +5
}
runnable
@backmeupplz4

jev_antispam_bot

Minimal grammY Telegram anti-spam bot powered by TypeSafe Jev

Guardrails & reviewTypeScript
src/tools.ts
questions: {
  instructions: boolean,
}
runnable
@Nyarlathoteppppp3

pi-heed

Runtime constraints for the pi coding agent: checks every side-effecting tool call against what you said, before it runs. Powered by TypeSafe Jev.

Guardrails & reviewTypeScript
jev-moderation.ts
questions: {
  blocking: boolean,
}
runnable
@CodeAlive-AI2

mastra-jev-moderation

Input moderation for Mastra agents on TypeSafe Jev — one file

Guardrails & reviewTypeScript
demo/js/client-screener.js
questions: {
  is_toxic: boolean,
  is_profane: boolean,
  severity: score,
  // +2
}
runnable
@ItisShikhar2

gg-friggin-ez

Fast, drop-in profanity and toxicity screener for Node.js, powered by TypeSafe AI Jev. Catches leetspeak, character spacing, and romanized profanity across languages including Kannada, Telugu, Tamil, Hindi, and Bengali. ~50-500ms latency.

Guardrails & reviewTypeScript
packages/decision-provider/test/openrouter.live.test.ts
questions: {
  wants_refund: boolean,
  intent: choice,
}
runnable
@omkarghugarkar0072

actiongate-jev

Runtime authorization and guardrails for AI-agent tool calls with deterministic policy and TypeSafe Jev via OpenRouter.

Guardrails & reviewTypeScript
src/safe_sh/__init__.py
questions: {
  file_removal: score,
  credential_theft: score,
  data_exfiltration: score,
  // +5
}
runnable
@EpicEric1

safe-sh

Static shell script analysis with Jev.

Guardrails & reviewNix
test/jev.test.mjs
questions: {
  uses: boolean,
}
runnable
@fatwang21

jev-review-action

Configurable GitHub submission review and PR classification with TypeSafe Jev. No text-generation model.

Guardrails & reviewJavaScript
src/jev.ts
questions: {
  should_review: boolean,
  risk: choice,
  route: choice,
  // +1
}
runnable
@NemanjaManic1

ci-gatekeeper-bot-jev

GitHub Action that uses Jev (TypeSafe AI via Vercel AI Gateway) to cheaply triage pull requests before expensive LLM/human review

Guardrails & reviewShell
scripts/probe-limits.mjs
questions: {
  condition: choice,
}
runnable
@Victor-Casado1

if-ai

Plain-English pull request checks powered by Jev. One condition, a minimum confidence, one check.

Guardrails & reviewTypeScript