Live data from Hacker News

Show HN: Superblocks – IDE for Internal Apps, APIs and Cron Jobs

superblocks.com

51–60 of 102 posts

Re: Show HN: Superblocks – IDE for Internal Apps, APIs and Cron Jobs

#51

I have been actively following this space. I think there is a huge fallacy in a tool like this. At surface most of the developers love the idea, you often get feedback that people would use it but time comes people just not integrate their service with a platform like this. You have to build huge amount of trust either by raising from popular VC, Angel's, blogpost by reputed dev advocates, socialproofing. For a gener…

[deleted]

Re: Show HN: Superblocks – IDE for Internal Apps, APIs and Cron Jobs

#52

Earlier quoted context omitted.

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…

A Django admin replacement would be wonderful and something I'd absolutely love to build with Superblocks!

There are some very good features of Django Admin we can learn from like their onboarding - the major reason some users have replaced Django Admin with Superblocks is that Superblocks works with your db but also internal/external APIS pretty easily, plus there's a Workflow and Cron Job aspect to the platform.

The reason others have chosen to stay with Django admin and not move to Superblocks is they spent a ton of time investing in it (and it works quite well), the switching cost ends up being high.

Re: Show HN: Superblocks – IDE for Internal Apps, APIs and Cron Jobs

#54

Congrats! Seems like a Retool competitor but focused more on developers? I'm not sure if that's the direction I would go since developers already have pretty good tooling for their level of expertise, IMO. Although, I could see how building an app that uses data across the various SaaS tools a company uses without requiring that data to be dumped into another database could be useful. Maybe I'm missing the point. As…

Because Superblocks is quite broad in nature we end up being compared to a wide variety of tools but we at the same time integrate with them.

For example you mentioned Retool which has a UI builder, but also Zapier and more recently BI tools. We have a customer who's moving off Tableau which was a surprise at first because Tableau is well designed for fast analysis for SQL-only users and that's not our core audience.

I guess we don't really deliver on what you're looking for wrt an offering for less technical users than developers, because to really be proficient in Superblocks you'll need to understand SQL, calling APIs, Python or JS to get the full value.

regarding Google Sheets integration that is our most popular integration alongside Postgres, the end users can easily user it like a database.

Re: Show HN: Superblocks – IDE for Internal Apps, APIs and Cron Jobs

#55
We are another of Superblocks' early customers, and we've found it really useful for creating internal tools quickly. We still prefer to write some of our more heavyweight tools in React to leverage component reuse, etc, but we like this for lightweight tools that don't have a lot of complex frontend logic.

Re: Show HN: Superblocks – IDE for Internal Apps, APIs and Cron Jobs

#56

I have used airplane for scheduled jobs, I like their configuration/definition file driven development flow. I am not a fan of writting code in browser.

Hi, one of the creators of Superblocks here. We think airplane is a great product and want to enable developers to choose their favorite development flow. We're working on a gitops feature that will allow you to export Superblocks app definitions into project files and manage it just like any git repo.

Re: Show HN: Superblocks – IDE for Internal Apps, APIs and Cron Jobs

#57
post #33

The code snippet in this [0] example from the index page (top) looks to have an f-string issue: return [ { "message": "{t.name} is due for {t.due_days} days", "assignee": t.assignee, } for t in tickets ] [0] https://assets-global.website-files.com/627d359d0e0aa265b781... E: Fix formatting (TIL HN doesn't support code blocks)

Good catch, we're fixing this right now!

Re: Show HN: Superblocks – IDE for Internal Apps, APIs and Cron Jobs

#58

We are another of Superblocks' early customers, and we've found it really useful for creating internal tools quickly. We still prefer to write some of our more heavyweight tools in React to leverage component reuse, etc, but we like this for lightweight tools that don't have a lot of complex frontend logic.

(Superblocks developer here)

Component reuse is something we are tackling on our end. We are working on a custom components feature so that you can bring your own components to Superblocks and reuse them across applications. Would that help replace some of the heavyweight tools you currently prefer to build in React?

Re: Show HN: Superblocks – IDE for Internal Apps, APIs and Cron Jobs

#59

Looks like it has tons of potential, but from watching your demo, developing steps using a bunch of form fields is going to be very tedious, especially when you're trying to test/debug things and have to flip between screens constantly.

Hi, one of the creators of Superblocks here. Most building blocks in Superblocks are fully extensible with code, and we're building much better debugging capabilities in the platform. The form based configuration is easier to work with for simple use cases, for more complex use case, you can extend Superblocks with your own business logic in code. We're also building a gitops feature where we allow users to manage Superblocks apps and workflows in source files just like any git project.

Re: Show HN: Superblocks – IDE for Internal Apps, APIs and Cron Jobs

#60
Cool product, nice features, too important to rely on such a young company.

Sorry to be that guy, but I would never rely the business core on a company like that. That's why I like Tooljet: https://www.tooljet.com (no affiliation) - they are open source. That mitigates the risk to a level that I'd personally accept.

Post reply on HN