Tag: nextjs
10 items with this tag.
Playwright E2E Setup for Next.js + Claude Code
Playwright E2E Setup for Next.js + Claude Code Full setup for Playwright E2E tests in a Next.js project, with a CLAUDE.md Definition of Done that forces Claude Code to run tests before marking any task complete.
MiniMax Admin Portal — Mantine + Next.js + M2.7
MiniMax Admin Portal — Mantine + Next.js + M2.7 Admin portal project using Mantine v9 + Next.js as frontend, MiniMax M2.7 as the AI backend via OpenAI-compatible SDK.
Mantine UI — LLM Integration Setup
Mantine UI — LLM Integration Setup Three ways to give an LLM (Minimax M2.7, Claude, etc.) live awareness of Mantine v9 docs.
MiniMax M2.7 API — OpenAI-Compatible Access
MiniMax M2.7 API — OpenAI-Compatible Access How to call MiniMax M2.7 via the OpenAI-compatible SDK — no new SDK required.
Vertical Slice Development — Solo Dev Strategy
Vertical Slice Development — Solo Dev Strategy Build one complete feature at a time (model → endpoint → frontend component) rather than separating backend and frontend phases.
CorpusX — Thai Enterprise Data Intelligence Platform
CorpusX — Thai Enterprise Data Intelligence Platform Enterprise web app for Thai company data intelligence — aggregating DBD, Revenue Department, and NACC procurement data into searchable profiles, financial scoring, and network graphs.
Docker Dev vs Prod — Volume Mounts, Multi-Container Setup
Docker Dev vs Prod — Volume Mounts, Multi-Container Setup How to structure Docker for local development vs production with Django + Next.js.
Vuexy Next.js — Codebase Documentation and SKILL.md Strategy
Vuexy Next.js — Codebase Documentation and SKILL.md Strategy A method for using Claude Code to systematically document any large template codebase and produce a persistent context file (SKILL.md) that Claude can load before every development task.
Effort — Vuexy Next.js Frontend Customisation
Vuexy Next.js Frontend Customisation Status: 🟡 In progress — research done, customisation not started Started: 2026-05-12 Goal: Use Vuexy Next.js 15 as the base template and customise it into the app frontend using Claude Code to navigate and modify the codebase Template details Product: Vuexy by P...
CI/CD — Django + Next.js on Local VPS
CI/CD — Django + Next.js on Local VPS Push to main → tests run → auto-deploy to local server.