Building a Community Wiki Around a Privacy-First Search Engine
The problem: a search engine needs more than a search box findnix.eu is a EU-based, privacy-first search engine — "Find alles, speichere nix" (find everything, store nothing) is the tagline. Once real users started using it, the support questions started too: how does the spam filter work, why isn't my site indexed yet, what data do you actually store, how do I report a fake shop I found in the…
A new EU-based search engine, Findnix, has launched a community-driven wiki to address user queries and provide informative content. The wiki, accessible at wiki.findnix.eu, is organized into three main categories: FAQ, Kids, and Wiki. Each category serves a specific purpose, with the FAQ explaining how Findnix works and its various features, the Kids section offering safe, curated explainer content, and the Wiki section hosting general knowledge entries contributed by the community.
To ensure quality control, all entries undergo a moderation process before going live. This process involves submitting a proposal through a form, which is then reviewed before being published. The wiki is designed to be accessible to an EU-wide audience, employing a client-side language translation feature that builds a one-time link to Google Translate for each page. This approach eliminates the need for the wiki to maintain multiple language files, reducing the workload for a small development team.
The wiki's URL structure allows for slug-based URLs, enabling old bookmarks and inbound links with numeric IDs to be redirected smoothly. For example, old links with a numeric category ID can be automatically redirected to their corresponding slug-based URLs, preventing duplicate or dead URLs from accumulating over time. The wiki is built on a lightweight, SQLite-backed PHP framework, avoiding the use of JavaScript frameworks or build steps.
This keeps the barrier to entry low for both contributors and readers, as there are no complex dependencies to install or configure. The community-driven approach is intended to foster collaboration and ensure that the most relevant and up-to-date information is available for all users.
Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.