> For the complete documentation index, see [llms.txt](https://tilepmoney.gitbook.io/tilepmoney-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tilepmoney.gitbook.io/tilepmoney-docs/technical/tech-stack.md).

# Tech Stack

TilepMoney is built using the following modern web technologies and Web3 tools:

### Frontend

* **Next.js 15** (App Router, Server Components, API Routes)
* **React 18+** (Concurrent features, Fiber)
* **TypeScript** (Strict Mode)
* **TailwindCSS 3.x**
* **shadcn/ui** (Radix UI primitives)
* **React Flow** (@xyflow/react)
* **Zustand** (State Management)
* **React Hook Form + Zod**
* **Framer Motion**
* **Sonner** (Notifications)

### Backend & Database

* **Node.js 20 LTS**
* **Next.js API Routes**
* **Next.js Server Actions**
* **MongoDB Atlas**
* **Mongoose ODM**

### Web3 & Blockchain

* **Privy** (Authentication & Wallet Management)
* **Wagmi** (React Hooks for Ethereum)
* **Viem** (Low-level Ethereum interactions)
* **Mantle Testnet** (L2 Infrastructure)

### Smart Contracts

* **Solidity 0.8.20+**
* **Foundry** (Forge, Cast, Anvil)
* **OpenZeppelin Contracts**

### Development Tools

* **pnpm** (Package Manager)
* **Biome** (Linter & Formatter)
* **Git & Lefthook**


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://tilepmoney.gitbook.io/tilepmoney-docs/technical/tech-stack.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.
