huudis
v0.6.0 · SDKs for Node · Python · Go

Drop-in identity
for your app.

Email, social, MFA, and fine-grained authorization — under one API. Built for Indonesian devs, priced in IDR. Ship auth in an afternoon.

10,000 MAU free No credit card IDR invoicing
server.ts
import { verifyAccessToken } from '@forjio/huudis-node';

app.get('/me', async (req, res) => {
  const claims = await verifyAccessToken(req.headers.authorization);
  res.json({ userId: claims.sub, email: claims.email });
});

Token in. Claims out. Same call for every Huudis flow, every framework.

Powering identity for
linksnapstorlaunchplugipayfulkrumaripllomalapossuppuo

Priced in IDR

Auth0 charges in USD + GST. We invoice in rupiah, PPN-compliant, with bank transfer on Business+. Your CFO will thank you.

CLI-native

huudis iam, huudis audit, huudis account sessions — your whole identity surface from a terminal. Not a click-ops afterthought.

IAM built in

Other providers sell "Enterprise RBAC" as an upsell. Here it’s Tuesday — AWS-IAM-style JSON policies, on the free tier.

Developer experience

Any language. Any framework.

Typed Node SDK today, REST endpoints for everything else. Every verb is the same wire format — copy-paste, ship, move on.

check.sh
curl https://huudis.com/api/v1/authz/check \
  -H "Authorization: Bearer $HUUDIS_ACCESS_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "action": "ripllo:campaigns:Publish",
    "resource": "arn:forjio:ripllo:*:acct_abc:campaign/launch-2026"
  }'
$ npm install @forjio/sdk$ npm install -g @forjio/huudis-cli$ curl https://huudis.com/.well-known/openid-configuration
Pricing

Fair, in rupiah, no asterisks.

Free forever for small apps. Pay only when you grow.

See full comparison
Free
For your next side project.
Rp 0/forever
10,000 MAU
Start free
  • OIDC provider + OAuth clients
  • Email + password + social sign-in
  • TOTP MFA + backup codes
  • AWS-IAM-style policies (all 4 tiers canned)
  • Access keys — 3 active
Most popular
Pro
Ship your first paying product.
Rp 149,000/month
50,000 MAU
Start 14-day trial
  • Everything in Free
  • Unlimited access keys + service accounts
  • WhatsApp OTP add-on (roadmap)
  • Remove Huudis branding
  • 30-day audit retention
Business
For Indonesian SaaS that’s scaling.
Rp 899,000/month
200,000 MAU
Start 14-day trial
  • Everything in Pro
  • WebAuthn / passkeys (roadmap)
  • 1-year audit retention
  • PPN-compliant IDR invoicing
  • SSO enforcement policies
Enterprise
Custom contracts + dedicated tenant.
Custom
Unlimited MAU
Talk to sales
  • Everything in Business
  • Dedicated tenant / on-prem option
  • SAML / SCIM (roadmap)
  • SOC 2 + ISO 27001 artifacts
  • Named CSM · 99.99% SLA

Ship the auth.
Get back to the product.

Sign up, drop in the SDK, and forget about identity for the rest of the quarter.

Create your accountBrowse the docs