diff --git a/web/package.json b/web/package.json index eec61ab..62389da 100644 --- a/web/package.json +++ b/web/package.json @@ -1,26 +1,26 @@ { - "name": "feedr-web", - "type": "module", - "scripts": { - "dev": "astro dev", - "start": "astro dev", - "build": "astro build", - "preview": "astro preview", - "astro": "astro" - }, - "dependencies": { - "@astrojs/tailwind": "^5.1.0", - "@fontsource/inter": "^5.0.18", - "@number-flow/react": "^0.5.9", - "@skyra/discord-components-react": "^3.6.1", - "astro": "^4.9.2", - "framer-motion": "^11.2.10", - "react-icons": "^5.5.0", - "tailwindcss": "^3.4.3" - }, - "devDependencies": { - "@astrojs/react": "^3.4.0", - "react": "^18.3.1", - "react-dom": "^18.3.1" - } + "name": "feedr-web", + "type": "module", + "scripts": { + "dev": "astro dev --host", + "start": "astro dev", + "build": "astro build", + "preview": "astro preview", + "astro": "astro" + }, + "dependencies": { + "@astrojs/tailwind": "^5.1.0", + "@fontsource/inter": "^5.0.18", + "@number-flow/react": "^0.5.9", + "@skyra/discord-components-react": "^3.6.1", + "astro": "^4.9.2", + "framer-motion": "^11.2.10", + "react-icons": "^5.5.0", + "tailwindcss": "^3.4.3" + }, + "devDependencies": { + "@astrojs/react": "^3.4.0", + "react": "^18.3.1", + "react-dom": "^18.3.1" + } } \ No newline at end of file diff --git a/web/src/components/FAQ.tsx b/web/src/components/FAQ.tsx index b101311..462c625 100644 --- a/web/src/components/FAQ.tsx +++ b/web/src/components/FAQ.tsx @@ -6,6 +6,30 @@ const FAQData = [ question: "How often does Feedr check for new posts?", answer: "YouTube: 3 seconds, Twitch: 2 seconds", }, + { + question: "Is Feedr free to use?", + answer: "Yes, Feedr is free to use, and will be free forever with YouTube and Twitch support as they have free API platforms. However, other social media platforms that we wish to support in the future may are not so kind and may require a subscription; however this is not planned at the moment due to legal reasons.", + }, + { + question: "Which platforms does Feedr support?", + answer: "Currently, Feedr supports YouTube and Twitch. We plan to add more platforms in the future based on user feedback.", + }, + { + question: "What platforms are planned for future support?", + answer: "We can't guarantee any specific platforms at the moment, and are pending developer agreements and costs. Bluesky is one platform we are looking into, but nothing is confirmed yet", + }, + { + question: "Can I self-host Feedr?", + answer: "Yes! Feedr is open-source and can be self-hosted. You can find the source code on our GitHub repository. Please note that self-hosting will require your own server and API keys.", + }, + { + question: "Where is Feedr hosted?", + answer: "Feedr is hosted on cloud infrastructure to ensure reliability and scalability. However, we are hosted in the EU and comply with GDPR regulations.", + }, + { + question: "How can I provide feedback or report issues?", + answer: "You can provide feedback or report issues by visiting our GitHub repository and opening an issue. Feedr's Discord support is handled through our sister project, socialstats.app. Email support is not available at this time.", + }, ]; export const FAQ = () => ( @@ -59,9 +83,8 @@ const FAQBox = ({ defaultOpen, title, content }) => { {title}
{content}
@@ -73,9 +96,8 @@ const FAQBox = ({ defaultOpen, title, content }) => { viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg" - className={`transition-all duration-500 ${ - isOpen ? "rotate-[180deg]" : "rotate-[90deg]" - }`} + className={`transition-all duration-500 ${isOpen ? "rotate-[180deg]" : "rotate-[90deg]" + }`} >