> [!WARNING] > The project is frozen for a while. txtdot needs a complete rewrite in rust and dalet integration, which is not finished yet.
HTTP proxy that parses only text, links and pictures from pages reducing internet traffic, removing ads and heavy scripts. Mozilla's Readability library is used under the hood. ## Features - Server-side page simplification - Media proxy - Image compression with Sharp - Rendering client-side apps (Vanilla, React, Vue, etc) with [webder](https://github.com/TxtDot/webder) - Search with SearXNG - Handy API endpoints - No client JavaScript - Some kind of Material Design 3 - Customization with plugins, see [@txtdot/sdk](https://github.com/TxtDot/txtdot/tree/main/packages/sdk) and [@txtdot/plugins](https://github.com/TxtDot/txtdot/tree/main/packages/plugins) ## Running ### Development ```bash npm install npm run dev ``` ### Production ```bash npm install npm run build npm run start ``` ### Docker ```bash docker compose up -d ``` ## Screenshots