Inspiration

Language is everywhere, but meaningful language explanations are often trapped inside apps or search results. We were inspired by the idea of making word knowledge portable and reusable, so that anyone can embed intelligent, etymology-rich word cards anywhere on the web.


What it does

ety.ai Lite – Embeddable Word Intelligence is a lightweight widget that allows users to:

  • Search for a word and view a short AI-style explanation and origin description
  • Automatically generate a simple iframe embed snippet
  • Easily copy and paste that snippet into any website, blog, or platform that supports embeds

This turns each word into a portable knowledge unit that can travel with your content.


How we built it

We built this project with:

  • HTML for the interface
  • CSS for styling the UI card
  • Vanilla JavaScript to handle user input, generate dynamic content, and produce embeddable iframe code

The app works entirely in the browser, and the embed system uses URL parameters to display the word-specific view.


Challenges we ran into

  • Balancing simplicity with hackathon requirements — we had limited time, so we focused on a clean prototype rather than full API integration
  • Designing an embedable experience that feels natural even as a static file
  • Figuring out how to conditionally render the embedded view vs the interactive search UI

Accomplishments that we're proud of

  • Designed a working prototype in under 30 minutes during the hackathon window
  • Created an iframe-based embedding mechanism that respects the hackathon’s vision
  • Built a clear UX that shows dynamic results without heavy frameworks

What we learned

  • Embeddable widgets are a powerful way to make knowledge reusable
  • URL parameters are a simple and effective way to support multiple modes (search UI vs embed mode)
  • Clear scope and minimal design can produce meaningful results fast

What's next for ety.ai Lite – Embeddable Word Intelligence

We plan to extend this project by:

  • Integrating with a real ety.ai API or other language APIs for accurate word origins
  • Adding audio pronunciation and images for richer word cards
  • Supporting social sharing and tokenized ownership of word entries
  • Creating an npm package or hosted CDN version of the embed code

Built With

Share this project:

Updates