A modern, multilingual technical dictionary web application built with Next.js 16 and React 19.
π Available in English, Spanish, and German β’ π Full Dark Mode Support
- π Multilingual: Support for English, Spanish, and German.
- π¨ Modern UI: Built with Tailwind CSS 4 and shadcn/ui.
- β‘ High Performance: Server Components, Turbopack, and React Compiler.
- π Advanced Search: Real-time search and filtering.
- π Dark Mode: Fully supported out of the box.
# 1. Install dependencies
npm install
# 2. Configure environment
cp .env.example .env.local
# Edit .env.local with your API URL
# 3. Run development server
npm run devOpen http://localhost:3000 with your browser.
- Framework: Next.js 16 (App Router)
- Language: TypeScript
- Styling: Tailwind CSS 4
- Components: shadcn/ui
- State/Query: TanStack Query
- i18n: next-intl
Detailed documentation is available in the /docs directory:
- π Getting Started - Installation and setup
- ποΈ Architecture - Project structure and design decisions
- π» Development - Guidelines and best practices
- π API Integration - Hooks and client usage
- π Internationalization - Adding languages and translations
- π Deployment - Production deployment guide
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.


