Back to Projects

Better-learn

GitHub Classroom alternative that auto-grades every student push in an isolated sandbox.

Next.jsTypeScriptPrismaPostgreSQLE2BBullMQGitHub AppTailwind CSS
Better-learn preview

Better-learn is a coding-classroom platform built on GitHub. Teachers publish an assignment from a template repo, students accept it into their own private repo, and every push is graded automatically in an isolated E2B sandbox with the result posted back as a GitHub check.

Teachers can describe an exercise in a sentence and get a complete draft back — starter code, tests, and grading config — or point the assignment at a template repo they already own. Grading is plain shell commands, so it works for any language, and partial credit is parsed straight from common test runners.