HTTPLabs is a collection of privacy-focused, client-side web tools designed to be lightweight, fast, and easy to use. All tools run entirely in the browser, ensuring your data stays on your device.
- Privacy-first: All processing happens client-side
- Lightweight: Minimal dependencies, fast loading times
- Easy to use: Intuitive interfaces for each tool
- Open source: All tools are MIT licensed
- Color Dropper Tool: Pick colors from any image with precision and ease.
- Located in:
/colordropper/
- Located in:
(More tools coming soon!)
-
Clone the repository:
git clone https://github.com/objectgraph/httplabs.git -
Navigate to the project directory:
cd httplabs -
Start a local HTTP server:
For Python 3.x:
python -m http.server 8000For Python 2.x:
python -m SimpleHTTPServer 8000 -
Open your web browser and visit:
http://localhost:8000
The project is designed to be easily deployed to any static site hosting service (e.g., GitHub Pages, Netlify, Vercel).
We welcome contributions to HTTPLabs! Whether it's adding new tools, improving existing ones, or fixing bugs, your input is valuable. Please feel free to submit issues or pull requests.
This project is licensed under the MIT License:
MIT License
Copyright (c) 2023 HTTPLabs
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
- Tailwind CSS team for their excellent CSS framework
- Lucide for providing high-quality open-source icons
For more information about each tool, please refer to the individual README files in their respective directories.