Skip to content

Commit af1b901

Browse files
jonradoffclaude
andcommitted
Add MIT LICENSE and clarify website management focus
- Add LICENSE file (MIT, Copyright Metavert LLC) - Clarify that LightCMS is for building and managing websites Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 0b99f7f commit af1b901

2 files changed

Lines changed: 25 additions & 4 deletions

File tree

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2025 Metavert LLC (https://metavert.io)
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
# LightCMS
22

3-
A lightweight, AI-native content management system built with Go and MongoDB Atlas.
3+
A lightweight, AI-native content management system for building and managing websites. Built with Go and MongoDB Atlas.
44

55
## Why LightCMS?
66

77
**Lightweight**: A clean, focused codebase (~5K lines of Go) that's easy to understand, modify, and extend. No bloated frameworks or complex abstractions.
88

99
**AI-Native**: Built from the ground up for the AI era:
10-
- **MCP Integration**: Full Model Context Protocol server with 38 tools for content management. Control your entire site through Claude Code or other agentic workflows.
10+
- **MCP Integration**: Full Model Context Protocol server with 38 tools for website management. Control your entire site through Claude Code or other agentic workflows.
1111
- **Fork-Friendly**: Designed to be forked and customized by Claude Code. Ask Claude to add new content types, modify templates, or build custom features—the codebase is structured for AI-assisted development.
12-
- **Natural Language CMS**: Skip the admin UI entirely. Create pages, manage assets, customize themes, and publish content through conversation.
12+
- **Natural Language Website Management**: Skip the admin UI entirely. Create pages, manage assets, customize themes, and publish content through conversation.
1313

1414
## Features
1515

16-
- **AI-Powered Management**: MCP server for agentic content control
16+
- **AI-Powered Website Management**: MCP server for agentic control of your site
1717
- **Template System**: Define reusable content structures with custom fields
1818
- **Static Page Generation**: Fast page loads from pre-rendered HTML
1919
- **Content Collections**: Group and display content by category

0 commit comments

Comments
 (0)