60-Second Vertical Demos
Scroll-snap stack of finished projects. Autoplay-on-view. No tutorials, no roadmaps — just the thing running.
The TikTok-format demo reel for finished GitHub projects. 60-second vertical clips of real, working code.
For the kind of repos you ship
Scroll-snap stack of finished projects. Autoplay-on-view. No tutorials, no roadmaps — just the thing running.
One opt-in line writes back to your GitHub profile. Every push updates the embedded preview.
Cmd+K queries by language, framework, license. Find the rust CLI you actually wanted in three keystrokes.
Code is what gets shipped here
const kit = "shipped";
fn main() { println!("hello, gittok"); }
async fn deploy() -> Result<()> { Ok(()) }export default demo;go func() { push("v1.0.0") }()
git tag -a v0.4.2 -m "final cut"
pub fn render() -> impl Widget { ... }cargo publish --token $CARGO_TOKEN