Given the comments I'm used to seeing in general in HN, the over excited tone of the comments in this post makes me wonder how truthful all the praising is, or if they are related to the company in any way. Maybe HN is actually full of people who build internal tools and find this honestly awesome and a game changer.
Eh I don't see too many like that and even if some customers do show up to give meaningful testimony I think that's fine and useful. The few that are meaningless got voted down and will be dead soon.
Show HN: Superblocks – IDE for Internal Apps, APIs and Cron Jobs
41–50 of 102 posts
Re: Show HN: Superblocks – IDE for Internal Apps, APIs and Cron Jobs
#42This could be really useful in healthtech, is it HIPAA compliant by any chance?
Re: Show HN: Superblocks – IDE for Internal Apps, APIs and Cron Jobs
#43Super cool. It's likely in the works but it would be cool to have more recipes / mini templates to start with on the application builder. E.g. a list of most active users or something similarly generic to help me get to something real faster. Also the ability to add an integration / connect postgres from the 'new api' prompt rather than having to go back to the dashboard first
This is a really good idea and something that is on our roadmap to add templates to accelerate tooling development. We're learning about the most common use cases and going to build templates to shortcut getting started. The other thing we've discussed is upon connecting an integration (ex. Postgres) automatically giving you a postgres admin app, similar to what you get with a Django admin for example. Is that what w…
Re: Show HN: Superblocks – IDE for Internal Apps, APIs and Cron Jobs
#44[Disclaimer: my company is using Superblocks and have been paying for it for about a year] Been reading the comments and I think there are a bunch of questions about why companies would use a tool like this and that integrating your product / company into it is potentially risky. Here's why we decided to use it. First thing you should know is that before we moved to Superblocks, we were using a combination of Retool,…
Re: Show HN: Superblocks – IDE for Internal Apps, APIs and Cron Jobs
#45[deleted]
Re: Show HN: Superblocks – IDE for Internal Apps, APIs and Cron Jobs
#46I never watch videos (I can't skim read a video and they usually involve audio and that's usually inconvenient). So without the video I'm struggling to understand what "programming" with superblocks means. Is it drag and drop visual programming? Show me a screengrab. Is it coding? What does the syntax look like? Is it a mixture of both? I want to see both. Yes - I'm lazy and probably could have read more but lazy, bu…
Thanks for the feedback - our docs are more text heavy and might be better suited for skimming. Our quick start guide might be a good starting point: https://docs.superblocks.com/getting-started/5-min-quickstar...
There isn't any drag and drop when it comes to programming in Superblocks. You can write good ol' regular Python/JS to create APIs and program your event handlers in the UI!
Re: Show HN: Superblocks – IDE for Internal Apps, APIs and Cron Jobs
#47Looks great. Might be simplifying too much but is it basically like Retool + cron jobs? Super interesting if that's the case :)
Re: Show HN: Superblocks – IDE for Internal Apps, APIs and Cron Jobs
#48Given the comments I'm used to seeing in general in HN, the over excited tone of the comments in this post makes me wonder how truthful all the praising is, or if they are related to the company in any way. Maybe HN is actually full of people who build internal tools and find this honestly awesome and a game changer.
Re: Show HN: Superblocks – IDE for Internal Apps, APIs and Cron Jobs
#49Given the comments I'm used to seeing in general in HN, the over excited tone of the comments in this post makes me wonder how truthful all the praising is, or if they are related to the company in any way. Maybe HN is actually full of people who build internal tools and find this honestly awesome and a game changer.
Re: Show HN: Superblocks – IDE for Internal Apps, APIs and Cron Jobs
#50[Disclaimer: my company is using Superblocks and have been paying for it for about a year] Been reading the comments and I think there are a bunch of questions about why companies would use a tool like this and that integrating your product / company into it is potentially risky. Here's why we decided to use it. First thing you should know is that before we moved to Superblocks, we were using a combination of Retool,…
As a developer, the other concerns that I always want to be addressed around RPA / UI based tools are (1) how do I solve my problem when it outgrows the bounds of the product, yeah, you kinda have custom code I can enter via the webpage, but... (2) why do I have to use & learn your UI, let me use my normal tools