© 2026 Ingenieurbüro Dr. Thomas Bischof. All rights reserved.
kinServer is proprietary software. The source code, design, and all associated assets are the exclusive property of Ingenieurbüro Dr. Thomas Bischof and may not be copied, modified, distributed, or used without explicit written permission.
kinServer is built with the following open source libraries. We are grateful to their authors and contributors.
| Library | Purpose | License |
|---|---|---|
| SvelteKit 2 / Svelte 5 | Web framework | MIT |
| Better Auth | Authentication | MIT |
| Drizzle ORM | Database ORM | Apache 2.0 |
| postgres.js | PostgreSQL driver | MIT |
| Tailwind CSS 4 | Styling | MIT |
| Node.js | Runtime | MIT |
| KaTeX | Math rendering | MIT |
| marked | Markdown rendering | MIT |
| nodemailer | Email delivery | MIT |
| pdf-lib | PDF generation | MIT |
| docx | Word document generation | MIT |
| ExcelJS | Excel file generation | MIT |
| pptxgenjs | PowerPoint generation | MIT |
| bcryptjs | Password hashing | MIT |
| otpauth | Two-factor authentication (TOTP) | MIT |
| qrcode | QR code generation | MIT |
The MIT License and Apache License 2.0 are permissive open source licenses that allow use,
modification, and distribution in proprietary software. Full license texts are available in
the respective packages within the node_modules directory or at opensource.org.