Key Features • Deployment • Installation • Built With • License
Generate custom lorem ipsum text with your own keywords. Just enter a comma separated list of your words and select the type of result (words, sentences, or paragraphs) and the desired length.
- 🎯 Keyword-based Lorem Ipsum generation
- 🔁 Optional synonym expansion
- ✂️ Copy-to-clipboard
This project is deployed via Netlify.
To enable Google Analytics on production, set the following environment variable in your Netlify dashboard:
- Navigate to Site settings → Environment variables
- Add
VITE_GA_TRACKING_IDwith your Google Analytics tracking ID
# Clone this repository
$ git clone https://github.com/devjusty/keyword-ipsum/
# Go into the repository
$ cd keyword-ipsum
# Install dependencies
$ pnpm install
# Set up environment variables (optional)
$ cp .env.example .env.local
# Edit .env.local and add your Google Analytics tracking ID
# Start the dev server
$ pnpm devCreate a .env.local file in the root directory (see .env.example for reference):
- VITE_GA_TRACKING_ID - Your Google Analytics 4 tracking ID (optional, format:
G-XXXXXXXXXX)
The app will work without environment variables, but analytics tracking requires a valid GA tracking ID.
This software uses the following open source packages:
MIT — free to use, remix, and generate weird Latin nonsense forever.
GitHub @devjusty
