---
title: "Tech Specs & Features"
description: "Discover SanityPress’s full Tech Specs & Features: built with Next.js 15, Sanity.io, Tailwind CSS v4, and more."
---

# Tech Specs & Features

## Core Packages

| Tooling | Category | Info |
| --- | --- | --- |
| Next.js `v16.x` | Frontend Framework | App Router, Server & Cache Components, TypeScript |
| Sanity `v5.x` | CMS | Embedded Studio at `/admin` |
| Tailwind `v4.x` | CSS Framework | Config file at `src/app.css` |

## Dependencies

- [next-sanity](https://github.com/sanity-io/next-sanity): Sanity.io toolkit for Next.js
- [zustand](https://zustand-demo.pmnd.rs): State management in React
- [nuqs](https://nuqs.dev): URL search params state management
- [shiki](https://shiki.matsu.io): Syntax highlighting for code blocks
- [react-icons](https://react-icons.github.io/react-icons/): Icon library mainly used in Sanity schema previews

## Does _not_ include

- themes (this starter template comes minimally styled; it is **meant to be customized**)
- internationalization (i18n) / localization
