
Elvenda
Easy automated dropshipping (for Suppliers and Dropshippers)
Quick April update.
Live suppliers: 3
Live dropshippers: 0
Revenue: $0
What went wrong last month?
Issues with real users in production were both exciting and demoralising. A user goes down the wrong path and causes a condition without an error handler, and that's it - they'll never be back.
It's a 10 minute fix of course, but that guy won't be back for a year. We had 4 or 5 of these critical errors in real paths users take.
Every issue I've fixed this month now has a unit test attached to it. This means the code didn't have coverage in the first place. I'm standing by that.. I don't think it's right to spend precious hours (on a time and motivation constrained project) testing shit that probably isn't broken.
Of course, we've paid the price for this. It sucks so much seeing that a user won't be back because of code you wrote (or, didn't.. As the case may be)
Content/Marketing?
Our content marketing is going OK. Each week we get more impressions than the last. Google search console is showing key terms that are important to us.
We're slowly learning to output better and longer content. But most importantly, we're putting out a lot. It's easy to get side tracked from that. I like to think an hour spent on a well targeted, well researched article that can help our users will pay itself off many times over the expected lifespan (this is a post in itself - unless we end up in legal trouble or something, this tool is sticking around).
Technical next steps
I'm not sure much needs to be done on the technical side until we have some real users. We need to double down on reaching out to people.
We keep live smoke testing the order path and everything is working. But, everytime we onboard someone new, they find some new things. I guess it's the nature of third party integrations with people at the low end of the budget spectrum - there's going to keep being capacity and security constraints.
People with proper budgets aren't going to give a shit about us for a year or two, so this is the crowd we need to make happy first.
I think the technical next steps at this stage need to be defined by the issues that the next batch ("Batch" is loosely defined, since it'll probably be like 3 stores) find. So we need to find that next batch.
Summary
We're still marching to dollar number 1. It's hard to tell how far away that is at this stage, but its a hell of a lot closer than it was 4 weeks ago.
We'd been coding like crazy, and got a mostly functioning app that's ready for people to use.
So we start emailing people flat chat, and after a few conversations have 6-7 stores ready to try everything out.
Great, connect your store, give it a go! We said. Later on, when we come back and check the slack logs, it doesn't fucking save the Shopify API keys. All the conversations are for nothing.
So, we've fixed that issue now. Just need to swallow our pride and email them all and nicely ask them to try it again. (Oh god.)
Like
Comment
Tom runs an E-Commerce business selling backpacks, and it's reached a local maximum. It's a niche product, it's hard to google rank for, and it's all they sell.
The solution is to get more eyeballs. So, it needs to be listed in other stores, right?
So we weren't sure how an E-Commerce store owner does that, if they have fairly high quality products. There's Oberlo for shit from Ali Baba, there's eBay and Amazon to start the long slow march to death.
We've been working on Elvenda part time for a few months, and currently onboarding people in a similar situation. They'll add their products to Elvenda, other store owners can sell their products, and we'll facilitate the stuff in the middle. Payments, mostly, hopefully!
Like
Comment
We've got e-commerce stores of our own, and we need more sales channels to increase sales. With a few niche products, it's really hard to drum up the sales we need to get to the next stage.
We're using Elvenda to open up sales opportunities for our e-commerce stores (by getting our products listed on other e-commerce stores).
We're hoping it's useful for other stores in the same position. Eventually, it can be an easy connector for stores to use others' products.
Like
Comment
About
We need it to exist! We've got great products on our e-commerce store, and through a few clicks we can be a supplier to dropshippers through Elvenda. Elvenda can be an important revenue stream for online stores.


2 Comments
Hey, interesting to see your challenges with problems/bugs/testing. I come from a testing background, so can sympathise. Unit tests can help, but the reality users are funny people and don't always do or see things the same way.
It may be useful to get a tester to have a run through your software, to see what they can find.
I'm a big believer in unit and integration tests truthfully. At my day job, nothing gets checked in without tests, and I like the security of it.
It really, really hurt when the user found an issue that my tests should've covered.