Show HN: Codeblox.io – Connect your code with anyone else's via drag and drop
1–10 of 15 posts
Re: Show HN: Codeblox.io – Connect your code with anyone else's via drag and drop
#2I built Codeblox to allow developers to connect code together like building blocks. This makes it easy to build sequences (series of blocks) to do all kinds of things.
Every block and sequence gets an API endpoint (POST api.codeblox.io/username/blockName) and you can also schedule them to run daily.
Each code block specifies an input and output type (text, number, location, etc) and you can build sequences by combining blocks that fit together.
How it Works:
- CLI tool packages up your directory as a ZIP file, and uploads it to S3 - That filename is stored in the DB - When someone invokes your code from the website, the back-end (Node.js) creates a Lambda function pointed to your ZIP in S3, invokes it and returns the result - For sequences, do the same thing, except the client handles making each sequential call
Stack: FE: React/Redux BE: Node.js, MySQL, AWS, Redis
I'd be really interested to hear any feedback or feature requests.
I'm also looking for a co-founder to work on this with (NYC or SF area), so if you like the idea just reach out at info [at] codeblox [dot] io
Thanks! Alan
Re: Show HN: Codeblox.io – Connect your code with anyone else's via drag and drop
#3Hi HN, I built Codeblox to allow developers to connect code together like building blocks. This makes it easy to build sequences (series of blocks) to do all kinds of things. Every block and sequence gets an API endpoint (POST api.codeblox.io/username/blockName) and you can also schedule them to run daily. Each code block specifies an input and output type (text, number, location, etc) and you can build sequences by…
Re: Show HN: Codeblox.io – Connect your code with anyone else's via drag and drop
#4Hi HN, I built Codeblox to allow developers to connect code together like building blocks. This makes it easy to build sequences (series of blocks) to do all kinds of things. Every block and sequence gets an API endpoint (POST api.codeblox.io/username/blockName) and you can also schedule them to run daily. Each code block specifies an input and output type (text, number, location, etc) and you can build sequences by…
interesting idea. what sort of license is applied to the code i upload?
Re: Show HN: Codeblox.io – Connect your code with anyone else's via drag and drop
#5Right now we can assemble blocks sequentially. It would be awesome if those can also be arranged conditionally (by some programming language- a programming language to arrange blocks of code,eh).
Re: Show HN: Codeblox.io – Connect your code with anyone else's via drag and drop
#6Hi HN, I built Codeblox to allow developers to connect code together like building blocks. This makes it easy to build sequences (series of blocks) to do all kinds of things. Every block and sequence gets an API endpoint (POST api.codeblox.io/username/blockName) and you can also schedule them to run daily. Each code block specifies an input and output type (text, number, location, etc) and you can build sequences by…
Re: Show HN: Codeblox.io – Connect your code with anyone else's via drag and drop
#7This is a nice concept. It seems like making coding more social and I am excited to see people making interesting things with collaboration. Right now we can assemble blocks sequentially. It would be awesome if those can also be arranged conditionally (by some programming language- a programming language to arrange blocks of code,eh).