惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

月光博客
月光博客
人人都是产品经理
人人都是产品经理
博客园 - 聂微东
WordPress大学
WordPress大学
S
SegmentFault 最新的问题
博客园 - Franky
V
V2EX
Y
Y Combinator Blog
Google DeepMind News
Google DeepMind News
J
Java Code Geeks
T
The Blog of Author Tim Ferriss
罗磊的独立博客
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Jina AI
Jina AI
博客园 - 叶小钗
F
Fortinet All Blogs
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
A
About on SuperTechFans
M
MIT News - Artificial intelligence
云风的 BLOG
云风的 BLOG
Last Week in AI
Last Week in AI
D
Docker
博客园 - 【当耐特】
阮一峰的网络日志
阮一峰的网络日志

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
Mutuals: a taste-based social discovery app built with Ne...
Isaiah Kim · 2026-06-13 · via DEV Community

Isaiah Kim

What it is

Mutuals is a social discovery app. You tell it 8–10 things you love — bands, films, books, games, places — and it matches you with people who share your cultural taste.

The README describes it as "culture-centered reddit, with AI taste profiles for individuality." Each user has a public page, and every thing they list gets its own room: a small forum auto-populated by everyone who listed that same thing.

Onboarding

You type your things one at a time during a wizard; they appear as colorful chips. Claude (haiku) sorts them into categories. You claim a username at mutuals/u/yourname, pick a face from DiceBear's Open Peeps collection, and you're in.

Your page

Public and shareable. It has an AI-written headline, description, and taste traits — all generated from what you listed. Your things appear as chips, your top 8 mutuals are shown, and there's a wall where other users can leave notes. Links to your profile unfurl with a generated OG card.

Rooms

Every thing becomes a room: m/radiohead, m/twinpeaks, etc. Threads have titles and comments. The room auto-populates with everyone who listed that thing. If a room is completely empty when the first person enters, Claude writes a starter thread to give it somewhere to begin.

Matching

Matching runs on weighted Jaccard similarity across listed things. The wrinkle: I had Claude expand each thing into a "taste fingerprint" — loving Radiohead also implies Portishead, Thom Yorke, and a few others. That expanded set feeds the similarity score, so matches surface people who share broader taste territory, not just exact overlaps.

Waves

You can wave at someone. If they wave back, you both see each other's contact info. Nothing is exposed unilaterally — contact info only unlocks on a mutual wave.

Stack

  • Next.js 15 (App Router) + TypeScript
  • Tailwind 4
  • Supabase for Postgres + Auth
  • Anthropic API (Claude haiku) for taste profiles, category sorting, fingerprint expansion, and starter threads
  • DiceBear Open Peeps for avatars

Why I built it

Most discovery tools recommend things; I wanted one that surfaced people. I also wanted a place where fans of very specific things — a particular film, a niche band — could find each other and talk without needing the scale to justify a subreddit.

Repo

https://github.com/kyisaiah47/mutuals