# kadirahq/lokka

Simple JavaScript Client for GraphQL

Repository: https://github.com/kadirahq/lokka
Canonical: https://ross.abutalabs.com/products/lokka
Language: JavaScript
License: MIT
License Family: permissive
Last push: 2017-07-31T15:27:50+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 3917, "days_push": 3320, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1523, forks 60 (observed 2026-08-28T04:04:58.062616+00:00)

## What it is
Lokka is a simple JavaScript client for GraphQL that works in the browser, Node.js, and React Native. It provides a lightweight API for queries, mutations, and fragments with pluggable transport layers and a basic cache.

## Use cases
- query a GraphQL API from JavaScript
- send GraphQL mutations with variables
- reuse GraphQL fragments across queries
- use a GraphQL client in React Native
- connect to a GraphQL endpoint over HTTP from Node.js

## When to choose
- you need a minimal, dependency-light GraphQL client for an older JavaScript stack
- you want simple query/mutation/fragment support without heavy tooling
- you need a client that runs in browser, Node, and React Native

## When to avoid
- starting a new project - the library is unmaintained since 2017
- you need subscriptions, normalized caching, or TypeScript support
- you want an actively maintained ecosystem like Apollo Client or urql

## Facets
- artifact type: library
- maturity: abandoned
- function: graphql-client, http-client, caching
- domain: web-development, frontend, apis
- platform: browser, cross-platform
- tags: graphql, client-library, fragments, react-native, transport-layer, javascript, nodejs

## Member repositories
- kadirahq/lokka (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:58.062616+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:31:45.104721+00:00, confidence not recorded.
  - readme: https://github.com/kadirahq/lokka (fetched 2026-08-28T04:04:58.062616+00:00, sha f8e9c1ad21d7)
  - registry_npm: https://registry.npmjs.org/lokka (fetched 2026-08-29T11:34:50.999848+00:00, sha 9a189b317b3a)
- Data as of 2026-08-30T08:39:29.467469+00:00.
