Back to articles
I Built a Free Text Repeater Tool for WhatsApp – Here's What I Learned About SEO and Cloudflare Pages Deployment

I Built a Free Text Repeater Tool for WhatsApp – Here's What I Learned About SEO and Cloudflare Pages Deployment

via Dev.to Webdev彭勇

Why I Built This A friend kept manually copy-pasting "sorry πŸ™" over and over to send dramatic apology messages on WhatsApp. I watched him do it for about 30 seconds before thinking β€” this is a solved problem. A few days later, TextRepeater was live. It lets you type any text, set how many times to repeat it (up to 1000), pick a separator, add emoji scene modes, and apply 15 visual effects β€” all in the browser, no account, no backend. The Stack Deliberately simple: Next.js 14 with output: 'export' (fully static) Tailwind CSS for styling Cloudflare Pages for hosting GitHub Actions for CI/CD No database. No API routes. No auth. Everything runs client-side. Deployment: GitHub Actions + Cloudflare Pages Direct Upload The interesting part was automating deployment. Cloudflare Pages has a GitHub App integration, but connecting it via API throws a cryptic error: error code: 8000011 β€” There is an internal issue with your Cloudflare Pages Git installation. This happens because the GitHub App OAu

Continue reading on Dev.to Webdev

Opens in a new tab

Read Full Article
5 views

Related Articles