Skip to content

meninoebom/breadcrumbs

Repository files navigation

Breadcrumbs

Traveler, there is no path. The path is made by walking.

Live: crumb.blog

What is this?

Breadcrumbs is a stream-of-consciousness blog where thoughts are organized into themes, and themes contain small thought atoms called breadcrumbs. Unlike traditional blogs with discrete articles, it reads as one continuous flow.

Inspired by a public Google Doc maintained by a Google PM.

Tech Stack

  • Backend: Python, FastAPI, PostgreSQL, SQLModel
  • Frontend: React, TanStack Router/Query, Tailwind CSS, Shadcn UI
  • Deployment: Railway (single service, auto-deploy from main)
  • Domain: crumb.blog via CNAME to Railway

Development

# Backend (from project root)
uv sync
uv run dev  # http://localhost:8100

# Frontend
cd frontend
npm install
npm run dev  # http://localhost:5173

See CLAUDE.md for conventions and docs/roadmap.md for what's next.

About

Personal blog engine — collected thought atoms organized into themes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors