diff --git a/docs/fern/docs/pages/faq.mdx b/docs/fern/docs/pages/faq.mdx
index d031fcef6..53e5f6b9b 100644
--- a/docs/fern/docs/pages/faq.mdx
+++ b/docs/fern/docs/pages/faq.mdx
@@ -16,6 +16,25 @@ subtitle: Frequently asked questions about Stack
+## Product
+
+
+ Ask yourself about ``:
+
+ - Is `` open-source?
+ - Is `` developer-friendly, well-documented, and lets you get started in minutes?
+ - Besides authentication, does `` also do authorization and user management (see feature list below)?
+
+ If you answered "no" to any of these questions, then that's how Stack Auth is different from ``.
+
+
+ While you can use any backend framework with Stack, the frontend is tightly integrated with Next.js. If you want to use a different frontend framework, you will have to build the integration ourselves with the client endpoints of our [REST API](/rest-api). Some members of our community have started projects to do this, so you may want to join [our Discord](https://discord.stack-auth.com) to coordinate with them.
+
+
+ Only the Next.js app router is currently supported. However, just like any other unsupported framework, you can use the client endpoints of our [REST API](/rest-api) to build your own integration.
+
+
+
## Other