Skip to content

Sharkio is an API proxy for you development environments. It records all the requests that are sent to your API. It allows you to replay the requests easily. Generate types, documentation, test suites, And interact with your API using AI.

License

Notifications You must be signed in to change notification settings

danielbolivar/sharkio

 
 

Repository files navigation

Sharkio

What is Sharkio

Sharkio is a development tool for api developers. It is a proxy that records all the requests that are sent to your servers. And provides you with a dashboard to analyze all the traffic. Sharkio also provides the ability to repeat requests. Generate types for youre favorite language based on real data.

Roadmap

In the roadmap sharkio will support team functions. Also Sharkio will integrate with ChatGPT in order to allow easy use of api. Request automation. Api inconsistency alerting. Integration to Postman. Automatic CLI generation for your api with real data. Request mocking.

Features

available
Inspect traffic V
Search V
Filter V
Repeat request V
Typescript generator V
JSON schema generator V
Microservice support V
Open api generator
Request mocks
ChatGPT integration
Save requests
Collections
Share requests

How to use

  • npm install -g sharkio@latest
  • sharkio dashboard start
  • sharkio admin start
  • sharkio admin sniffers create --port 5100 --downstreamUrl http://localhost:3000

🚀 Getting started

  • npm i -g concurrently ts-node

For the backend

  • cd into traffic-sniffer.
  • npm install
  • npm run dev

For the frontend

  • cd into traffic-dashboard.
  • npm install
  • npm run dev

For both:

  • npm run dev ( in root directory )

Architecture

image

Screenshots

Screenshot 2023-06-21 at 20 01 38 Screenshot 2023-06-26 at 12 32 47

Social links

https://www.producthunt.com/posts/shakio

Acknowledgement

About

Sharkio is an API proxy for you development environments. It records all the requests that are sent to your API. It allows you to replay the requests easily. Generate types, documentation, test suites, And interact with your API using AI.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 83.9%
  • JavaScript 11.7%
  • SCSS 2.6%
  • Other 1.8%