Nullum is a clean, professional Lorem Ipsum generator built specifically for editorial designers, typographers, and layout artists. It provides placeholder text that mimics the look and feel of natural language, allowing you to focus on visual hierarchy, spacing, weight, and rhythm without the distraction of readable content.
- Multiple Languages: Generate placeholder text in Latin, English, Spanish, French, German, Italian, Japanese, Korean, Hindi, and Malayalam.
- Flexible Output: Choose between paragraphs or individual sentences, and select exactly how many you need.
- Classic Origins: Includes the original Cicero passage and classic Lorem Ipsum starting text.
- Dark & Light Mode: Built-in theme toggling that saves your preference in local storage.
- Quick Copy: One-click copy to clipboard functionality.
- Keyboard Shortcuts: Press
Ctrl + G(orCmd + Gon Mac) to quickly generate new text without using your mouse.
This project is built with pure HTML, CSS, and Vanilla JavaScript. There are no build tools, frameworks, or dependencies required.
- Download or save the project files to your computer.
- Open
index.htmlin your web browser.
The project is split into three main files for easy maintenance and readability:
index.html: The core layout, markup, and structure.styles.css: All styling, utilizing CSS variables for easy theme customization.script.js: The generator logic, text banks, and UI interactions.
To add new languages or text banks, simply update the BANKS object inside script.js with your new arrays, and add a corresponding <option> tag in the index.html select menu. The script will automatically handle the rest.
Built by Jobin Bennykutty.