All 92 Dependencies
Every package Markdrop depends on, ranked by repo health score.
Markdrop is a browser-native visual markdown editor built specifically for developers who create GitHub READMEs, documentation, and developer portfolio pages. Rather than writing raw Markdown syntax, users compose content by dragging and dropping typed content blocks — headings, code blocks, tables, task lists, and GitHub-specific elements like shield badge generators, skill icon grids, and typing SVG animators — then export the result to Markdown, HTML, or PDF.
The editor runs entirely in the browser as a React 19 single-page application backed by Supabase for cloud storage and authentication. Documents auto-save to both localStorage and Supabase, giving users offline access via the PWA service worker and cross-device sync when authenticated. The app can be installed as a native-like desktop or mobile app through the PWA manifest.
Markdrop targets a specific underserved workflow: GitHub profile README creation. The block palette includes elements that go beyond generic markdown — configurable shield badges from shields.io, animated skill icon grids from skill-icons.vercel.app, and GitHub-hosted typing SVG animations — making it the most opinionated tool available for this exact use case without requiring any external tooling or account setup beyond the app itself.