> ## Documentation Index
> Fetch the complete documentation index at: https://docs.inco.org/llms.txt
> Use this file to discover all available pages before exploring further.

# NextJS Starter

> Get started quickly with our NextJS template for building dApps with Inco

> Note: currently, the NextJS template **only works against Base Sepolia**. An updated template will be published shortly with a working setup against a local node and local covalidator.

## Overview

The Inco NextJS starter template provides a pre-configured environment for building decentralized applications with privacy features. It includes everything you need to start building confidential dApps with NextJS and Inco.

# NextJs Starter

Here's a simple NextJs starter kit with incoJs: [GitHub Template](https://github.com/Inco-fhevm/nextjs-template)

## Getting Started

### 1. Clone the Template

We can start by cloning our template project. You can either:

* Go to our [repository](https://github.com/Inco-fhevm/nextjs-template) and click the `Use this template` button at the top of the page to create a new repository
* Or clone it directly:

```bash theme={null}
git clone https://github.com/Inco-fhevm/nextjs-template.git
cd nextjs-template
```

### 2. Install and Run

Install the project dependencies and start the development server:

```bash theme={null}
npm install 
npm run dev
```
