import React from "react" import Image from "next/image" function ContainerImageIconBlocksFeature() { return ( <> {/* Features */}
{/* HIDDEN */}
Image Description
{/* Grid */}

Want To Build Fast?

There is so much to do in order to get an application developed. Just getting the essentials together like payments and emails is an enormous undertaking. That's why FastPocket exists. To give you the essentials so you can focus on what makes your app unique.

{/* End Col */}
{/* Icon Block */}

Payments

FastPocket includes Stripe for simple payment so that you can get profitable quickly. All your products in Stripe automatically syncronize with Pocketbase meaning no additional work for you

{/* End Icon Block */} {/* Icon Block */}

Style

FastPocket includes components to help you get styling your codebase really quickly. We use TailwindCSS, DaisyUI and Modified FastPocket components in order to fit the look and feel of your brand

{/* End Icon Block */} {/* Icon Block */}

Email

We know how annoying it is to setup email and that is why we provide email templates as well as frameworks for building your own emails for signup verifications and more

{/* End Icon Block */} {/* Icon Block */}

Backend

We provide Pocketbase + stripe build templates to ship your product with no hassle. This includes login and payment for reoccuring and one time transactions

{/* End Icon Block */}
{/* End Col */}
{/* End Grid */}
{/* End Features */} ) } export default ContainerImageIconBlocksFeature