{"id":31831167,"url":"https://github.com/bima42/docstral","last_synced_at":"2025-10-11T21:46:14.601Z","repository":{"id":318603139,"uuid":"1062756271","full_name":"Bima42/docstral","owner":"Bima42","description":"DocStral is an unofficial, lightweight “Le Chat”-style app that lets you chat with Mistral models using retrieval over Mistral’s public docs, with basic monitoring.","archived":false,"fork":false,"pushed_at":"2025-10-08T05:03:38.000Z","size":2397,"stargazers_count":0,"open_issues_count":6,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-08T07:08:29.744Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Bima42.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":"ROADMAP.md","authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-23T17:24:43.000Z","updated_at":"2025-10-07T09:27:52.000Z","dependencies_parsed_at":"2025-10-08T07:18:48.672Z","dependency_job_id":null,"html_url":"https://github.com/Bima42/docstral","commit_stats":null,"previous_names":["bima42/docstral"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/Bima42/docstral","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bima42%2Fdocstral","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bima42%2Fdocstral/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bima42%2Fdocstral/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bima42%2Fdocstral/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Bima42","download_url":"https://codeload.github.com/Bima42/docstral/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bima42%2Fdocstral/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279008836,"owners_count":26084517,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"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":"2025-10-11T21:46:13.446Z","updated_at":"2025-10-11T21:46:14.590Z","avatar_url":"https://github.com/Bima42.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DocStral\n\n**DocStral** is a sandbox chat application designed to interact with Mistral models and documentation. This is obviously **not an official Mistral project**.\n\n## Motivation\n\nThis project serves two main purposes:\n\n1. **Skill Validation \u0026 Stack Testing**  \n   Continue refining my ability to build fast, production‑ready applications. Validate my tech stack and patterns in preparation for a future open‑source fullstack template.\n\n2. **Deployment \u0026 LLMOps Practice**  \n   Experiment with deployment tooling (e.g., [Dockploy](https://dockploy.com)), self‑hosting models via [vLLM](https://github.com/vllm-project/vllm), and LLM operations workflows.\n\nThis is not a SaaS or commercial product. It's a portfolio project and learning playground to showcase for collaborators, friends or even recruiters.\n\n## Demo\n\n![docstral-tiny-demo.gif](docs/docstral-tiny-demo.gif)\n\n## Tech Stack\n\nI use the following tools to build the application:\n\n### Backend\n\n- [FastAPI](https://fastapi.tiangolo.com) – Modern Python web framework\n- [SQLModel](https://sqlmodel.tiangolo.com) – SQL databases with Python type hints\n- [Alembic](https://alembic.sqlalchemy.org/en/latest) – Database migrations\n- [Black](https://github.com/psf/black) – Code formatting\n\n### Frontend\n\n- [React](https://react.dev) + [TypeScript](https://www.typescriptlang.org)\n- [TanStack Router](https://tanstack.com/router/latest) – Type‑safe routing\n- [TanStack Query](https://tanstack.com/query/latest) – Server state management\n- [Zustand](https://github.com/pmndrs/zustand) – Client state management\n\n### Tooling\n\n- [Docker](https://www.docker.com) + [Docker Compose](https://docs.docker.com/compose) – Containerization\n- [Hey API](https://heyapi.dev) – Generate TypeScript SDKs and types from OpenAPI specs\n\n## Quick Start\n\n1. Copy `.env.example` to `.env` and fill in all required environment variables (Mistral API key, database credentials, etc.)\n2. Run:\n\n```bash\ndocker compose up\n```\n\n3. Access the application at `http://localhost:5173`\n\n## Project Status\n\n**Current version**: MVP with direct Mistral API calls, minimal auth, and basic chat functionality.\n\n**Next steps**: See [ROADMAP.md](./ROADMAP.md) for the plan to self‑host models, add RAG, and deploy privately.\n\n## Contributing\n\nContributions, issues, and feature requests are welcome! See [CONTRIBUTING.md](./CONTRIBUTING.md) for guidelines.\n\n## Contact\n\n- **LinkedIn**: [tanguy-pauvret](https://www.linkedin.com/in/tanguy-pauvret)\n- **GitHub**: [Bima42](https://github.com/Bima42)\n\n## License\n\n[MIT](./LICENSE)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbima42%2Fdocstral","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbima42%2Fdocstral","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbima42%2Fdocstral/lists"}