https://github.com/mintplex-labs/anythingllm-docs
Documentation of AnythingLLM by Mintplex Labs Inc.
https://github.com/mintplex-labs/anythingllm-docs
ai ai-agents anythingllm desktop-app documentation llm nextjs rag vercel
Last synced: 16 days ago
JSON representation
Documentation of AnythingLLM by Mintplex Labs Inc.
- Host: GitHub
- URL: https://github.com/mintplex-labs/anythingllm-docs
- Owner: Mintplex-Labs
- License: mit
- Created: 2024-04-24T16:02:29.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-31T21:15:42.000Z (28 days ago)
- Last Synced: 2025-04-06T03:56:48.439Z (23 days ago)
- Topics: ai, ai-agents, anythingllm, desktop-app, documentation, llm, nextjs, rag, vercel
- Language: MDX
- Homepage: https://docs.anythingllm.com
- Size: 257 MB
- Stars: 202
- Watchers: 8
- Forks: 66
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
## Project Structure
```
├── public/
│ ├── images/
│ │ ├── anythingllm-setup/
│ │ ├── cloud/
│ │ ├── faq/
│ │ ├── features/
│ │ ├── getting-started/
│ │ ├── guides/
│ │ ├── home/
│ │ ├── legal/
│ │ ├── product/
│ │ └── thumbnails/
│ ├── favicon.png
│ ├── licence.txt
│ └── robots.txt
├── pages/
│ ├── agent/
│ ├── api/
│ ├── changelog/
│ ├── cloud/
│ ├── features/
│ ├── installation/
│ ├── setup/
│ ├── _meta.json
│ └── index.mdx
├── components/
│ └── icons/
├── next-env.d.ts
├── next.config.js
├── package.json
├── pull-request-template.md
├── README.md
├── theme.config.tsx
└── tsconfig.json
```## Setup for Local Development
1. Clone this Repository to your local machine using git clone:
```sh
git clone https://github.com/Mintplex-Labs/anythingllm-docs.git
```2. Install dependencies using yarn:
```sh
yarn
```3. Start the development server:
```sh
yarn dev
```## Contributing
- Create issue
- Create PR with branch name format of `-`
- yee haw let's merge## License
This project is licensed under the MIT License.
_special thanks to [@ShadowArcanist](https://github.com/ShadowArcanist) for the migration to NextJS_