Quote Generator

A quote generator draws a random quotation and its author from a stored list. This one holds 100 quotations in four themes: press New Quote and you might get “Fall seven times, stand up eight.” — Japanese proverb. Twenty-three entries whose attribution we could not trace to a source carry a disputed badge, and any quote exports as a PNG image.

Attribution disputed. Widely quoted, but we found no primary source tying it to this author. Quote the idea, not the name.

Copy did not go through — select the quotation and copy it by hand.

quotes available · Press N for the next quote

Export as image

Favorites ()

Embed this tool on your website

× px

                        

💡 Integration Tip

Copy the embed code and paste it into your website HTML. The responsive version adapts to all screen sizes automatically.

2 ratings

What size should a quote image be?

The four export presets match the formats people actually post. The character budget is how much quotation still reads comfortably at the default type size before the text auto-shrinks.

Format Pixels Ratio Comfortable length Best for
Instagram / Facebook square 1080 × 1080 1:1 ≈ 100 Feed posts and carousels
Instagram story, Reels cover, TikTok 1080 × 1920 9:16 ≈ 215 Full-screen vertical, phone wallpaper
X (Twitter) in-stream card 1200 × 675 16:9 ≈ 210 Tweets and link previews
Slide or desktop wallpaper 1920 × 1080 16:9 ≈ 210 Talks, Keynote, Google Slides, laptop background
Open Graph preview (not exported) 1200 × 630 1.91:1 Blog and newsletter share images
Pinterest pin (not exported) 1000 × 1500 2:3 Tall pins; crop the story export

Which famous quotes are misattributed?

Viral quotations drift towards famous names. These six are among the most repeated wordings with no documented source for the person credited. Only the first, the Gandhi paraphrase, is also in this generator's list, where it carries an attribution-disputed badge.

Quotation Usually credited to What the record shows
Be the change you wish to see in the world. Mahatma Gandhi A 1970s paraphrase. Gandhi wrote in 1913: “If we could change ourselves, the tendencies in the world would also change.”
The definition of insanity is doing the same thing over and over and expecting different results. Albert Einstein No Einstein source. Earliest strong match: an October 1981 newspaper report of an Al-Anon meeting.
Let them eat cake. Marie Antoinette Rousseau attributes it to “a great princess” in the Confessions, written around 1765, when Marie Antoinette was a child in Vienna.
The only thing necessary for the triumph of evil is that good men do nothing. Edmund Burke Not in Burke's published works. The closest documented line is John Stuart Mill's 1867 St Andrews address.
Well-behaved women seldom make history. Marilyn Monroe Written by historian Laurel Thatcher Ulrich in a 1976 article in American Quarterly.
Elementary, my dear Watson. Sherlock Holmes / Arthur Conan Doyle Never appears in the 56 stories and 4 novels; popularised by stage and screen versions from 1929 on.

What is a random quote generator?

A random quote generator stores quotations with their authors and hands you one at a time, usually behind a theme filter. This page holds 100 quotations across motivation, wisdom, success and life; New Quote picks one entry from the filtered pool with Math.random(). It is not a price-quote or invoicing tool — for a business quotation you want quoting software, not a quotation generator.

How do I make a quote picture for Instagram or a story?

Draw the quotation you want, then open Export as image below the buttons. Choose Instagram square (1080x1080) or Story (1080x1920), pick one of four backgrounds and press Download PNG. The picture is drawn on an HTML canvas inside your browser: the text wraps, shrinks to fit the frame, and the author line sits underneath. Square posts read best at roughly 100 characters or fewer.

How do I check whether a quote is really by that author?

Search the exact wording in quotation marks and look for the earliest printed appearance, not the most popular one. Quote Investigator dates wordings to their first documented use — it places the “definition of insanity” line in 1981 newspaper coverage of an Al-Anon meeting, twenty-six years after Einstein died. Wikiquote's misquotations list is a quick second check before you publish.

Which quotes are safe to publish?

Single sentences are the safe end. The US Copyright Office states in Circular 33 that words, short phrases and slogans cannot be registered, so a one-line quotation with its author is normal editorial practice. Long passages, poems and song lyrics are protected, and reusing them needs permission or a fair-use argument. Copyright terms are national, not universal: the Berne Convention's floor is 50 years after the author's death, the EU, the UK and the US run to 70, Mexico to 100. Seneca, Twain and Wilde are clear of all of them; a twentieth-century author may not be.

How do I pick a short quote for a caption or a slide?

Aim at the frame. A 1080x1080 square holds about 100 characters at full type size, a 16:9 slide about 210, a story about 215. Draw with the theme filter on and keep the first quotation that fits in one breath: “Simplicity is the ultimate sophistication.” is 42 characters, “Fall seven times, stand up eight.” is 33. Anything longer auto-shrinks and loses impact at thumbnail size.

How would I build my own quote generator?

The whole pattern is three lines: keep an array of objects with text, author and theme; filter it on the selected theme; then index it with Math.floor(Math.random() * pool.length). Store favourites in localStorage and render the image with canvas.toBlob(). No API or database is needed until your list outgrows a page — the 100 quotations on this one weigh about 11 KB of JavaScript.

Sources

About Quote Generator

A quote generator is a stored list plus a random draw: you choose a theme, the tool pulls one quotation and its author out of the pool, and you copy, keep or export it. This one ships with 100 quotations split across motivation (28), wisdom (27), life (23) and success (22), from 72 authors ranging from Marcus Aurelius and Seneca to Maya Angelou, Jane Goodall and Stephen King. The list is embedded in the page, so a draw costs no network request, works after the page has loaded even offline, and nothing you click is sent anywhere.

What separates a useful quote tool from a wall of scraped text is attribution. Viral quotations drift towards famous names, and Einstein, Gandhi, Twain, Wilde and Marilyn Monroe absorb most of the traffic. Twenty-three entries here carry an attribution-disputed badge: the wording is genuinely famous, the source is not. That is not a clean bill of health for the other seventy-seven — it marks the attributions we traced and could not document, from Gandhi's paraphrase to the Emerson line a Wall Street trader wrote in 1940. The badge tells you to quote the idea rather than the person, or to check the wording on Quote Investigator before it goes into a slide deck or a newsletter.

The second half of the tool is the image maker, because most people looking for a quote generator want a picture: an Instagram square, a story background, a slide, a wallpaper. Pick a size (1080x1080, 1080x1920, 1200x675 or 1920x1080) and one of four backgrounds, and the page renders the quotation on an HTML canvas and hands you a PNG. The text wraps and auto-sizes, so the 23-word Joseph Campbell line and the four-word “Stay hungry, stay foolish.” both fill the frame properly. No account, no upload, no queue: the file is built locally and saved straight to your device with a small site credit line.

Favourites are kept in localStorage, which means they survive a reload but live only in that browser — clear site data or move to another device and the list starts empty. Copy puts the quotation on your clipboard in the “Quote” — Author format that captions, slides and editors expect.

Use Cases

Instagram and story graphics: draw a quotation, export it at 1080x1080 or 1080x1920 and post it without opening a design app.
Opening or closing slide for a talk: the 1920x1080 export drops into Keynote, PowerPoint or Google Slides at full bleed.
Newsletter and blog openers where the attribution has to hold up, so you never credit Einstein for a line first printed in 1981.
Classroom warm-ups and journalling prompts: filter to Wisdom or Life and draw one quotation per session.
Phone or laptop wallpaper: export the story size for a lock screen, the 1920x1080 size for a desktop.

How to use

1

Pick a theme: All, Motivation, Wisdom, Success or Life. The counter under the buttons shows how many quotations that theme holds.

2

Press New Quote, or the N key, until a quotation fits what you are writing.

3

Check the badge: attribution disputed means the wording is famous but no source documents the author.

4

Tap the heart to keep it in favourites, or the clipboard icon to copy it as “Quote” — Author.

5

To make a picture, open Export as image and choose a size and a background.

6

Press Download PNG: the image is drawn in your browser and saved straight to your device.

Pro Tips

  • Press N anywhere on the page for the next quotation; the New Quote button also fires on Space or Enter when it has focus.
  • Keep the quotation under about 100 characters for the square export; longer ones auto-shrink and get hard to read as a thumbnail.
  • If a quotation shows the attribution-disputed badge, credit the idea rather than the name, or look the wording up on Quote Investigator first.
  • Favourites live in this browser's localStorage: clearing site data or switching devices empties the list, so export the ones you care about.
  • Filter to a single theme before exporting several images in a row; a feed of Wisdom quotes reads better than a random mix.

Frequently Asked Questions

One hundred, split across four themes: motivation (28), wisdom (27), life (23) and success (22), from 72 different authors. The whole list is written into the page, so a draw needs no network request and the tool keeps working if your connection drops. The counter under the theme buttons always shows the size of the pool you are drawing from.

Twenty-three of the hundred: three lines pinned on Einstein, three on Confucius, two on Mark Twain, two on Emerson, and one each on Gandhi, Buddha, Aristotle, Plutarch, Eleanor Roosevelt, Churchill, Oscar Wilde, George Eliot, C. S. Lewis, Henry Ford, Frank Sinatra, George Addair and a “Chinese proverb”. They stay in the list because you will meet them anyway; the badge is there so you do not publish them as fact. It marks what we checked and could not source, not a guarantee about the other seventy-seven.

No. There is no model and no API call. The 100 quotations are a fixed list built by hand, and New Quote is a random draw over the entries in the selected theme. That is why it answers instantly, works offline, and can never invent a sentence that nobody actually said — the failure mode that makes AI-written quotations unusable in print.

Four: Instagram square 1080x1080, story 1080x1920, social card 1200x675 and wallpaper 1920x1080, each with a teal, ink, paper or sunset background. There is no watermark across the picture; the only branding is one small line of freewebtools.com credit at the bottom edge. The PNG is built on a canvas in your browser and never uploaded.

The draw is random, so repeats are expected: with 22 quotations in Success, a repeat inside ten draws is more likely than not. The tool refuses to hand you the quotation currently on screen — it re-rolls up to five times — but it does not remember earlier draws. Switch to All to widen the pool from 22 to 100.

In your browser's localStorage, under the key fwt_fav_quotes, never on a server. They survive reloads and restarts but belong to one browser on one device: a private window, cleared site data or a different laptop all start with an empty list. Export the quotations that matter as PNG files if you need them to last.

Yes. The Embed button under the tool builds an iframe snippet with size, colour and option settings you can paste into any page or CMS block; the embedded copy runs the same list and the same draw. There is no public quotes API here, so if you need raw data, keep your own array of text, author and theme.

No. This tool draws quotations; it does not build reference lists in APA, MLA or Harvard. If a quotation goes into an essay, cite the work it comes from — Meditations Book 5, or the interview where it was said — and never the generator page. Find that primary source on Quote Investigator or Wikiquote before you write the citation.

Legally, a one-line quotation is usually a short phrase rather than a protected work, so credit is not always required. Editorially it always is: an unattributed quotation reads as your own sentence, and platforms increasingly flag it. Every export writes the author under the quotation for exactly that reason, and copy puts the name on the clipboard too.

Yes. The layout, the theme filter and the PNG export all work on a phone; on iOS the image lands in Files or Photos depending on your browser. Once the page has loaded, drawing quotations and rendering images need no connection, because both the quotation list and the canvas rendering run locally in the browser.

Popular Tools

No more tools to show
Explore All Tools
FreeWebTools AI
Powered by free AI models · Full chat →