A Next.js web app that converts tweets, X threads, and X articles into Markdown files.
- Tweets & threads — paste any
x.comortwitter.comURL to get a clean Markdown snapshot - X Articles — detects article-type posts and converts their full content to Markdown
- Live preview — side-by-side raw Markdown and rendered preview
- Export — copy to clipboard or download as a
.mdfile - Dark mode — system-aware theme with manual toggle
npm install
npm run devOpen http://localhost:3000, paste a tweet or thread URL, and click Save Tweet.
- Next.js 15 (App Router, Turbopack)
- React 19
- Tailwind CSS v4
- react-tweet — tweet data fetching
- fxtwitter API — article content fetching
| Command | Description |
|---|---|
npm run dev |
Start development server with Turbopack |
npm run build |
Build for production |
npm run start |
Start production server |
npm run lint |
Run ESLint |