import React from "react" function RightAlignedBorderBottomFAQ() { return ( <> {/* FAQ */}
{/* Grid */}

Frequently
asked questions

Answers to the most frequently asked questions.

{/* End Col */} {/* Accordion */}
{/* My tech stack is different can I still use it? */}

Yes, as long as you're comfortable with React & NextJS. Libraries are independent. You can use SendGrid instead of Mailer, LemonSqueezy instead of Stripe, or Supabase instead of Pocketbase, for instance.

{/* What do I get exactly? */}

1.The NextJS starter with all the boilerplate code you need to run an online business: a payment system, a database, login, a blog, UI components, and much more.

2. Documentation that helps you set up your app from scratch

3. Access to deployment templates to self host your app for free

{/* Is it a website template? */}

It's more than just a template. You can copy/paste sections to build your site quickly, like a pricing section, an FAQ, and even an entire blog. You also get a bunch of UI components like buttons, modals, popovers, etc. The NextJS starter also comes with handy tools you need to run an online business—payment processing, emails, SEO, etc.

{/* How is FastPocket different from other boilerplates */}

Many hosting platforms, like Vercel, let you host a project for free (front-end + back-end) and we give you Pocketbase templates to host your backend for free on Fly.io or PocketHost — so you can launch for first app for $0/month.

{/* How is FastPocket different from other boilerplates */}

FastPocket is all about giving you control over how you host your app. You won't be locked into vendors when you scale and you get to choose how much or how little you spend. We give you deployment templates and hosting options (that you can migrate from when you grow)

{/* End Accordion */} {/* End Col */}
{/* End Grid */}
\{/* End FAQ */} ) } export default RightAlignedBorderBottomFAQ