TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: I made a faster, mobile-friendly interface for Wiktionary

5 pointsby sha-3about 1 month ago
Wiktionary is probably the most comprehensive dictionary available, but I&#x27;ve often found the official website a bit overwhelming, especially on my phone. When I just want a quick definition, Wiktionary frequently starts with a long Etymology section.<p>This is my attempt to address that. Kwiktionary prioritizes definitions first, like a traditional dictionary. It&#x27;s designed with smaller screens in mind and aims for a clean UI.<p>The frontend is a Next.js app (using Material UI). The definitions are served by an API I wrote using FastAPI, currently running on a e2-micro instance (let&#x27;s see how long that little server holds up under load!).<p>A key challenge was the unstructured nature of Wiktionary. The data extraction was handled by the excellent wiktextract[0].<p>Source code: <a href="https:&#x2F;&#x2F;github.com&#x2F;jake-anto&#x2F;kwiktionary">https:&#x2F;&#x2F;github.com&#x2F;jake-anto&#x2F;kwiktionary</a><p>[0]: <a href="https:&#x2F;&#x2F;github.com&#x2F;tatuylonen&#x2F;wiktextract">https:&#x2F;&#x2F;github.com&#x2F;tatuylonen&#x2F;wiktextract</a>

1 comment

MJGrzymekabout 1 month ago
I&#x27;m a potential user in the wiktionary frontend market cause I&#x27;m addicted to checking pronunciations but it seems the support is not great, for example searching &quot;dog&quot; there is no IPA.
评论 #43664766 未加载