Chalk
Back to app

Legal

  • Privacy Policy
  • Terms of Service
  • Accessibility
  • Sub-processors
  • Open-Source Notices

Legal

Open-Source Notices

Chalk is built with open-source software. This page lists components whose licences require attribution or whose contribution we wish to acknowledge.

Last updated
15 June 2026 (Go API backend, custom session auth)
ComponentPurposeLicenceSource
liblouisBraille translation tables and contraction engine (braille sidecar).LGPL-2.1-or-laterhttps://github.com/liblouis/liblouis
Next.jsWeb application framework (frontend).MIThttps://github.com/vercel/next.js
ReactUI library (frontend).MIThttps://github.com/facebook/react
Tailwind CSSUtility-first CSS framework (frontend).MIThttps://github.com/tailwindlabs/tailwindcss
go-chi/chiHTTP router for the Go API server.MIThttps://github.com/go-chi/chi
mongo-driverMongoDB client for the Go API server.Apache-2.0https://github.com/mongodb/mongo-go-driver
golang-jwtJWT session tokens (Go API).MIThttps://github.com/golang-jwt/jwt
go-redisRedis client for rate limiting and session cache (Go API).BSD-2-Clausehttps://github.com/redis/go-redis
ExpressHTTP server for the braille sidecar only.MIThttps://github.com/expressjs/express

liblouis (LGPL-2.1-or-later)

Chalk dynamically links to liblouis through a dedicated braille sidecar — a small Node.js service that loads the liblouis binding and exposes translation over HTTP to the Go API server. liblouis is distributed under the GNU Lesser General Public License, version 2.1 or (at your option) any later version. A copy of the LGPL is available at https://www.gnu.org/licenses/lgpl-2.1.txt. You may obtain the corresponding source code for liblouis directly from its upstream repository.

Full attribution list

For an exhaustive list of every transitive dependency and its licence, see the frontend package-lock.json, the braille-sidecar package-lock.json, and the backend go.mod / go.sum files in our repository. We can also provide a machine-readable Software Bill of Materials (SBOM) on request.

© 2026 Thinkerbell Labs Pvt. Ltd.