Skip to content

m-a-c-m/ContadorPalabras

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📝 Contador de Palabras Gratis Online

Free Word Counter. Count words, characters, sentences, paragraphs and unique words in real time. Estimate reading and speaking time. Analyze keyword density. No sign-up, no ads, 100% client-side.

🌐 Demo en vivo / Live demo: miguelacm.es/tools/word-counter

Next.js TypeScript Tailwind CSS License: MIT


✨ Features

  • 6 métricas / 6 metrics: Words, characters (with/without spaces), sentences, paragraphs, unique words
  • Tiempo de lectura / Reading time: Estimated at 200 wpm (reading) and 130 wpm (speaking)
  • Palabra más larga / Longest word: Highlighted in real time
  • Densidad keywords / Keyword density: Top 5 most frequent words excluding stop words (ES + EN)
  • Tiempo real / Real time: All metrics update instantly as you type
  • Sin servidor / Zero server: Everything runs in the browser — your text never leaves your device
  • Embebible / Embeddable: Use it as an iframe on any website
  • Open source: MIT license, use it freely

🚀 Quick start

git clone https://github.com/m-a-c-m/word-counter.git
cd word-counter
npm install
npm run dev

Open http://localhost:3000.

Environment variables (optional)

NEXT_PUBLIC_SITE_URL=https://words.miguelacm.es

📦 Embed on your website

Iframe (plug & play)

<iframe
  src="https://miguelacm.es/embed/word-counter"
  width="100%"
  height="700"
  style="border:none;border-radius:12px;"
  title="Contador de Palabras — miguelacm.es"
  loading="lazy"
></iframe>

Link with attribution (recommended for backlink)

<a href="https://miguelacm.es/tools/word-counter" target="_blank" rel="noopener">
  Contador de palabras gratis por MACM
</a>

💡 The link option generates a real backlink that benefits the project. Recommended if your platform supports custom HTML.


🛠 Tech Stack

Technology Version Purpose
Next.js 16 React framework + SSG
TypeScript 5 Type safety
Tailwind CSS 4 Styling
react-icons 5 Icons

📄 License

MIT © Miguel Ángel Colorado Marin (MACM)

Built with ❤️ by MACM — Full Stack Developer & Cybersecurity Specialist from Guadalajara, Spain.

About

Contador de palabras gratis online. Palabras, caracteres, frases, tiempo de lectura y keyword density. Sin registro, 100% en el navegador. Por MACM · miguelacm.es

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors