An open-source, privacy-friendly online string toolkit for developers.
string.is is an open-source toolkit designed for developers with a focus on privacy. It offers a variety of conversion tools, browser support for major browsers, and the ability to run locally or with Docker. With a strict Content Security Policy and an emphasis on well-known libraries, string.is aims to provide a secure and efficient environment for developers.
Install dependencies:
npm install
Set up git hooks:
npm run prepare
Run the development server:
npm start
Open http://localhost:3000 in your browser.
Linting checks, type checks, tests, and build for production:
npm run build
Build the Docker image:
docker build -t string.is .
Run the Docker image:
docker run -p 3000:3000 string.is
Build and run using docker-compose:
docker-compose up
Run directly from Docker Hub:
docker run -p 3000:3000 <docker-hub-username>/string.is
In summary, string.is is a privacy-friendly and efficient toolkit for developers, offering features such as open-source development, strict security policies, and automatic format detection. With support for major browsers and the flexibility to run locally or with Docker, string.is provides a user-friendly and secure environment for developers to perform conversion tasks effectively.