Quote Originally Posted by Gondorian View Post
I had high hopes for the deckbox feature when I added it in a couple of years ago, but I think what stopped it taking off was the lack of API to import/export decks
The problem with tools in web browser is that few people actually use them, mainly because they are using mobile and it's not that practical.
The wast majority of people are in Telegram nowadays. I could use API to display a named decklist in telegram via secardbot, search by hero etc.. And BTW I'm gonna publish bot on GitHub soon so everyone can contribute to it.

Now, speaking about initial topic of this thread, adding import/export feature for decks in game client. On Deck screen add 2 buttons (Import and Export). Export simply generates a text representation of the current deck list and put it into clipboard (so user can paste it in somewhere else to shere). Import button opens up a form with am input field where user can paste encoded deck list, then press ok so it is parsed and displayed current deck list in game deck builder. Thus you can share your deck in matter of seconds and also build up and try others decls faster. Now if we define common deck encoding/decoding format, we can expect easy integration between game, chatbot and other web tools.