
Quetre
Libre, privacy-focused front-end for Quora

Quetre is an open-source, libre front-end for Quora that proxies Quora pages to provide an ad-free, tracker-free reading experience. It also offers an unofficial JSON API endpoint for programmatic access (api/v1). (quetre.iket.me)
Key Features
- Privacy-focused proxying of Quora requests to avoid Quora-side tracking and telemetry
- No ads, no trackers, no browser fingerprinting or telemetry collected by the front-end
- Lightweight, responsive site built with Pug templates and Sass-based styling for dark/light themes
- Unofficial JSON API (add /api/v1/ to an instance) for programmatic access to parsed content
- Optional Redis caching support and Docker-friendly deployment artifacts (docker-compose/service files)
- Simple installation and run scripts driven by pnpm / Node.js and a small set of dependencies (Express, axios, cheerio, pug, sass, dotenv)
Use Cases
- Privacy-conscious browsing of Quora content without ads or tracking, useful for individuals and privacy-focused communities
- Hosting a public or private instance that serves as a lightweight alternative front-end for embedding or redirects
- Providing a parsed JSON endpoint for tooling, redirectors, or integration with browser extensions that replace Quora URLs
Limitations and Considerations
- Not all Quora routes are implemented; some pages or answers may be unreachable due to Quora's dynamic loading and unique IDs, and the project lists missing routes in its TODOs
- Getting all answers on some pages can be difficult because Quora loads additional answers via client-side requests; Quetre may not fetch every dynamically loaded item
- Math rendering relies on MathJax in the browser; with JavaScript disabled math may display improperly
- There is no account system or user-authentication integration; interactive Quora features (voting, posting, private content) are not provided
Quetre is a compact, privacy-oriented option for reading Quora content and exposing a simple parsed API. It is implemented as a small Node.js/Express application with templating and styling focused on a fast, minimal user experience.
Categories:
Tags:
Tech Stack:
Similar Services
Apache Answer
Open-source Q&A platform for communities, teams, and support
Apache Answer is an open-source Q&A platform for community forums, help centers, and internal knowledge sharing with tagging, voting, and a plugin system.
Apache Answer
Open-source Q&A platform for teams and communities.
Apache Answer is a modern open-source Q&A platform for teams to build knowledge bases, forums, and help centers.
Astuto
Open-source, self-hosted customer feedback tool.
Open-source, self-hosted tool to collect, organize and prioritize customer feedback with roadmaps, sign-in, webhooks, and API.

Talkyard
Discussion platform combining Q&A, forums, chat, and embedded comments
Self-hostable community discussion platform combining Q&A, forums, team chat, ideation/upvoting, and Disqus-style embedded blog comments.

Scoold
Stack Overflow-style Q&A platform for teams and organizations
Open source Stack Overflow clone for teams: Q&A, knowledge sharing, search, spaces, reputation, webhooks, and integrations via a Para backend.
QPixel
Rails-based community Q&A and knowledge-sharing platform
QPixel is a Ruby on Rails Q&A platform powering Codidact, supporting multiple communities, categories, Markdown content, voting and activity-based privileges.
Express
Redis
pnpm
Sass
Node.js