Home
Softono
a

ardov

Professional software vendor delivering innovative solutions on the Softono platform. Specialized in both open-source and proprietary software development.

Total Products
3

Software by ardov

huetone
Open Source

huetone

# [Huetone](https://huetone.ardov.me) The app helps you to create accessible color systems with predictable contrast ratios. Check this [twitter thread](https://twitter.com/ardovalexey/status/1447329411678806023) to learn more. ## Run locally 1. Install [Yarn](https://yarnpkg.com/getting-started/install) 2. Clone and open Huetone repo 3. Run `yarn` to install dependencies 4. Run `yarn start` and open [http://localhost:3000](http://localhost:3000/) 5. You are excellent! ## Thanks - [Lea Verou](https://twitter.com/LeaVerou), [Chris Lilley](https://twitter.com/svgeesus) and the CSS working group for providing all the essential code for color conversions. - [Gregor Aisch](https://github.com/gka) for making the great [chroma.js](https://github.com/gka/chroma.js) library. - [Andrew Somers](https://github.com/Myndex) for developing the Advanced Perceptual Contrast Algorithm (APCA). Note: it's still a working draft for WCAG 3. To learn more check [this thread](https://github.com/w3c/wcag/issues/695) or read that [article](https://www.w3.org/WAI/GL/task-forces/silver/wiki/Visual_Contrast_of_Text_Subgroup). - Stripe team for publishing that [article](https://stripe.com/blog/accessible-color-systems) back in 2019 which inspired me to make this app.

Design & Creative Design Systems & Tokens
441 Github Stars
zerro
Open Source

zerro

# [Zerro](https://zerro.app/) **Unofficial ZenMoney client with envelope budgeting superpowers** Zerro syncs with your ZenMoney account and lets you plan every koruna, euro or dollar using YNAB-style envelope budgets, savings goals and clear analytics. [Channel with updates](https://t.me/zerroapp) | [User chat](https://t.me/zerrochat) ## Main features - 💰 **Envelope budgets** across multiple currencies - 🎯 **Savings goals** for big purchases or rainy‑day funds - 💹 **Basic analytics** of income, expenses and net worth - ⚡️ **Bulk actions**: merge, change categories, delete, and restore deleted operations - 💾 **Full backup** of all data (no restoration yet) - 📱 **Mobile-friendly** progressive web app (PWA) and works even offline ## Links - [Zerro](https://zerro.app/) / [updates](https://t.me/zerroapp) / [chat](https://t.me/zerrochat) - [ZenMoney](https://zenmoney.app/) + [API documentation](https://github.com/zenmoney/ZenPlugins/wiki/ZenMoney-API) - [YNAB](https://www.youneedabudget.com/) — they are good at explaining the concept of envelope budgeting ## Contributing If you want to contribute, let's discuss the idea first here in issues or in [chat](https://t.me/zerrochat)/[dm](https://t.me/ardov). I'm open to suggestions and ideas but I don't want to waste your time on things that don't fit the product 🖤 ### Run locally 1. Install [pnpm](https://pnpm.io/) and [Node.js](https://nodejs.org/) 2. Clone the repository 3. `pnpm install` to install dependencies 4. `pnpm run dev` to run the development server on [http://localhost:3000](http://localhost:3000/) 5. You are great ### Run locally in docker ```bash docker build -t zerro:dev . docker run -it -d --rm -v ${PWD}:/app -v /app/node_modules -p 3000:3000 -e CHOKIDAR_USEPOLLING=true zerro:dev ```

Productivity Budget & Expense Tracking Personal Finance
270 Github Stars
Image-Cutter
Open Source

Image-Cutter

![alt text](https://github.com/ardov/Image-Cutter/blob/master/img/cover.png "Plugin cover") # Image Cutter Figma plugin that lets you easily cut any image into pieces. [Install plugin →](https://www.figma.com/community/plugin/899731058839960598/Image-Cutter) ## Development 1. Download and install [NPM](https://nodejs.org/en/download/) 2. Install TypeScript `npm install -g typescript` 3. To compile TypeScript to JavaScript run `npm run build` or in [VS Code](https://code.visualstudio.com/) run the "Terminal > Run Build Task..." menu item, then select "tsc: watch - tsconfig.json"

Image Editing
11 Github Stars