Browse json files exported by Tyrrrz/DiscordChatExporter in familiar discord like user interface
DiscordChatExporter-frontend (DCEF) is a web-based user interface that allows users to browse their Discord chat exports in a single interface reminiscent of the Discord platform itself. The frontend provides a range of features including the ability to browse multiple servers, channels, threads, and forum posts. Users can search messages within a server using autocomplete, and the frontend is optimized to handle large exports efficiently. Customizability is also a key feature, allowing users to change fonts and other settings. Additionally, DCEF offers a self-hosting option, enabling users to host the frontend on their own server and share it with friends.
--media --reuse-media --markdown false --format Json
.--include-threads All
option. For more information, refer to the guide on how to export data from Discord for viewing in DCEF./exports/
folder (supported exports).dcef.exe
to start the frontend.Svelte is a modern front-end framework that compiles your code at build time, resulting in smaller and faster applications. It uses a reactive approach to update the DOM, allowing for high performance and a smoother user experience.
A website that uses Docker for containerization to streamline development, testing, and deployment workflows. This includes features such as containerization of dependencies, automated builds and deployments, and container orchestration to ensure scalability and availability.