Amitkys

What is SabnamAI

Learn what SabnamAI is and how it helps students prepare for exams.

Introduction

SabnamAI is a test series platform.

It provides a variety of test series completely free.

These tests are designed for students who are preparing for their upcoming exams.

The goal is simple:
help students practice more and prepare better, without any cost.

What's Special about SabnamAI?

Nothing Special

There are many test series platforms out there. You can use any platform that solves your problem best.

However,

we tried our best to provide you:

  • Quality Questions: Questions that are frequently asked in exams and important for practice.

  • Better UI: No ads. No distractions.

  • AI Integration: You don't have to paste things here and there.

  • Absolutely Free: No charges for questions or AI features.

Install fumadoc

npx shadcn@latest add @sabnamui/button

some code

import { HomeIcon } from 'lucide-react';

<Cards>
  <Card
    href="https://nextjs.org/docs/app/building-your-application/data-fetching/fetching-caching-and-revalidating"
    title="Fetching, Caching, and Revalidating"
  >
    Learn more about caching in Next.js
  </Card>
  <Card title="href is optional">Learn more about `fetch` in Next.js.</Card>
  <Card icon={<HomeIcon />} href="/" title="Home">
    You can include icons too.
  </Card>
</Cards>

On this page