Dimension scores are derived from public data and fields; weighted into the composite. Reference only.
FAQ-div is a lightweight JavaScript library for FAQ sections on web pages. It does not require any third-party service. The core idea is to keep using ordinary HTML: questions are written as <h3> elements, answers as paragraphs or other elements, and then a script plus a small amount of markup turns the content into an FAQ with collapsing, search, links, and default styling. The script is under 10KiB, making it suitable for static sites, product documentation, and simple company websites.
In terms of functionality, FAQ-div covers the most common needs for an FAQ component: collapsible Q&A items, an optional search box, ranked search results, anchor links for questions, and the ability to link directly to a specific search. It is SEO-friendly because the original HTML is still made up of headings and paragraphs, so search engines can crawl it normally. Configuration is handled through data-* attributes, allowing you to disable search, disable links, adjust collapse behavior, and customize the search box placeholder and search hint text. For styling, it provides default CSS and also exposes class names such as .faq, .qa, .collapsed, and .hidden for developers to override.
FAQ-div is mainly designed for HTML/JavaScript use cases, and it also explicitly supports Markdown: you can wrap level-three heading Q&A content in Markdown with faq-start and faq-end. The documentation also shows how to load the script in WordPress via functions.php. Content generated after page load can be re-initialized by calling window.faqdiv.init(), and multiple FAQ sections on a single page are supported. There is currently no CDN, so you need to download and self-host the script or inline the source directly.
FAQ-div is free for GPLv3 open-source projects, but the project must be public and licensed under GPLv3. Other use cases require a commercial license: Hobby costs $9, Pro costs $19, and Business costs $199, all as one-time purchases. Business includes priority support. Payments are processed by Gumroad, with support for credit cards and PayPal; you can also contact the author to arrange a wire transfer. Prices exclude VAT, and refunds are not offered.
Its strengths are that it is lightweight, easy to deploy, privacy-friendly, SEO-friendly, and relatively inexpensive for commercial use. Its drawbacks are the lack of CDN or package manager information, plus a relatively narrow ecosystem and feature scope. It is not a fit for complex knowledge bases, customer support bots, or multilingual content management systems. It is best suited to indie developers, small teams, documentation site maintainers, and anyone who wants to quickly improve the FAQ experience without introducing a large component library.
The collected text does not provide information about access from mainland China, network connectivity, or local payment availability, so this remains unknown. Since payment depends on Gumroad, credit cards, and PayPal, teams in China should verify checkout, invoicing, and access stability before purchasing. If payment or access is restricted, alternatives include building a simple FAQ in-house, using FAQ components from a site generator theme, or choosing accordion and search solutions from an existing frontend UI framework.
⚠ This review is compiled from public sources and does not constitute a purchase recommendation. Verify all facts on the vendor's official site. Verify on faq-div.com official site.
faq-div.com is an Unknown Dev Tools provider. TG4G tracks its product information, with monthly pricing from $9.00, an overall rating of 6.0/10, and a China-accessibility score of China direct-connect friendly. Click "Visit Official Site" to reach faq-div.com directly.