# DeleteX

> Selectively delete your content on X (formerly Twitter)

- **Year**: 2024
- **Links**: [GitHub](https://github.com/bgwastu/deletex), [Delete your X posts](https://deletex.wastu.net/)

I wanted to clean up my X timeline but didn't want to nuke everything. So I built this tool to selectively delete tweets, retweets, and likes based on whatever criteria I need.

## How it works

DeleteX uses your [X archive data](https://help.x.com/en/managing-your-account/how-to-download-your-x-archive) to generate a userscript that runs in your browser. The script only deletes what you selected. Everything happens locally in your browser, so your data never leaves your device.

## Tech stack

Built with Next.js and IndexedDB. The archive stays in the browser, where it can be searched and filtered without sending the data anywhere.
