Applications

feedwall

@abhixhek2JavaScriptMITupdated 2026-09-19runnable

Your feed, your rules, in plain English. A browser extension that filters X, YouTube, Reddit, LinkedIn and Hacker News with topics you write yourself. Bring your own Jev key.

abhixhek/feedwall

Where it calls Jev

const response = await fetch(settings.baseUrl.replace(/\/$/, "") + "/v1/systemone", {

src/background.js:97

The link points at the commit we read, so the line number still holds.

What it asks Jev

These question sets are lifted from this project's source exactly as written.

from src/ui/options.js:40

  1. ttrue/false

    Is this post engagement bait?

Run it on your own text

The code
import { experimental_evaluate as evaluate } from 'ai';

const { answers } = await evaluate({
  model: 'typesafe-ai/jev',
  state,
  questions: {
    t: { type: 'boolean', instructions: 'Is this post engagement bait?' },
  },
});

Other projects in this category