SlopScore
00 crowd

parker (github.com/mlemos/parker)

The scratchpad for vibe coding — a fast, minimal, keyboard-first Mac editor for notes, code & markdown.
HTML · ★ 7 · 0 forks · MIT · paperwork by the Cap'mmostly ai (inferred)light human (inferred)works-on-my-machine (inferred)devtools
listed 1 hour ago by mlemos · last checked 1 hour ago · demo
The owner didn't write this. This repo never submitted itself. The Cap'm found it on a truffle trawl and wrote its paperwork from what GitHub already shows. Picked by hand by the Cap'm on 2026-09-12: The scratchpad for vibe coding — a fast, minimal, keyboard-first Mac editor for notes, code & markdown.; its own README says "It isn't a commercial product — it's a passion project, vibe-coded for my own use and shared with the world". 7 stars; MIT license. The owner did not submit this. Votes count; awards don't until the owner claims it.

I'm not calling your project slop! Geeze, it's a joke... Do you own this repo?

Log in with GitHub as mlemos. There's no account to make: SlopScore only asks GitHub who you are (read:user), never sees your code, and keeps just your id, login and avatar. Then you can:

  • Keep it, on your terms. Commit your own slopscore.md (spec) and press Refresh. Your paperwork replaces the Cap'm's, and you can submit it for Slop of the Day.
  • Take it down. One click on Remove. It stays gone; the trawl never brings it back.

Log in with GitHub

Can't log in as the owner? Request a takedown. No login needed, and a trawled listing comes down right away.

GitHub says
The scratchpad for vibe coding — a fast, minimal, keyboard-first Mac editor for notes, code & markdown.
website
https://getparker.dev
topics
code-editorcodemirrordeveloper-toolsmacosmacos-appmarkdownmarkdown-editormenu-bar-appnotesreactrustscratchpadtauritext-editor
created
2026-08-04 · pushed 2 days ago · 188 commits · 1 contributor
release
v1.1.0 · 2026-09-09
languages
HTML 42%TypeScript 25%Swift 12%Python 9%CSS 6%Rust 5%
paperwork
licensereadme 42% health
dependencies
⚠ 8 of 794 deps have known advisories · OSV.dev, checked 1 hour ago

The Cap'm's log

The Cap'm wrote this paperwork, not the owner. This repo never submitted itself to SlopScore. The Cap'm picked it by hand: The scratchpad for vibe coding — a fast, minimal, keyboard-first Mac editor for notes, code & markdown.; its own README says "It isn't a commercial product — it's a passion project, vibe-coded for my own use and shared with the world". It carries the MIT license. The disclosures above are his best guess from what GitHub shows.

Is this yours? Commit a real slopscore.md and press Refresh to replace this, or remove the listing in one click. There's no account to make: you log in with GitHub.

README (read the rest on GitHub)

Parker

The scratchpad for vibe coding.

A fast, minimal Mac editor for notes, code & markdown —
the serious scratchpad for working with AI, without the weight of Notes or VS Code.

Status: beta License: MIT Platform: macOS Built with Tauri, React, CodeMirror getparker.dev

The Parker editor: a Markdown scratchpad beside its live preview, with git backup


Note

Parker is beta, and personal. It isn't a commercial product — it's a passion project, vibe-coded for my own use and shared with the world. No guarantees, no support, use at your own risk. 🙂

What is Parker?

Parker is a resident menu-bar app for macOS — summon it from anywhere with a global shortcut, jot or draft, dismiss it, and never lose a thought. It's built for the way people work with AI today: long prompts, task lists, quick snippets and throwaway notes that deserve something faster than Notes and lighter than VS Code.

It operates on a plain folder of files you own. No accounts, no database, no servers of ours — ever.

✨ Features

  • Instant & fast — opens in a blink, zero lag while typing. No splash, no spinners, no "syncing…".
  • Keyboard-first — summon with a global shortcut; almost everything is reachable without the mouse.
  • Lightweight — a tiny native shell on Tauri, around 10 MB. All editor, no bloat.
  • Never lose data — aggressive auto-save, always on, plus optional git backup as a safety net.
  • Split & preview — split panes and live Markdown preview, side by side.
  • Genuinely themeable — eight themes: Vercel Night & Day, GitHub Light & Dark, plus Playa, Playa at Night, Matrix and Blueprint.
  • Your data, your rules — plain .md, .txt and code on disk, in a folder you choose.

🔒 Your data, your rules

Parker always writes straight to disk — plain files in a folder you own. Never a database, never a cloud you don't control. Sync it however you like (iCloud, Dropbox, whatever); Parker stays completely sync-agnostic.

Want it all in git? It's built in. Flip on git backup and every save is committed and pushed — fully versioned, with a history you can roll back. A safety net on top of your files, never where they live.

⬇️ Install

Provided as-is, with no warranty — use at your own risk and keep backups (its Git sync helps).

  1. Download the latest .dmg from Releases. Requires macOS 12+ on Apple Silicon (M1/M2/M3…) — the build is arm64 and does not run on Intel Macs.
  2. Open the .dmg and drag Parker into Applications.

Parker is signed with an Apple Developer ID and notarized by Apple, so it opens normally — no "damaged" warning and no Terminal workaround needed.

🛠️ Build from source

Prerequisites: Rust, Node and pnpm.

pnpm install       # install frontend deps
pnpm tauri dev     # run the app (compiles Rust the first time — be patient)
pnpm tauri build   # produce a distributable .app / .dmg

Tests

pnpm test                                   # frontend logic (src/lib)
cargo test --manifest-path src-tauri/Cargo.toml   # backend (note paths, writes, git parsing)

Both run on every push. They cover the pure logic on each side — the split layout tree, the to-do state machine, the markdown renderer, note-name validation, atomic writes, and the parsers that read git's output. UI components and the CodeMirror wiring are not covered yet.

🧱 Tech stack

Layer Choice
Shell Tauri 2 — tiny native shell (Rust backend + system WebView)
UI React + TypeScript
Editor CodeMirror 6 — world-class editing, highlighting, themes

Chosen for leveza (lightness) and a world-class editor component on a web stack, wrapped in a native Mac shell.

🗂️ Repo layout

parker/
├─ src/          # frontend — React / TypeScript / CodeMirror
├─ src-tauri/    # backend — Rust (menu-bar app, file & session commands)
├─ public/       # static assets, app entry
├─ site/         # the landing page → getparker.dev (deploys to Vercel, root = site/)
├─ shared/       # contracts both apps read: to-do fixtures, design tokens (generated)
└─ ios/          # the iPhone companion (in progress) — ParkerCore is its UI-free Swift core

The Mac and the iPhone must paint a note the same way, so the tables that define it live once: shared/design-tokens.json is generated from src/lib by node scripts/export-design-tokens.mjs, and shared/fixtures/ drives the to-do grammar tests on both sides (pnpm test and swift test in ios/ParkerCore).

🤝 Contributing

Issues and pull requests are welcome. For anything substantial, open an issue first so we can talk it through. Keep changes small, focused, and in the spirit of the app: fast, minimal, keyboard-first.

👤 Author

Built by Manoel LemosWebsite · X · LinkedIn · GitHub

📄 License

MIT © 2026 Manoel Lemos.

Made for people who think before they type. · getparker.dev

Scan report · 2026-09-12
  • Prohibited terms or links
  • Repository eligibility
  • slopscore.md paperwork
  • Content policy
  • Risk review

0 comments

log in to comment.

report this listinglog in to report