Skip to content

mostfortunate/via

Repository files navigation

Via Dark Banner

Via is a free, lightweight, easy-to-use HTTP client. It provides a modern, intuitive interface for building, sending, and inspecting HTTP requests. Via is designed for developers seeking a fast, open-source alternative to tools like Postman or Insomnia.


Features

  • Send HTTP requests (GET, POST, PUT, DELETE, PATCH)
  • Edit query parameters, headers, and JSON request bodies
  • Display response metadata (status, time, size)
  • Syntax-highlighted JSON editor for request body
  • Light and dark theme support

Getting Started

  1. Clone the repository:
    git clone https://github.com/mostfortunate/via.git
    cd via
  2. Install dependencies:
    npm install
  3. Start the development server:
    npm run dev
  4. Open your browser and navigate to http://localhost:3000

Technology Stack



Customization

  • Add new HTTP methods or features in app/page.tsx.
  • Customize UI components in components/ui/.
  • Update themes in app/globals.css or via the theme provider.

Contributing

Contributions are welcome. Please open an issue, or fork the repository and submit a pull request for review.


License

This project is licensed under the MIT License. See the LICENSE file for details.


Acknowledgements


Developed by mostfortunate

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published