spb/llmindex Public
The discriminative, contamination-resistant, fully transparent LLM ranking — updated live.
TypeScript 77.9%
TeX 15.2%
Python 3.7%
SQL 1.4%
JavaScript 1.1%
Shell 0.5%
1# llmindex.io — systemd unit (Linux hosts; on macOS m3u96b PM2 is used instead)2# Author: Simon-Pierre Boucher <contact@spboucher.ai>3[Unit]4Description=LLM Index web (Next.js standalone on 127.0.0.1:3100)5After=network.target postgresql.service redis.service67[Service]8WorkingDirectory=/srv/llmindex9EnvironmentFile=/srv/llmindex/.env10Environment=NODE_ENV=production PORT=3100 HOSTNAME=127.0.0.111ExecStart=/usr/bin/node apps/web/.next/standalone/apps/web/server.js12Restart=always13RestartSec=314User=llmindex1516[Install]17WantedBy=multi-user.target18