"use client"; import { CheckIcon, Globe2Icon, PlugIcon, PlugZap2Icon, Plus, RabbitIcon, ShieldCheckIcon, Webhook, XIcon, } from "lucide-react"; import { LockClosedIcon, } from "@radix-ui/react-icons"; import Link from "next/link"; import { Button } from "./ui/button"; import React, { useState } from "react"; import { TechStackDisplay } from "./display-techstack"; import { Ripple } from "./ripple"; export default function Features() { return (

Framework Agnostic

Supports popular frameworks

Supports your favorite frontend, backend and meta frameworks, including React, Vue, Svelte, Solid, Next.js, Nuxt.js, Hono, and more{" "} Learn more

Authentication

Email & Password Authentication

Builtin support for email and password authentication, with secure password hashing and account management features{" "} Learn more

Social Sign-on

Support multiple providers.

Allow users to sign in with their accounts, including Github, Google, Discord, Twitter, and more.{" "} Learn more

Two Factor

2FA right out of the box.

Supports your favorite frontend, backend and meta frameworks, including React, Vue, Svelte, Solid, Next.js, Nuxt.js, Hono, and more, {" "} Learn more

Organization & Access Control

Gain and manage access.

Manage users and their access to resources within your application.{" "} Learn more

Plugin Ecosystem

Pluggable with custom.

Enhance your application with our official plugins and those created by the community.{" "} Learn more

Start in a minute

Start in a minute and. accelerate with 10x speed

); }