Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
Blog post about Rate-v2.0 (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillt authored Nov 25, 2024
1 parent 71b46b6 commit e69b703
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions content/blog/03-release-rate-2.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
+++
title = "Rate 2.0: Full Revamp"
date = 2024-11-21
template = "blog/page.html"
description="The year 2024 has become a landmark for the ARK Builders team as we have reached a completely new level, making a leap in all aspects of open-source application development. First, we expanded our team to work not only on mobile apps but also on native apps for desktop and laptop devices running macOS, Linux, and Windows. Second, we have thoroughly focused on the design of our applications, emphasizing not only security and privacy but also ease of use and user satisfaction. As a result of this new approach, we have completely redesigned the Rate app — a currency exchange calculator and private portfolio manager."
[extra]

author = "Kirill"
+++

## Our new approach

Now, for every application we develop, we start with the design process: considering features and user scenarios before planning the layout of control elements and the application's appearance. This takes more time, but the user experience has reached a new level!

# Rate 2.0

We're thrilled to unveil a complete redesign of our app, featuring a new UI designed for an ergonomic and user-friendly experience. You can download the app from the Play Store at https://play.google.com/store/apps/details?id=dev.arkbuilders.rate. Currently, only the Android version is available, but we aim to release the iOS version next year.

!["Easy to use currency exchange calculator"](/images/rate/calculation_app.png)

## What is the ARK Rate app?

First of all, ARK Rate is a powerful and user-friendly currency converter allowing you to quickly and accurately convert any currency to another. But there's more! It works anywhere in the world, even without internet access, thanks to our offline-first approach. With this app, you can be confident that when you land in a new country with a pack of dollars or your native currency, you still can figure out fair exchange rates into local money. It can be helpful even in rural areas or exotic locations: what if you need to pay a taxi driver but you don’t have local currency? Additional features can be convenient, such as seeing the same value in multiple target currencies. And no need to register an account, login, subscribe or see annoying ads.

!["Works offline anywhere in the world"](/images/rate/offline.png)

If you prefer to stay up-to-date to current exchange rates, be it conventional currencies or crypto, you can also set up our widget to your home screen that will update automatically in the background. This way you won’t miss the surge in price of assets you hold.

!["Rates right on your home screen"](/images/rate/widget.png)

And if you need to track assets in different places—be it bank accounts, cash, crypto exchanges, or any non-custodial wallets—you will benefit from the 'Portfolios' screen of ARK Rate. It can help you to sort assets by several portfolios, calculate their total values and easily track updates to portfolios. The data you enter into the app never leaves your devices, you can also disable analytics in preferences. And if you require extra-level of confidentiality, you can also download the app from GitHub and disable crash reporting: https://github.com/ARK-Builders/ARK-Rate/releases/tag/v2.0.2.

This level of customization is made possible by our commitment to full open-source development, a unique aspect of our offering. This is because installing any app via the Play Store results in automatic collection of crash reports, a feature that cannot be disabled. But if you download our app from GitHub, we have extra preference in the settings screen allowing you to disable even crash reporting. Any technically advanced users can also examine our source code and ensure that there is no hidden data collection. Feel free to leave any feature requests and comments regarding quality on either the Play Store or GitHub—we'll address them as soon as we can.

!["Free, no login needed, no ads"](/images/rate/no-ads.png)

We hope you enjoy the fruits of our labor and look forward to the desktop version's release next year. Both mobile and desktop versions will implement P2P synchronization allowing you to keep your data up-to-date and private at the same time. Stay tuned!
Binary file added static/images/rate/calculation_app.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/rate/no-ads.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/rate/offline.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/rate/widget.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e69b703

Please sign in to comment.