Claude Skill
bartvantuijn/noton
Noton is a free, open-source documentation platform built with Laravel and Filament. It offers private AI features via Ollama and OpenClaw, with self-hosted simplicity and Docker support.
Overview
Repository
Install this Skill
git clone https://github.com/bartvantuijn/noton.gitRegistry
Summary
Noton is a free and open-source documentation platform built with Laravel and Filament, designed for clarity, structure, and self-hosted simplicity. It integrates Ollama and OpenClaw to provide private AI features, making it ideal for teams and individuals who want a clean, AI-enhanced documentation system without relying on external services.
一个基于Laravel和Filament构建的免费开源文档平台,通过Ollama和OpenClaw增强私有AI功能,专注于清晰性、结构化和自托管简洁性。
Key features
- Built with Laravel and Filament for a modern, maintainable codebase
- Private AI features powered by Ollama and OpenClaw
- Self-hosted simplicity with Docker support
- Focus on clarity and structured documentation
- Free and open-source under a permissive license
Use cases
- Self-hosted documentation for small to medium teams
- Private knowledge base with AI-assisted search and writing
- Technical documentation for open-source projects
- Internal wiki for organizations requiring data privacy
- Personal note-taking and document management
README excerpt
<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