# Introduction

Comp-kit is a React component library for web3 built on top of [viem](https://viem.sh/). It provides ready-to-use as well as reusable components built using [stitches](https://stitches.dev/). Apart from that, it offers a collection of React hooks that provide you with everything you need to get started with Ethereum.

## Vision

The vision behind this library is to provide users with reusable web3 components that enable users to customize their components up to a maximum extent.

Along with that, this library also provides ready-to-use components which are pre-styled but are not customizable.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://nazeehs-org.gitbook.io/comp-kit/introduction.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
