A minimal Next.js + React frontend for building and testing API requests locally.
Features
- Build and send HTTP requests (GET/POST/PUT/PATCH/DELETE/HEAD/OPTIONS)
- Save and manage endpoints
- Request history, copy as cURL, export/import saved endpoints
- Pretty JSON response viewer
Quick start
- Install dependencies
pnpm install- Run development server
pnpm dev- Build for production
pnpm buildProject notes
- Main UI:
app/home/page.tsx - UI primitives are in
components/ui/and some custom components incomponents/. - This project uses Next.js app router and Tailwind CSS.
- A previous explicit reference to
webpackinnext.config.tswas removed to use Next's default bundler.
Deploy
- Deploy to Vercel or any provider that supports Next.js. On Vercel, a new push to
mainwill trigger a build.
Contributing
- Open an issue or PR on the repository.
License
- MIT (add your preferred license text)