Tools, Demos & Creative Utilities

A growing ecosystem of professional-grade web tools, static demos, and AI-powered utilities for branding, development, and creative workflows.
🚀 28+ Tools ⚡ 6+ Demos 🧠 AI Powered 🆓 Free Forever
🧰 Explore All Apps →

🔮 Upcoming Tools & Ideas

Based on community feedback and emerging trends, here are some tools we plan to develop.

🤖 AI SEO Content Engine

Generate meta tags, FAQs, and structured data with Gemini API.

🎨 AI Color Palette from Prompt

Describe a mood or theme and receive a professional palette.

📊 Domain Availability Checker

Real-time bulk domain search with TLD suggestions.

⚡ QR Code Generator Suite

Customizable QR codes with logo embedding and analytics.

🔗 Link-in-Bio Microsite Builder

Instant, stylish bio pages for social media.

📈 Accessibility (WCAG) Scanner

One‑click contrast and ARIA validator.

🧹 Duplicate File Finder

Scan folders and remove duplicate files with smart matching.

📝 Smart Formatter for Code

Auto-format JS, JSON, HTML, CSS with Prettier-style output.

🎙️ Voice-to-Text Transcriber

Record audio directly in the browser and get instant transcriptions.

🖼️ Bulk Image Resizer & Converter

Resize, compress, and convert images offline with WebP/AVIF support.

🔤 Font Pairing Suggester

Get AI-powered font pairing recommendations for your project.

📦 API Mock Server

Generate mock REST API endpoints from a JSON schema.

🔍 SEO Content Gap Analyzer

Compare your content against top-ranking pages and find gaps.

📅 Editorial Calendar Planner

Drag-and-drop content scheduler with export to CSV.

🏷️ Hashtag Generator

Generate optimized hashtag sets for social media posts.

📊 Simple Poll Creator

Create embeddable polls with real-time results.

🧪 A/B Test Calculator

Statistical significance calculator for A/B testing.

📐 CSS Grid & Flexbox Visual Builder

Drag to build layouts, then copy the generated CSS.

🔐 Password Strength Analyzer

Check password entropy and get improvement suggestions.

🗜️ HTML/CSS/JS Minifier

Minify and compress your front-end code in one click.

📄 PDF Metadata Viewer & Editor

View and edit PDF metadata without Adobe Acrobat.

🕵️ Email Header Analyzer

Paste raw email headers and get a human-readable breakdown.

🌍 IP Geolocation Lookup

Get detailed geolocation data for any IP address.

Want to request a tool? Contact us or contribute on GitHub.

EgoCX Lab is the experimental playground of EgoCX. Here you will find a curated collection of free, privacy-first web tools, interactive demos, and creative utilities — all built to solve real problems without compromising your data.

About the EgoCX Lab

Every tool in this collection was born from a real need. Some were built to scratch our own itch — a repetitive task that had no good free solution. Others emerged from client projects and were later generalized for public use. A few started as weekend experiments that turned out to be surprisingly useful.

Our Philosophy

We believe that great tools should be accessible, private, and free of unnecessary complexity. That's why every application in this lab runs directly in your browser, stores data locally, and never sends your information to external servers unless you explicitly choose to (for example, by providing your own API keys).

What You'll Find Here

  • AI-powered content generators that leverage the Gemini API (with your own keys).
  • Branding and typography tools for font testing, color palette generation, and typo research.
  • Domain and SEO utilities for investors, marketers, and web administrators.
  • Developer tools for JSON processing, CSV viewing, text manipulation, and more.
  • Productivity apps like private notes and file managers.

Contribute

The lab is open-source by nature. You can inspect every line of code in your browser. If you have suggestions, bug reports, or ideas for new tools, we'd love to hear from you. Reach out via the contact page or contribute on GitHub.


What is EgoCX Lab?

EgoCX Lab is a curated collection of free, browser-based tools and demos built by EgoCX for designers, developers, and creators.

Are the tools really free?

Yes. Every tool in the lab is free to use with no hidden costs, premium tiers, or advertising.

Do I need to create an account?

No. All tools work without registration. Just open the page and start using them.

Where is my data stored?

All data is stored locally in your browser using IndexedDB or localStorage. Nothing is sent to external servers.

Can I use these tools offline?

Yes. Once the page is loaded, most tools work without an internet connection.

How do I request a new tool?

Contact EgoCX via the contact page or open an issue on GitHub.

Are the tools open source?

Most tools are open source. You can inspect the code directly in your browser's developer tools.

What keyboard layouts do the typo generators support?

QWERTY, AZERTY, QWERTZ, Dvorak, Colemak, UK Extended, and Latin American Spanish.

document.addEventListener('DOMContentLoaded', function() { function enableCardTilt() { var cards = document.querySelectorAll('.app-card'); cards.forEach(function(card) { card.addEventListener('mousemove', function(e) { var rect = card.getBoundingClientRect(); var x = e.clientX - rect.left; var y = e.clientY - rect.top; card.style.setProperty('--mouse-x', x + 'px'); card.style.setProperty('--mouse-y', y + 'px'); var halfH = rect.height / 2; var halfW = rect.width / 2; var rotateX = (y - halfH) / 18; var rotateY = (x - halfW) / -18; card.style.transform = 'perspective(1000px) rotateX(' + rotateX + 'deg) rotateY(' + rotateY + 'deg) translateY(-4px)'; }); card.addEventListener('mouseleave', function() { card.style.transform = ''; card.style.setProperty('--mouse-x', '50%'); card.style.setProperty('--mouse-y', '50%'); }); }); } enableCardTilt(); var observer = new MutationObserver(function() { enableCardTilt(); }); var grid = document.querySelector('.category-grid'); if (grid) observer.observe(grid, { childList: true, subtree: true }); var backBtn = document.getElementById('backToTop'); if (backBtn) { function checkScroll() { var scrolled = window.scrollY; var threshold = window.innerHeight / 3; if (scrolled > threshold) { backBtn.classList.add('visible'); } else { backBtn.classList.remove('visible'); } } window.addEventListener('scroll', checkScroll, { passive: true }); backBtn.addEventListener('click', function() { window.scrollTo({ top: 0, behavior: 'smooth' }); }); checkScroll(); } });
EgoCX Digital Laboratory · Tools…

EgoCX Digital Laboratory · Tools…

Tools, Demos and Creative Utilities

EgoCX Lab: Your Gateway to Free, Private Web Tools

The internet is full of web tools. But too many of them come with strings attached: mandatory accounts, expensive subscriptions, hidden data collection, or intrusive advertising. EgoCX Lab was created to be different — a curated collection of professional-grade utilities that respect your time, your privacy, and your intelligence.

Why This Lab Exists

Every tool in EgoCX Lab started as a solution to a real problem. The font tester was built because designers were tired of uploading client fonts to sketchy third-party websites just to see how they rendered. The domain manager was created because tracking expirations across multiple registrars was a spreadsheet nightmare. The content factory was born from the frustration of hitting API rate limits when generating SEO content at scale.

These are not hypothetical use cases. They are the actual reasons why EgoCX sat down and wrote code. And because the studio believes in sharing, every tool ended up in this public lab — free for anyone to use, modify, and learn from.

What Makes These Tools Special

Privacy by design. No tracking scripts, no analytics, no server-side logging. Every tool runs entirely in your browser. When you upload a font, it stays on your machine. When you generate content with an API key, that key never touches our servers.

Offline capability. Most tools work without an internet connection after the initial page load. This makes them ideal for use on planes, in secure environments, or anywhere connectivity is unreliable.

Single-file architecture. The majority of these applications are self-contained HTML files. You can download them, carry them on a USB drive, and run them anywhere.

Real-world testing. These tools are used daily by their creators before they ever reach the public. Bugs get fixed quickly because we encounter them ourselves.

Explore the Collection

Browse the cards above, use the search filter to find what you need, and discover tools that can save you hours of repetitive work. Whether you're a designer testing fonts, a developer parsing JSON, or a marketer researching domain typos, there's something here for you.

  • 25+ professional web tools across AI, branding, domains, development, and productivity.
  • 6+ interactive demos showcasing front-end experiments and UI prototypes.
  • Dynamic filter to search by name, description, or category in real time.
  • Privacy-first architecture — all tools run locally, no data leaves your browser.
  • Multilingual interface in English and Spanish.
  • Theme switcher with light, dark, and system modes.
  • Responsive design that works on desktop, tablet, and mobile.
  • Curated by EgoCX — tools built from real needs, constant experimentation, and a commitment to quality.
What is EgoCX Lab?

EgoCX Lab is a curated collection of free, browser-based tools and demos built by EgoCX for designers, developers, and creators.

Are the tools really free?

Yes. Every tool in the lab is free to use with no hidden costs, premium tiers, or advertising.

Do I need to create an account?

No. All tools work without registration. Just open the page and start using them.

Where is my data stored?

All data is stored locally in your browser using IndexedDB or localStorage. Nothing is sent to external servers.

Can I use these tools offline?

Yes. Once the page is loaded, most tools work without an internet connection.

How do I request a new tool?

Contact EgoCX via the contact page or open an issue on GitHub.

Are the tools open source?

Most tools are open source. You can inspect the code directly in your browser's developer tools.

What keyboard layouts do the typo generators support?

QWERTY, AZERTY, QWERTZ, Dvorak, Colemak, UK Extended, and Latin American Spanish.