A modern Postman-like API client built with Next.js.
Send HTTP requests, inspect responses, and save your API workflows — all from the browser.
⚡ Built for developers who want a lightweight, fast, and web-based alternative to Postman.
- 🔥 Built with Next.js App Router
- 🧪 Send GET, POST, PUT, DELETE, PATCH requests
- 🧰 Customize headers, query params, and request body
- 🧾 View formatted JSON responses
- 🕓 Request history with state management via Zustand
- 🧩 Validations powered by React Hook Form and Zod
- 🎛️ Radix UI components and utility-first styling with TailwindCSS
- ⏱ Debounced inputs for efficient UX
- Framework: Next.js 14 (App Router)
- UI: TailwindCSS + Radix UI + Lucide Icons
- State: Zustand
- Forms & Validation: React Hook Form + Zod
- Networking: Axios
- Dev Tools: ESLint, TypeScript
git clone git@github.com:Limeless04/nextjs-post-api.git
cd nextjs-postman