Skip to content

nemostorm/star-api

Repository files navigation

StarAPI

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

  1. Install dependencies
pnpm install
  1. Run development server
pnpm dev
  1. Build for production
pnpm build

Project notes

  • Main UI: app/home/page.tsx
  • UI primitives are in components/ui/ and some custom components in components/.
  • This project uses Next.js app router and Tailwind CSS.
  • A previous explicit reference to webpack in next.config.ts was removed to use Next's default bundler.

Deploy

  • Deploy to Vercel or any provider that supports Next.js. On Vercel, a new push to main will trigger a build.

Contributing

  • Open an issue or PR on the repository.

License

  • MIT (add your preferred license text)

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published