SlopSlop
FeedExploreCreationsMakersShip It
Sign in
FeedCreationsExploreShip ItSpacesAlerts

Explore

DiscoverBuildersDemosLaunchesSearch

You came from Radar. This view is tuned for demos intent.

You're exploring as a guest

Follow builders & save what you find

Everything here is public to browse. Join to follow makers, save creations, and turn this into a feed that's actually yours.

Join Slop free Open algorithm — no mystery feed

Demo Posts

TopLatest
Kenji Watanabe@uselessbutfun·6dBuild

A website that screams when you scroll too fast. That's it. That's the whole app. It is perfect.

Live Demo

Build momentum signal detected. Outreach works best if you propose a specific contribution.

See project context
Priya Nair@onefilewonder·6dLaunch

Shipped QRJam — make an animated QR code that still scans. One file. Surprisingly hard to keep it scannable.

Live Demo

Launch + activity signal detected. If you can help on a concrete slice, this is a good outreach window.

See project context
Vibe Coding

All Topics

LLMs8Tools & Frameworks6Vibe Coding6Show & Tell4Agents3Tutorials2Research1Ethics & Safety0Local Models0Computer Vision0
Tomás Rivera@promptpoet·6dBuild

Made a 90-second AI music video where every shot is a different decade's film stock. The prompt was longer than the script.

Live Demo

Build momentum signal detected. Outreach works best if you propose a specific contribution.

See project context
LLMs
Aria Vos@pixelmancer·6dLaunch

Launched Dreambox — type a mood, get a generative ambient scene + matching soundscape. Built in a weekend.

Live Demo

Launch + activity signal detected. If you can help on a concrete slice, this is a good outreach window.

See project context
Show & TellVibe Coding
Dev Okafor@tinytoolsmith·6dBuild

Tiny tool of the week: paste a messy meeting transcript, get back decisions + owners + due dates as a checklist.

Live Demo

Build momentum signal detected. Outreach works best if you propose a specific contribution.

See project context
Tools & Frameworks
Priya Nair@onefilewonder·6dBuild

A fully playable particle-physics sandbox in a single 11KB HTML file. No deps, no build step, runs offline. Right-click to spawn gravity wells.

Fork thisSee branch tree
html
<canvas id=c></canvas><script>
// 11KB of pure vanilla — sand, water, fire,
// and a buggy gravity well that I left in on purpose
</script>
Live Demo

Build momentum signal detected. Outreach works best if you propose a specific contribution.

See project context
Tools & Frameworks
Sara Mendes@shipfast_sara·6dLaunch

Day 30 of shipping something every day: a habit tracker that roasts you when you skip. People love being bullied apparently.

Live Demo

Launch + activity signal detected. If you can help on a concrete slice, this is a good outreach window.

See project context
Tools & FrameworksVibe Coding
Lena Hoffman@datadruid·6dTutorial

DuckDB + an LLM = ask your CSV questions in English and get a chart back. Here's the 30-line bridge.

Fork thisSee branch tree
javascript
const sql = await llm.toSQL(question, schema);
const rows = await duck.query(sql);
render(autoChart(rows));
Live Demo
LLMsTutorials
Mara Lindqvist@agentwrangler·6dTutorial

Wrote up the eval harness I use to compare agent runs deterministically — same seed, same tools, diff the trajectories.

Fork thisSee branch tree
python
def replay(seed, tools):
    env = Env(seed=seed, tools=tools)
    return [step for step in run(env)]  # compare trajectories
Live Demo
AgentsResearch
MLOps
0
Open Source0
Startups0
Voice & Audio0
Robotics0