{"id":20464281,"url":"https://github.com/endlessreform/voxdei","last_synced_at":"2026-06-10T14:31:09.296Z","repository":{"id":216908021,"uuid":"742680309","full_name":"EndlessReform/VoxDei","owner":"EndlessReform","description":"Personal LLM inference stack","archived":false,"fork":false,"pushed_at":"2024-01-29T00:08:40.000Z","size":797,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-05T12:22:17.297Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EndlessReform.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-01-13T03:31:47.000Z","updated_at":"2024-01-13T03:32:42.000Z","dependencies_parsed_at":"2024-01-13T16:54:10.214Z","dependency_job_id":"ea06688c-1945-4f48-9b43-61f73611bc0c","html_url":"https://github.com/EndlessReform/VoxDei","commit_stats":null,"previous_names":["endlessreform/voxdei"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/EndlessReform/VoxDei","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EndlessReform%2FVoxDei","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EndlessReform%2FVoxDei/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EndlessReform%2FVoxDei/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EndlessReform%2FVoxDei/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EndlessReform","download_url":"https://codeload.github.com/EndlessReform/VoxDei/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EndlessReform%2FVoxDei/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34157453,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-15T13:14:32.291Z","updated_at":"2026-06-10T14:31:09.262Z","avatar_url":"https://github.com/EndlessReform.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vox Dei\n\nThis monorepo is the platform for my personal inference stack:\n\n- OpenAI-compatible backend wrapper for HuggingFace [text-generation-inference]()\n- History microservice\n- Chat frontend\n- Annotation frontend\n\n# Deploying this stack\n\nTODO\n\n## Local development setup\n\n### Prerequisites\n\nYou should install the following if you don't have them:\n\n- Git\n- Node (through [nvm](https://github.com/nvm-sh/nvm))\n- Python\n- Python [Poetry](https://python-poetry.org/docs/#installing-with-the-official-installer)\n\n### Setup\n\nWe're using [Nx](https://nx.dev) for monorepo management.\n\nInstall dependencies:\n\n```bash\nnvm install\n# Install NPM dependencies using npm workspaces.\n# TODO: Change install options?\nnpm i\n# Install Python Poetry\ncurl -sSL https://install.python-poetry.org | python -\n# Install python dependencies\nnpx nx run-many -t install\n```\n\nEverything in development uses `dev`.\n\n```bash\n# Run single project\nnpx nx run chat-ui:dev\n# Run individual projects\nnpx nx run-many -t dev -p chat-ui chat-history-service\n```\n\nBuild all projects:\n\n```\nnpm run build\n```\n\n### Poetry\n\nAdd dependency to Python project:\n\n```bash\nnpx nx chat-history-service:add dep\nnpx nx some_project:rm --name dep\n```\n\nAdd local dependency:\n\n```bash\n# Add lib1 to proj2\nnpx nx run proj2:add --name lib1 --local\n```\n\nCreate new Python project:\n\n## Contributing\n\nSee ARCHITECTURE.md for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fendlessreform%2Fvoxdei","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fendlessreform%2Fvoxdei","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fendlessreform%2Fvoxdei/lists"}