Superblocks 3.0 on AWS vs building internal tools yourself: the 2026 build-vs-buy math

Superblocks 3.0 landed 3 August 2026. Here is the honest build-vs-buy comparison.

Read time
14 min
Word count
2.3K
Sections
12
FAQs
8
Share
Superblocks 3.0 on AWS versus building internal tools in-house, compared on cost and governance
Superblocks 3.0 runs inside the customer's own AWS VPC, with inference on Amazon Bedrock.
On this page · 12 sections
  1. What actually shipped on 3 August 2026
  2. The pricing table nobody publishes side by side
  3. The costs neither column shows
  4. Where each option genuinely wins
  5. The security argument, examined honestly
  6. The Smart Router number, and what it is measuring
  7. A decision framework you can apply in an afternoon
  8. India-specific considerations
  9. What to do next
  10. FAQ
  11. How eCorpIT can help
  12. References

Summary. On 3 August 2026, Superblocks and AWS announced a multi-year collaboration that puts the Superblocks platform inside a customer's own AWS virtual private cloud, with all AI inference running through Amazon Bedrock. Superblocks lists its Teams plan at $125 per month billed monthly, or $100 per month billed annually, including 100 Governed Agent Units, 1 hosted app and up to 15 builders, with additional apps at $10 per app per month. Enterprise pricing, which is where VPC deployment, SSO and audit logs live, is quote-only. The company says its Smart Router on Amazon Bedrock reduces AI inference costs by up to 30% by routing routine coding tasks to open-weight models. Superblocks has raised $60M from Kleiner Perkins, Spark Capital, Meritech Capital and Greenoaks. Against those numbers, the honest comparison is not licence cost versus zero. It is licence cost versus the fully loaded cost of an engineer maintaining an admin panel nobody wants to own.

That framing decides most of these arguments before the spreadsheet opens. A team of 3 engineers in Gurugram spending a fifth of their time on internal tooling is a real annual cost in the ₹15,00,000 range, and no platform licence in this category comes close to it.

What actually shipped on 3 August 2026

The announcement has three parts, and only the first is the one being reported.

The collaboration itself makes Superblocks available within customer AWS environments, including Amazon Bedrock. Amazon's press release describes the deployment model directly: Superblocks "runs fully managed in the customer's own AWS environment", and AWS becomes Superblocks' preferred cloud provider, with procurement available through AWS Marketplace.

The second part is infrastructure automation. Superblocks integrates with Amazon Aurora to spin up a database per generated application inside the customer VPC, with scale-to-zero capability. AWS states Aurora delivers "up to 6x the throughput of standard engines". Superblocks' own engineering post adds that when a user publishes from development to production, the platform runs migrations across environments automatically, and that S3 is provisioned the same way.

The third part is the governance layer, which is the actual product. Every code change is checked by static analysis for issues such as SQL injection, hardcoded secrets and insecure data flows, then by security agents that build context across authentication, authorisation, data access and application logic. IT teams can add Custom Policy Agents to enforce company-specific rules. The platform connects to a private package registry and restricts public NPM access at the network level, maintains a Software Bill of Materials per application, and alerts owners when new CVEs affect deployed dependencies.

Brad Menezes, CEO of Superblocks, framed the gap the product targets: "Today, business users are vibe coding on their local desktops with no secure path to production on top of their private enterprise data. Our partnership with AWS provides the infrastructure for that secure path, and it lets IT teams configure policy agents that check AI-generated code against enterprise standards before it ever reaches production."

Jason Bennett, Vice President and Global Head of Startups and Venture Capital at AWS, described the same trade from the cloud side: "Enterprises want speed and control - Superblocks delivers both, enabling self-serve automation org-wide while IT maintains governance."

The pricing table nobody publishes side by side

Here is what the vendor pricing pages and independent trackers actually say, checked on 9 August 2026.

Option Entry list price What that includes Where the cost goes next
Superblocks Teams $100/month billed annually ($125 monthly) 100 Governed Agent Units, 1 hosted app, 50+ integrations, up to 15 builders, RBAC $10 per additional app per month; GAU packs as add-ons
Superblocks Enterprise Quote only VPC deployment, SSO/SAML/OIDC, audit logs, Smart Model Routing, security agents, private registry Negotiated; AWS Marketplace committed-spend eligible
Retool Team About $10-$12 per builder per month, annual billing Apps and workflows, limited governance SSO sits in Business, reported at $50-$65 per builder
Retool free tier $0 Up to 5 users, unlimited apps, 500 workflow runs/month, 20 agent hours Per-user pricing above the cap
Build it yourself $0 licence Whatever you write Engineer time, on-call, auth, audit logging, upgrades

The Retool figures come from independent pricing trackers rather than a vendor page we could retrieve, so treat them as indicative list prices and confirm against a quote. The Superblocks numbers are from the company's own pricing page.

Two structural details matter more than the headline rates. First, the Superblocks Teams plan bills per organisation with a builder cap, not per seat, which inverts the per-user maths that Retool-style pricing is built on. Second, everything a regulated buyer needs — VPC deployment, SSO, audit logs, observability pipelines — sits behind the Enterprise quote. If you are in BFSI or healthcare, the Teams price is not your price.

The costs neither column shows

Build-vs-buy spreadsheets fail in the same place every time: they compare a licence fee against zero, because internal engineering time is already budgeted and therefore feels free.

It is not free. An internal admin panel that anyone depends on eventually needs authentication that survives an audit, role-based access control at row level, an audit trail, a deployment pipeline, a staging environment, dependency upgrades, and someone reachable when it breaks at month-end close. Each of those is a week the team did not spend on the product customers pay for.

Cost line Build in-house Buy a governed platform
Initial build 2-8 engineer-weeks per app Hours to days, per Superblocks case studies
Authentication and SSO Build or integrate per app Included at Enterprise tier
Audit logging Build per app Platform capability
Dependency and CVE management Your responsibility SBOM plus Security Center alerts
Data residency control Yours by construction Cloud-Prem keeps data in your VPC
Ongoing maintenance Permanent, grows with app count Licence, plus GAU consumption
Exit cost None — it is your code Superblocks states you own generated code and can connect your own git repository

That last row is where most low-code arguments used to end. Superblocks' pricing FAQ answers it explicitly: "you fully own all code generated in Superblocks and connect it to your git repository." That is a materially different lock-in profile from a platform where the application only exists inside a proprietary runtime, though the runtime, integrations and governance layer are still the vendor's.

Where each option genuinely wins

Buy when the app is a CRUD interface over data you already have, the requester is not an engineer, and the value is in shipping this quarter. Superblocks publishes two customer examples that fit this shape exactly. At Virgin Voyages, the company reports non-technical teams building their own applications with 15+ production apps, seven departments onboarded and zero dedicated frontend engineers. At Matthews, a marketing manager with no coding background built an application generating offering memorandums, cutting a 3-to-5-day process to 12 hours. These are vendor-published case studies, so read them as the best available outcome rather than the median one, but the pattern is credible: internal tools are mostly forms over databases, and forms over databases are the most automatable software there is.

Build when the tool is a product surface in disguise. If the internal application will become customer-facing, needs a bespoke interaction model, carries latency requirements a generated layer cannot meet, or sits on the critical path of revenue, it belongs in your codebase under your test suite. The same applies when the data model is genuinely novel — generated CRUD is excellent over a normalised schema and poor over one that needs domain logic in the middle.

There is a third answer that gets skipped. Build the platform, buy the apps. Several teams get the best result by standardising authentication, secrets, deployment and observability once as an internal platform, then letting business teams generate applications on top of it. That is the same instinct behind platform engineering and application modernisation patterns, applied one layer up.

The security argument, examined honestly

Superblocks is positioning against shadow IT rather than against Retool. Its August post describes employees pasting sensitive customer data into personal accounts on consumer prototyping tools, and prototypes made public without organisational SSO or permissioning. That risk is real and most CISOs recognise it.

The mitigation the product offers is architectural rather than procedural: run the platform inside the customer's own AWS VPC so data, code, applications and inference stay inside the existing security perimeter, governed by the customer's own AWS IAM, networking, encryption and audit policies. Inference runs through Amazon Bedrock using models an organisation admin approves, and the company states prompts and data are never used to train models.

Three deployment models exist. Cloud runs everything in the Superblocks cloud. Hybrid keeps production data in the customer VPC for deployed applications while non-production data is accessed in the Superblocks cloud. Cloud-Prem puts the full platform, inference included, inside the customer's AWS, GCP or Azure environment while Superblocks manages it. The company lists SOC 2 Type II certification and HIPAA compliance.

The honest caveat: a security agent swarm reviewing AI-generated code is a control with an obvious circularity problem, and Superblocks pairs it with deterministic static analysis for that reason. The static scanners catch the classes of bug they are written to catch. The agents are described as catching permission bypasses, business-logic flaws and multi-step attack paths that rule-based scanners miss. Treat the agents as an additional filter, not as a replacement for a human review gate on anything touching money or personal data. Teams thinking about this seriously should read it alongside how they govern AI agent security and guardrails and how they run secure AI-assisted development.

The Smart Router number, and what it is measuring

The most quoted figure from the announcement is 30%. It deserves precision. Superblocks states its Smart Router "can reduce AI inference costs by up to 30%" at enterprise-wide scale by breaking a build into specialised tasks and routing each to an appropriate model, reserving frontier models for planning and difficult reasoning while open-weight models handle routine coding.

That is a saving on inference spend, not on total cost of ownership. If your inference bill is $2,000 a month, a 30% reduction is $600 a month, which will not move a build-vs-buy decision by itself. The number matters at the scale where organisations run thousands of generated applications, and it matters as a signal about where the market is heading: model routing is becoming a platform feature rather than something each team wires up. Teams already doing this manually will recognise the pattern from AI gateway and model routing for FinOps.

A decision framework you can apply in an afternoon

Score your candidate application on these six questions. Four or more "yes" answers point to buying.

  1. Is it CRUD over an existing database or SaaS API, with no novel interaction model?
  1. Will the primary requester be a non-engineer who will change requirements often?
  1. Does it need to exist within weeks rather than quarters?
  1. Would it otherwise be built by an engineer whose time has higher-value alternatives?
  1. Is the data sensitive enough that a governed path beats an ungoverned spreadsheet, but not so sensitive that only your own code will pass audit?
  1. Do you already run AWS, so a VPC deployment is a configuration change rather than a new cloud relationship?

Now the disqualifiers. Any one of these points back to building:

  • The application will become customer-facing within 18 months.
  • Latency or throughput requirements are specific and tested.
  • It sits on the revenue critical path with a defined recovery time objective.
  • Your compliance posture requires source-level review of every deployed line by your own staff.
  • You genuinely have spare senior capacity and a maintained internal platform to build on.

India-specific considerations

For Indian teams the arithmetic tilts differently in both directions at once.

Labour cost cuts toward building. The fully loaded annual cost of a mid-level engineer in Gurugram or Bengaluru is a fraction of the equivalent in New York, so the "an engineer's time is more expensive than the licence" argument that carries US buyers is weaker here. Three engineers spending 20% of their time on internal tooling is real money, but a dollar-denominated Enterprise quote converted at roughly ₹88 to the dollar in August 2026 is real money too, and it recurs whether or not you ship anything that quarter.

Data residency cuts toward the VPC model. Under the Digital Personal Data Protection Act 2023, an internal tool that reads customer records is processing personal data, and the questions auditors ask are about where it lives and who can reach it. A Cloud-Prem deployment inside an AWS India region keeps the data and inference in your own account, which is a materially easier conversation than a multi-tenant SaaS in another jurisdiction. Teams designing for this should look at data residency and DPDP cloud architecture before choosing a deployment model, not after.

The practical Indian pattern we see most often is a split: buy for internal operations tooling where speed wins and the data is low-sensitivity, build for anything touching payments, KYC or customer records. That maps cleanly onto how teams already separate custom web application development from off-the-shelf tooling.

What to do next

Run a two-week trial with one real application, not a demo. Pick something a business team has actually asked for twice and engineering has deferred twice — that combination is the honest test case. Measure three things: how long it took to reach production, how many times an engineer had to intervene, and what the governance review found. Then price the Enterprise quote against the engineer-weeks the same application would have consumed.

If the answer is close, build the second application both ways. The comparison stops being theoretical the moment two versions of the same tool exist.

FAQ

How eCorpIT can help

eCorpIT builds internal applications and the platforms they run on, and we are equally willing to tell a client that a licence beats a build. Our teams run the two-week comparison described above as a scoped engagement: one real application, delivered both ways where it makes sense, with the governance review and the fully loaded cost written down rather than assumed. We are CMMI Level 5 and ISO 27001:2022 certified, and we design applications aligned with DPDP requirements. If you are weighing a platform purchase against an internal build, talk to our engineering team.

References

  1. Superblocks and AWS Announce Strategic Collaboration to Bring Secure Enterprise AI App Development to Amazon Bedrock - Amazon Press Center, 3 August 2026.
  1. Superblocks 3.0: Secure Private Vibe Coding on AWS - Superblocks, 3 August 2026.
  1. Superblocks Pricing - Superblocks, accessed 9 August 2026.
  1. Superblocks and AWS collaboration announcement - Businesswire.
  1. AWS is helping vibe-coding startup Superblocks, and the implications are big - TechCrunch, 3 August 2026.
  1. Superblocks, AWS sign multi-year deal for enterprise AI on Bedrock - Verdict.
  1. AWS integrates Superblocks tool for private cloud AI development - Crypto Briefing.
  1. Retool Pricing 2026: Free, Team, Business - Automation Atlas.
  1. Retool Software Pricing and Plans 2026 - Vendr.
  1. Retool pricing explained: Full guide - UI Bakery.
  1. Superblocks Software Reviews, Demo and Pricing 2026 - Software Advice.
  1. Superblocks 2026 Pricing, Features, Reviews and Alternatives - GetApp.

Last updated: 9 August 2026.

Frequently asked

Quick answers.

01 What did Superblocks and AWS announce in August 2026?
On 3 August 2026 the two companies announced a multi-year collaboration making the Superblocks platform available inside customer AWS environments, including Amazon Bedrock for inference and Amazon Aurora for per-application databases. AWS becomes Superblocks' preferred cloud provider, and customers can procure Superblocks through AWS Marketplace.
02 How much does Superblocks cost?
The published Teams plan is $125 per month billed monthly, or $100 per month billed annually. That includes 100 Governed Agent Units per month, 1 hosted application, more than 50 integrations and up to 15 builders, with additional applications at $10 per application per month. Enterprise pricing is quote-only.
03 Which Superblocks features require the Enterprise plan?
VPC deployment in hybrid or Cloud-Prem mode, SSO with SAML or OIDC, audit logs, observability pipelines, Smart Model Routing, security agents and scans, private package registry, Security Center for CVE management, source control integration and secrets manager integration all sit on the Enterprise tier rather than Teams.
04 Does buying an internal tools platform mean vendor lock-in?
Partly. Superblocks states that customers fully own the code generated in the platform and can connect their own git repository, which reduces the classic low-code trap. The runtime, integrations and governance layer remain the vendor's, so migration means rebuilding those pieces rather than rewriting application logic from scratch.
05 What does the Superblocks Smart Router 30% figure actually measure?
It is a stated reduction of up to 30% in AI inference cost at enterprise-wide scale, achieved by splitting an application build into tasks and routing routine coding work to open-weight models while reserving frontier models for planning and hard reasoning. It applies to inference spend only, not to total cost of ownership.
06 When should an engineering team build internal tools instead of buying?
Build when the tool will become customer-facing, has tested latency or throughput requirements, sits on the revenue critical path with a defined recovery objective, or when compliance requires your own staff to review every deployed line. Build also when you already run a maintained internal platform with spare senior capacity.
07 Is a governed platform enough to stop shadow IT?
It addresses the mechanism rather than the motive. Superblocks describes the problem as employees using consumer prototyping tools on sensitive data without organisational SSO or permissioning. A governed path helps only if it is faster than the ungoverned one, so adoption depends on the approved route staying genuinely quick.
08 How does DPDP affect this decision for Indian companies?
Any internal tool reading customer records processes personal data under the Digital Personal Data Protection Act 2023, so auditors ask where the data sits and who can reach it. A Cloud-Prem deployment inside your own AWS account in an India region keeps data and inference in your perimeter, which is simpler to evidence than multi-tenant SaaS abroad.

About the author

Manu Shukla

Founder & Director

Founder of eCorpIT. Hands-on engineer leading senior-only delivery for AI apps, custom software, and cloud systems for global clients.

Subscribe

One engineering note a week. No fluff, no spam.

Senior-architect playbooks on AI agents, mobile apps, cloud, security, data, and marketing — delivered every Wednesday.

Past the reading

Read enough. Let's build something.

A senior architect responds in 24 working hours with scope, indicative cost, and a timeline. NDA before any technical conversation.