Hello everybody, as the title says, I just released dashdeploy.io after about a month of building!
Basically, it's a product that allows you to upload your script and instantly get a shareable link with your project's own built-in space for data uploads, results, and interactions—no code required.
Please check it out and let me know what you think!
Also, I'd appreciate any marketing tips or ideas, thanks in advance :)
This looks awesome, I love the clean homepage and clear value proposition. If you're open to some constructive feedback I think the homepage could be even stronger with an example python script and some kind of video/gif showing how easy it is to deploy, and maybe even an example link that shows the deployed script.
Good idea, I just added a quick "how to" to the home page based on this, thanks for the feedback!
Wow, it’s so clear! Makes it even more impressive!
Congrats! I am in a similar space, but for .NET as a platform. Looking forward to your experience in marketing and sales - need some inspiration for these platform dev-oriented tools!
Adrian, sounds like you hit the nail on the head! My only advice, just focus on your target audience and engage with them wherever they are.
Congrats! I hope your new product is a big success.
Congrats on the DashDeploy Adrian!
I would definitely clarify the features and benefits of the tool. As well as, what the demo project is about and how does it work. Simple 3-4 step approach clarifying each stage of deployment and what is the end result. This is to get you started before the product demo (video) is out.
Yeah nice thinking with the steps tutorial, I just added that to the landing page. I was already stressing about having to quickly learn video editing lol
Hi Adrian, congrats on building DashDeploy!
Who is this product for? Is this for experienced python programmers or newer python programmers. I see you emphasize AI/ML a lot.
I think a video demo on the landing page would help me understand how DashDeploy works.
Hello Victor, thanks for the question!
I'm targeting more experienced AI/ML devs since that's hot rn, but of course any Python programmers can use it.
Also, good point about the video tutorial, I'll definitely add that ASAP.
Can you provide more info on this? What happens when I upload a file? Does this work only for single files? What about data security and privacy?
When you upload a file, DashDeploy executes a Python script associated with your project, generating an output file as a result. For instance, the sample project showcased on the homepage processes uploaded JPG images using a deep learning algorithm, returning the augmented images. DashDeploy essentially allows you to upload your Python scripts and generate similar project pages.
To address data security and privacy concerns, everything is encrypted, and project environments, including all files, are deleted immediately after each run. In cases where a project exceeds a minute in runtime, it is automatically terminated.
Thanks for the questions, please let me know if everything makes sense!