Claude Skill
bartvantuijn/noton
Noton 是一个基于 Laravel 和 Filament 构建的免费开源文档平台,通过 Ollama 和 OpenClaw 提供私有 AI 功能,支持 Docker 自托管,简洁易用。
概览
仓库信息
安装这个 Skill
git clone https://github.com/bartvantuijn/noton.gitRegistry 信息
项目简介
Noton 是一个基于 Laravel 和 Filament 构建的免费开源文档平台,专注于清晰性、结构化和自托管简洁性。它通过集成 Ollama 和 OpenClaw 提供私有 AI 功能,非常适合希望在不依赖外部服务的情况下获得干净、AI 增强的文档系统的团队和个人。
A free and open documentation platform built with Laravel and Filament, enhanced by Ollama and OpenClaw for private AI features, focused on clarity, structure, and self-hosted simplicity.
要点
- 基于 Laravel 和 Filament 构建,代码现代且易于维护
- 由 Ollama 和 OpenClaw 驱动的私有 AI 功能
- 支持 Docker 的自托管简洁性
- 专注于清晰和结构化的文档
- 免费开源,采用宽松许可证
使用场景
- 中小型团队的自托管文档系统
- 具有 AI 辅助搜索和写作的私有知识库
- 开源项目的技术文档
- 需要数据隐私的组织内部维基
- 个人笔记和文档管理
README 摘要
<p align="center"> <img src="public/images/logo.svg" width="250" alt="Noton Logo"> </p> A free and open documentation platform built with [Laravel][laravel] and [Filament][filament], enhanced by [Ollama][ollama] and [OpenClaw][openclaw] for private AI features, focused on clarity, structure, and self-hosted simplicity. --- > Please note that **Noton** is still under active development ## Installation See [setup instructions][setup] for how to self-host Noton with [Docker][docker] or run it locally. ## Local AI Noton integrates with [Ollama][ollama] and [OpenClaw][openclaw] to provide **private** AI features. You can choose the active provider, and all prompts and answers stay on your own server – no external API calls are made. > Please note that AI models are resource-intensive, you may need to choose a model that fits your host --- ### License Noton is licensed under the _Functional Source License, Version 1.1_. It's free to use for internal and non-commercial purposes, but it's not allowed to use a release for commercial purposes (competing use). See our [full license][license] for more details. ### Contributing This project is under active development. Contributions are welcome. --- ## Screenshots  .png) .png) .png) .png) [laravel]: https://laravel.com [filament]: https://filamentphp.com [ollama]: https://ollama.com/ [openclaw]: https://openclaw.ai/ [setup]: docs/setup.md [docker]: https://www.docker.com/ [license]: LICENSE.md