Made by rakxdev
Design, engineering, and the entire Vāk & Nāda world — one developer, no committee.
Design • Frontend • Edge Backend • Audio Pipeline • Research
Built with
The services, libraries, and typefaces this studio stands on — with their licenses. Full license texts ship in the repository.
| Name | License | Role |
|---|---|---|
| AssemblyAI Universal-3.5 Pro | Commercial API | Streaming speech recognition (default engine) |
| Deepgram Nova-3 | Commercial API | Ultra-low-latency streaming engine |
| Cloudflare Pages · Workers · D1 · Durable Objects | Platform | Hosting, edge functions, durable library, relay rooms |
| LanguageTool | LGPL 2.1 (server) | Deep grammar checks behind the Polish pipeline |
| otpauth | MIT | TOTP authenticator login (RFC 6238) |
| qrcode-generator | MIT (vendored) | Room-pairing and authenticator QR codes |
| anime.js | MIT (vendored) | Interface animation |
| Chakra Petch · JetBrains Mono · Martel · Yatra One | SIL OFL 1.1 | Display, telemetry, body, and sacred Devanagari typefaces (self-hosted) |
License
LumiNote is released under the MIT License. Vendored libraries keep their own notices, preserved in the repository.
MIT License — Copyright (c) 2026 rakxdev
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files, to deal in the Software without restriction — including the rights to use, copy, modify, merge, publish, distribute, sublicense, and sell copies — subject to including this notice in all copies or substantial portions.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files, to deal in the Software without restriction — including the rights to use, copy, modify, merge, publish, distribute, sublicense, and sell copies — subject to including this notice in all copies or substantial portions.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND.
Contributions
Contributions are welcome. Read CONTRIBUTING.md before opening a pull request — in short:
- Run the verification gates (
check:fastafter edits,check:taskbefore handing back) — tests must pass, ratchets must hold. - One logical change per commit, described honestly in English.
- Respect
CONSTRAINTS.md— never weaken the bar to make a change pass.