TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Azk – run code locally straight from GitHub and deploy to DigitalOcean

8 pointsby fearenalesabout 9 years ago

1 comment

fearenalesabout 9 years ago
Hi! I&#x27;m part of Azuki, the startup that created azk.<p>azk (<a href="http:&#x2F;&#x2F;github.com&#x2F;azukiapp&#x2F;azk" rel="nofollow">http:&#x2F;&#x2F;github.com&#x2F;azukiapp&#x2F;azk</a>) is a lightweight open source development environment orchestration tool. It runs on top of Docker containers, but we tried to make it super simple to use.<p>We liken it to YouTube whereas Docker is more like Adobe Flash Video.<p>azk is versatile, but right now we&#x27;re focused on the simplest use cases hence our focus on DigitalOcean as deployment option.<p>Accordingly, we created the &quot;Run Project&quot; button. You can add it to your public repos on GitHub and any visitor can easily and safely run your code locally in very few steps.<p>The only thing you&#x27;ll have to add to your code is an Azkfile, a simple manifest file listing the required elements for the code&#x27;s environment (OS, language, database etc.).<p>We even created this demo gallery with forks from GitHub to prove that <a href="http:&#x2F;&#x2F;run.azk.io" rel="nofollow">http:&#x2F;&#x2F;run.azk.io</a> . We&#x27;ll be continuously adding new projects to it.<p>In this tutorial published by DigitalOcean, we demonstrate how easy it is to run code &quot;in natura&quot; straight from GitHub with the &quot;Run Project&quot; button and then deploy it to DigitalOcean with azk.<p>We know there are several options to deploy code from GitHub to the cloud or even to your local machine, however none of them allow you to deal with the original code unmodified like this which can be very useful for hacking&#x2F;experimenting purposes.<p>How many times have you stumbled upon some code on GitHub you&#x27;d like to check out but it was so complicated to run it locally you ended up just giving up? How many projects do you have that could be going through that?<p>There you go. :)<p>I&#x27;ll be glad to answer to any comments and doubts about it.<p>Thanks!