EV charging products, downloads, and support — in one multilingual hub.
Explore AC/DC stations, portable chargers, cables, and documentation for Blaupunkt customers.
This repository powers the Blaupunkt EV charging site, bringing product catalogs, downloads, and contact options together in a single, localized experience.
🌍 Multi-language catalog · ⚡ AC/DC charging portfolio · 📄 Downloadable specs · 📬 Contact with Graph API backend
- Product-first experience for AC/DC stations, super-fast chargers, portable units, and cables
- Localization-ready App Router setup with
next-intl - Data-driven product configs for specs, assets, and downloads
- Tailwind CSS v4 with modern Next.js 16 runtime
- Contact workflows handled by a Next.js API route using the Resend email API
- Optimized images and assets for fast page delivery
See more in docs/FEATURES.md.
- Next.js 16 (App Router) with React 19
- Tailwind CSS 4, PostCSS
next-intlfor routing and translations- Framer Motion for animations
- PDF generation/download helpers (
pdf-lib,file-saver) - PHP endpoints for contact handling (under
public/api)
This app runs with Node 18+ (Next.js 16). pnpm is recommended.
git clone https://github.com/incial/Blaupunkt-Main.git
cd Blaupunkt-Main
pnpm install
# Development
pnpm dev
# Production build
pnpm build
pnpm startThis project is licensed under the MIT License — see LICENSE.
⭐ Star the repo if you find it helpful!