About 8D Text (8DT)
8DT helps merge and split text files. The most important professional and creative work lives in text files. Source code fills repositories, research data accumulates on drives, legal transcripts grow with every case, manuscript drafts evolve with every revision, and configuration templates expand with every deployment. All of the files professionals and creators rely on carry the real substance of professional and creative effort.
8D Text (8DT) is a free, browser-based, privacy-first tool for merging and splitting text files. Users drop files into the browser, 8DT processes everything on the user's device, and the result downloads directly to the user's machine. All files stay on the user's device throughout the entire operation.
8DT Helps you Merge or Split Texts
Many Ways to Merge Text Files with 8D Text (8DT)
Glue : 8DT Glue joins multiple text files together with a blank line inserted between each file. The 8DT Glue operation produces a single combined document with clear visual separation between the original file contents. Users looking to glue text files together and join multiple text documents into one file can access the 8DT Glue tool at https://8dt.net/glue.
Merge : 8DT Merge combines multiple text files seamlessly, with zero added spacing between files. 8DT Merge handles Unicode BOM markers automatically during seamless merging, producing a clean continuous document from the first character forward. Users looking to merge text files together and combine multiple text documents into one seamless file can access the 8DT Merge tool at https://8dt.net/merge.
Mend : 8DT Mend unites multiple text files with prominent horizontal rule separators placed between each section. The 8DT Mend separators create unmistakable visual boundaries within the final document, making each original file's content easy to locate at a glance. Users looking to mend text files together and unite multiple text documents with visible section separators can access the 8DT Mend tool at https://8dt.net/mend.
Files : 8DT Files merges multiple text files with full context headers. The 8DT Files operation wraps each file's content with the filename and triple-quote delimiters, separated by generous vertical spacing. The 8DT Files output for each file follows a specific structure: a line of forty dashes, the filename with a colon, the file's content enclosed in triple quotes, and trailing blank lines before the next file begins. The 8DT Files context header format is especially valuable when preparing combined source material for large language model prompts, code reviews, documentation audits, or any workflow where identifying which content came from which file matters. The 8DT Files structured delimiters make the output straightforward for both humans and automated systems to parse individual file boundaries within a single merged document. Users looking to merge text files with full filename context headers and structured delimiters can access the 8DT Files tool at https://8dt.net/files.
Multiple Ways to Split Text Files with 8D Text (8DT)
Split : 8DT Split divides a text file into a specified number of equal parts. Users choose how many pieces are needed, and 8DT Split distributes the content evenly across all parts. Users looking to split a text file into equal parts and divide a text document into a specific number of pieces can access the 8DT Split tool at https://8dt.net/split.
Divide : 8DT Divide breaks a text file into chunks of a specified byte size. Each chunk produced by 8DT Divide respects character boundaries, preserving complete text integrity at every split point. Users looking to divide a text file into specific byte-sized chunks and break a large text document into smaller pieces by file size can access the 8DT Divide tool at https://8dt.net/divide.
Cut : 8DT Cut separates a text file at every occurrence of a custom delimiter string defined by the user. Users specify the exact text pattern where divisions should fall, giving users direct control over the output structure. Users looking to cut a text file at custom delimiters and separate a text document at specific text patterns can access the 8DT Cut tool at https://8dt.net/cut.
Every 8DT split operation packages the results into an organized ZIP archive with sequentially numbered, date-stamped filenames ready for immediate use.
How 8DT Text Splitter and Text Merger Works
The mechanism of 8DT is refreshingly simple. When users drop files onto 8DT or select files through the file browser, the web browser reads the selected files directly from the user's device using the browser's native file-reading capabilities. The merge or split processing runs in the browser's memory through JavaScript. The resulting file or ZIP archive generates locally and downloads straight to the user's device.
All files travel one path: from the user's filesystem, into the browser's memory, and back to the user's download folder.
The 8DT server delivers the application interface, which includes the HTML, CSS, and JavaScript, to the browser. Once delivery is complete, the server's role is finished. All file reading, all text processing, and all output generation happen locally on the user's device.
8DT Provides Privacy Through Architecture
Here is the core design principle behind 8DT: The 8DT application processes every file locally within the user's web browser. All file contents remain on the user's machine throughout every operation. The 8DT server focuses entirely on delivering the application interface, and all file manipulation runs on the user's device.
The approach is architectural. Privacy is a structural property of how 8DT is engineered, embedded in the very foundation of the tool. The server delivers the interface and steps aside. The browser handles every operation from the point of delivery forward.
8DT operates as an account-free, tracking-free tool. Two small preferences live in the browser's local storage: the selected visual theme and the preferred merge mode. 8DT collects zero personal information, runs zero analytics, and employs zero advertising. The experience is the product, complete and whole.
8DT Respects Intellectual Properties, Copyrights and Privacy
Consider what the architectural approach means in practice for the people who depend on 8DT.
A lawyer merging privileged case documents keeps the documents exclusively on the lawyer's own machine. A novelist combining unpublished chapter drafts maintains complete custody over the manuscript's copyright at all times. A software developer splitting a proprietary codebase processes the code with full confidence that every byte exists on the developer's device alone. A journalist merging confidential source materials preserves the integrity of source protection at the architectural level.
All intellectual property, copyrighted material, confidential documents, trade secrets, client data, personal writing, and proprietary source code maintain an unbroken chain of custody. The data stays on the user's device from the moment a file is selected to the moment the result is opened, because 8DT is built from the ground up to work precisely in the described manner.
At 8DT, ownership of all files is respected at every layer of the software application. The respect for file ownership and control is part of the structural design and information architecture, woven into the engineering itself.
Supported Formats
8DT works with hundreds of plain text file formats spanning virtually every professional domain.
Code includes source files in every major programming language, where Python, JavaScript, TypeScript, Java, C, C++, C#, Go, Rust, Ruby, PHP, Swift, Kotlin, and Scala represent a small fraction of the supported languages, along with associated project and build files.
Data covers CSV, TSV, JSON, JSONL, JSON5, GeoJSON, XML, YAML, TOML, and structured data interchange formats used across analytics and engineering workflows.
Documentation spans Markdown, reStructuredText, AsciiDoc, LaTeX, Org Mode, and plain text documentation in all common extensions.
Web encompasses HTML, CSS, SCSS, Less, Vue, Svelte, Astro, template engines, and web manifest files.
Configuration addresses INI, CONF, ENV, properties files, Dockerfiles, Terraform, Makefiles, and infrastructure-as-code templates.
Specialized formats range from PEM certificates and PO/POT translation files to diff patches, GCode, 3D object files, calendar entries, subtitle formats, and hundreds of additional plain text types.
Who Benefits from 8DT
Software developers can merge source files, configuration templates, and migration scripts into unified documents, and can split large log files and data exports into manageable portions for analysis and processing. The 8DT Files mode is particularly useful for assembling multi-file context windows for large language model prompts, where each file needs clear identification within the combined output. Software developers can merge text files with full context headers using the 8DT Files tool at https://8dt.net/files.
Data analysts and data engineers can combine CSV, JSON, and structured data exports into consolidated datasets, and can divide large files into chunks sized for import tools, APIs, and data pipelines. Data analysts and data engineers can divide text files into specific byte-sized chunks using the 8DT Divide tool at https://8dt.net/divide.
Writers and authors can merge chapter drafts into complete manuscripts, combine research notes into working documents, and split long texts into section-based files for editorial review. Writers and authors can merge text files seamlessly into one document using the 8DT Merge tool at https://8dt.net/merge, and can split text files into equal parts using the 8DT Split tool at https://8dt.net/split.
Legal professionals can merge transcript segments, discovery documents, and case files, and can split large filings into portions that meet submission size requirements for court systems. The 8DT browser-based architecture keeps privileged and confidential materials exclusively on the legal professional's device. Legal professionals can glue text files together with clear visual separation using the 8DT Glue tool at https://8dt.net/glue.
Researchers and academics can merge field notes, interview transcripts, and source documents into comprehensive reference files, and can split large datasets into analysis-ready portions. The 8DT Files mode helps researchers assemble clearly attributed multi-source documents for literature review and reference work. Researchers and academics can merge text files with full filename context headers using the 8DT Files tool at https://8dt.net/files.
System administrators and DevOps engineers can combine configuration files, deployment scripts, and infrastructure templates, and can split log archives for targeted diagnostics and incident analysis. System administrators and DevOps engineers can merge text files with horizontal rule separators using the 8DT Mend tool at https://8dt.net/mend.
Architects and engineers can merge specification documents, project briefs, and technical drawings exported as text formats, and can split large combined deliverables into individual sections for distribution. Architects and engineers can split text files into equal parts using the 8DT Split tool at https://8dt.net/split.
Product managers and consultants can mend requirements documents, stakeholder briefs, and meeting notes into unified reference files, and can cut large planning documents into team-specific deliverables. Product managers and consultants can mend text files together with visible separators using the 8DT Mend tool at https://8dt.net/mend, and can cut text files at custom delimiters using the 8DT Cut tool at https://8dt.net/cut.
Any professional handling text files that contain sensitive, proprietary, or copyrighted content benefits from the 8DT browser-based architecture, where all files remain on the professional's own device throughout every operation.
The 8DT Text Editor
Beyond drag-and-drop merge and split operations, 8DT includes a full in-browser text editor designed for real work.
The 8DT Text Editor provides a complete workspace for reviewing, refining, and reprocessing merged content. The 8DT Text Editor allows users to save the current text as a downloadable file, load additional files using the saved merge mode, copy all content to the clipboard, and paste content to the beginning or end of the document with optional horizontal rule separators.
Character count and line count update in real time as users work in the 8DT Text Editor. Users can send editor content directly to the split workflow at any point. The 8DT workflow allows users to merge files, review the result, edit as needed, and split the final version, all in a single continuous session.
The 8DT Text Editor remembers the preferred merge mode between sessions. Text can enter the 8DT Text Editor through file drops, file selection, clipboard paste, or direct typing. The 8DT Text Editor workspace is built for professionals who need to inspect and adjust content before producing the final output.
8DT is built with Advanced Technology and Accessibility
8DT is built with advanced, widely supported web technologies and serves pages in dozens of languages, with full right-to-left layout support for both LTR and RTL scripts. The 8DT language selector provides instant access to every available translation, complete with native-script language names and localized interface descriptions. 8DT works in all modern browsers across different operating systems.
The 8DT Privacy-First Philosophy
The 8DT team built 8DT on a direct principle: tools that handle files should respect the ownership of those files.
The respect for ownership is embedded in the 8DT architecture, in the browser-based processing that keeps all data local, in the clean interface that stays out of the way, and in the account-free, tracking-free operation that values attention and privacy equally.
The 8DT Text Splitter and Merger software is provided completely free of charge. Users do not need an account to use 8DT. 8DT respects privacy, copyrights, trade secrets, and intellectual properties. Users can drop files and get to work immediately.
Legal Information
For operator identification and contact details, please refer to the 8DT Impressum. Users may also review the 8DT Privacy Policy and the 8DT Terms and Conditions.