Skip to content

Add jev-canvas - #22

Open
gaborishka wants to merge 2 commits into
hellogumbo:mainfrom
gaborishka:add-jev-canvas
Open

gaborishka wants to merge 2 commits into
hellogumbo:mainfrom
gaborishka:add-jev-canvas

Conversation

@gaborishka

@gaborishka gaborishka commented Sep 19, 2026

Copy link
Copy Markdown

Project: https://github.com/gaborishka/jev-canvas

Where Jev fits: one Decisions API request per partial transcript answers the typed questions (is this a command, is it complete, action, shape, colour, target, place, size) and deterministic code applies the thresholds and edits the canvas.

  • I added one object to data/projects.json and ran npm run validate — the object is added, and I checked the file still parses as valid JSON, but I did not run npm run validate locally.
  • I did not commit README.md or site/index.html (CI regenerates them)
  • I am the author, or I linked where the project was announced

Adds jev-canvas (I built and maintain it).

What it is: a browser demo where you draw on a tldraw canvas by speaking while pointing a finger at the screen (MediaPipe hand tracking + Web Speech API).

How it uses Jev: one Decisions API request per partial transcript with typed questions (noul: is_command, complete; choice: action, shape, colour, target, place, text span; score: size). Thresholds, pointing-word capture and execution are plain code. Questions: shared/questions.js, policy: shared/policy.js.

Evidence: scripts/probe.js runs 18 spoken commands (10 English, 8 Ukrainian) against the live API: 18/18 correct, 300–550 ms, about 1,900 input tokens per request. The README notes two findings: short Ukrainian imperatives scored is_command at 12% until the question said the speaker may use Ukrainian (87% after), and a visible finger alone pulls where=point up, so code only honours it when a pointing word was spoken.


View with [code]smith Autofix with [code]smith
Need help on this PR? Tag @codesmith-bot with what you need. Autofix is disabled.

Summary by CodeRabbit

  • New Features
    • Added the Jev Canvas project to the project directory.
    • Includes details about its interactive voice and webcam-based drawing experience, category, language, and publication date.

@coderabbitai

coderabbitai Bot commented Sep 19, 2026

Copy link
Copy Markdown

Review Change StackReview Change Stack

Warning

Review limit reached

Next included review available in 48 minutes.

Check out review usage here.

View limit details

Limit details: You’ve used the included review currently available.

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

Learn how review limits work.

Review configuration:

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Advanced

Run ID: 2f3596c6-bfb9-42ae-8a91-923da3e4b959

📥 Commits

Reviewing files that changed from the base of the PR and between f28df22 and 9ad38d3.

📒 Files selected for processing (1)
  • data/projects.json

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Advanced

Run ID: 96de84a8-71c5-465c-afaf-a69666efa84d

📥 Commits

Reviewing files that changed from the base of the PR and between 776f499 and f28df22.

📒 Files selected for processing (1)
  • data/projects.json

Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review.


📝 Walkthrough

Walkthrough

The project catalog adds jev-canvas with repository, description, category, language, star count, and added date metadata.

Changes

Project catalog

Layer / File(s) Summary
Add jev-canvas entry
data/projects.json
Adds the jev-canvas demo to the projects array with its repository, description, category, language, star count, and added date.

Priority: ⬇️ Low

Estimated code review effort: 1 (Trivial) | ~5 minutes

Change: Other

Suggested reviewers: scald

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly identifies the main change: adding the jev-canvas project.
Description check ✅ Passed The description includes the project URL, explains where Jev fits, confirms the generated files were not committed, and identifies the author. It also accurately states that npm run validate was not r…
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0…
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches 💡 1
⚔️ Resolve merge conflicts 💡
  • Resolve merge conflict in branch add-jev-canvas
🧪 Generate unit tests (beta)
  • Create a new PR

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant