Skip to content

hackloopasmaths/braindump-0.1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

braindump

dump everything in your head. get back one thing to do.

A minimal, dark-themed priority sorter for overwhelmed brains. Built especially with ADHD in mind — no logins, no complexity, no fluff. Just type and get clarity.


what it does

You type everything flying around in your head — tasks, worries, errands, ideas — and braindump instantly sorts it into:

  • spotlight — the single most important thing to do right now
  • ranked list — everything else in priority order
  • grouped cards — urgent / today / this week / someday / let go

features

  • no backend, no login, no setup — works instantly in the browser
  • rules-based priority sorting using keyword detection
  • persistent history — your last 30 dumps are saved locally
  • checkbox state persists across sessions and reloads
  • copy your sorted output as plain text in one click
  • multiline textarea — dump thoughts naturally, sort with ctrl+enter
  • fully client-side — your thoughts never leave your device

how to use

  1. open the app
  2. type everything on your mind into the input — tasks, worries, ideas, anything
  3. press ctrl+enter (or click )
  4. see your spotlight task, ranked list, and grouped categories instantly
  5. check off tasks as you complete them — state is saved automatically

how priority works

braindump scans each task for keywords and assigns it a category:

category example keywords
urgent asap, fix, bug, deadline, critical, prod
today call, email, reply, send, pay, book
this week review, finish, plan, prepare, write
someday maybe, learn, idea, explore, one day
let go worried, anxious, stressed, can't, what if

the highest-priority task becomes your spotlight. everything else is ranked below it.


tech stack

  • vanilla html, css, javascript — zero dependencies
  • jetbrains mono font via google fonts
  • localStorage for history and checkbox persistence
  • no frameworks, no build step, no node_modules

running online

go to https://braindump-01.vercel.app/ to use it just like any other website !

running locally

no build step needed. just open index.html in your browser:

git clone https://github.com/yourusername/braindump
cd braindump
open index.html

or drag index.html into any browser window.


project structure

braindump/
├── index.html    # markup and card structure
├── style.css     # dark minimal styles
└── script.js     # sorting logic, storage, rendering

roadmap

  • ai-powered sorting via claude api for smarter categorization
  • mobile layout improvements
  • shareable dump links
  • keyboard shortcut cheatsheet
  • export to markdown / notion

license

mit — use it, fork it, build on it.

About

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors