Generate placeholder text
Includes Japanese placeholder text taken from real out-of-copyright literature. That matters because Japanese has no spaces and wraps completely differently: a layout tested only with lorem ipsum will break the first time real Japanese goes into it.
- Runs entirely in your browser
- Works offline
- No upload
- No sign-up
- No watermark
Loading the tool…
How it works
- Choose the language of the filler.
- Choose paragraphs, sentences or words, and how many.
- Generate and copy.
Why nothing is uploaded
Every operation on this page is done by code running inside your browser tab, using the same engine that renders web pages. The file is read from disk into your tab’s memory, transformed there, and written back out as a download. It is never sent anywhere — not to us, not to a third party.
Verify it yourself
- Open your browser’s developer tools (F12) and select the Network tab.
- Load your file and run the tool.
- The only requests you will see fetch the tool’s own code — and, for a few heavy tools, their open-source engine from a public CDN — plus one small page-view ping to loreatec.jp (page address and title, nothing more). None of them carry your file.
Frequently asked questions
Why not just use lorem ipsum for a Japanese site?
Because line breaking, character density and vertical rhythm are all different. Latin text wraps at spaces; Japanese wraps almost anywhere, fills a line more densely, and makes a column that looked balanced look cramped. Testing with the wrong script hides real layout bugs.
Where does the Japanese text come from?
From public-domain literature on Aozora Bunko — Sōseki and Dazai, in complete consecutive sentences. Shuffled random words look fine to someone who cannot read Japanese and obviously broken to anyone who can; real sentences also exercise the kanji-to-kana density a layout will actually face.
Does anything leave my browser?
No. Nothing is sent to a server. The whole tool is a small program that runs inside your browser tab. Once the page has loaded, it keeps working even with the internet switched off.