flarecms 0.1.1 β†’ 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/LICENSE CHANGED
@@ -1,21 +1,21 @@
1
- MIT License
2
-
3
- Copyright (c) 2026 Francy Santos (fhorray)
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
1
+ MIT License
2
+
3
+ Copyright (c) 2026 Francy Santos (fhorray)
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
21
  SOFTWARE.
package/README.md CHANGED
@@ -1,73 +1,73 @@
1
- # FlareCMS: The Lean, Edge-Native CMS for the AI Era
2
-
3
- FlareCMS is a high-performance, minimalist, and developer-centric Content Management System built for the modern web. Engineered for speed and stability, it leverages the power of Bun, Hono, and Cloudflare D1 to deliver an unparalleled editing experience directly at the edge.
4
-
5
- ## πŸš€ Vision: Design-First & AI-Ready
6
-
7
- Unlike traditional bloated CMS architectures, FlareCMS follows two core principles:
8
-
9
- 1. **Zen Minimalism**: A purely "Flat Design" interface. No shadows, no entry animations, and no unnecessary transitions. We value instant response times and visual clarity over decorative UI elements.
10
- 2. **AI-Native Infrastructure**: Built to be managed by human developers and AI agents alike. Every interface is designed to be lean and high-contrast, facilitating seamless navigation for both eyes and algorithms.
11
-
12
- ## πŸ› οΈ Technology Stack
13
-
14
- - **Runtime**: [Bun](https://bun.sh/)
15
- - **Server Framework**: [Hono](https://hono.dev/)
16
- - **Database**: [Cloudflare D1](https://developers.cloudflare.com/d1/) (Edge SQL)
17
- - **Frontend**: React + Vite + Tailwind CSS v4
18
- - **State Management**: [Nanostores](https://github.com/nanostores/nanostores)
19
-
20
- ## πŸ“¦ Getting Started
21
-
22
- ### Initialize a New Project
23
-
24
- The easiest way to start a new FlareCMS project is by using our interactive CLI:
25
-
26
- ```bash
27
- bunx flarecms create
28
- ```
29
-
30
- This will guide you through:
31
- - Choosing a project name
32
- - Selecting a template (e.g., Unified Starter)
33
- - Installing dependencies automatically
34
-
35
- ### Development (Monorepo)
36
-
37
- ### Prerequisites
38
-
39
- - [Bun](https://bun.sh/) installed on your machine.
40
- - Cloudflare Wrangler CLI (for D1 interactions).
41
-
42
- ### Installation
43
-
44
- ```bash
45
- bun install
46
- ```
47
-
48
- ### Development
49
-
50
- To start the admin dashboard and the API concurrently:
51
-
52
- ```bash
53
- bun run dev
54
- ```
55
-
56
- ## πŸ—ΊοΈ Technical Feature Roadmap
57
-
58
- Inspired by modern CMS best practices and enterprise-grade research, FlareCMS is evolving to support:
59
-
60
- - **[x] WebAuthn / Passkeys**: Biometric authentication implemented as a stable, passwordless login method.
61
- - **[x] Automated Deployment Pipeline**: Integrated custom build & deploy orchestration for Cloudflare Workers.
62
- - **[x] Self-Healing Database**: Automatic runtime migrations and table initialization.
63
- - **[x] Production Routing**: Native SPA fallback handling for seamless page refreshes at the edge.
64
- - **[ ] MCP Server Integration**: Full support for the Model Context Protocol to allow AI Agents (Claude, ChatGPT) to manage content, schemas, and mediaLibrary programmatically.
65
- - **[ ] Portable Text Protocol**: Transitioning from HTML-based storage to structured JSON (Portable Text) for presentation-agnostic content delivery.
66
- - **[ ] Agentic Developer Skills**: Native skills and instructions to turn FlareCMS into an "autonomous" CMS that can build its own plugins via AI.
67
- - **[ ] Edge Worker Sandboxing**: A plugin system based on isolated Cloudflare Workers for secure, third-party extensibility.
68
-
69
- ---
70
-
71
- ## License
72
-
73
- MIT Β© fhorray
1
+ # FlareCMS: The Lean, Edge-Native CMS for the AI Era
2
+
3
+ FlareCMS is a high-performance, minimalist, and developer-centric Content Management System built for the modern web. Engineered for speed and stability, it leverages the power of Bun, Hono, and Cloudflare D1 to deliver an unparalleled editing experience directly at the edge.
4
+
5
+ ## πŸš€ Vision: Design-First & AI-Ready
6
+
7
+ Unlike traditional bloated CMS architectures, FlareCMS follows two core principles:
8
+
9
+ 1. **Zen Minimalism**: A purely "Flat Design" interface. No shadows, no entry animations, and no unnecessary transitions. We value instant response times and visual clarity over decorative UI elements.
10
+ 2. **AI-Native Infrastructure**: Built to be managed by human developers and AI agents alike. Every interface is designed to be lean and high-contrast, facilitating seamless navigation for both eyes and algorithms.
11
+
12
+ ## πŸ› οΈ Technology Stack
13
+
14
+ - **Runtime**: [Bun](https://bun.sh/)
15
+ - **Server Framework**: [Hono](https://hono.dev/)
16
+ - **Database**: [Cloudflare D1](https://developers.cloudflare.com/d1/) (Edge SQL)
17
+ - **Frontend**: React + Vite + Tailwind CSS v4
18
+ - **State Management**: [Nanostores](https://github.com/nanostores/nanostores)
19
+
20
+ ## πŸ“¦ Getting Started
21
+
22
+ ### Initialize a New Project
23
+
24
+ The easiest way to start a new FlareCMS project is by using our interactive CLI:
25
+
26
+ ```bash
27
+ bunx flarecms create
28
+ ```
29
+
30
+ This will guide you through:
31
+ - Choosing a project name
32
+ - Selecting a template (e.g., Unified Starter)
33
+ - Installing dependencies automatically
34
+
35
+ ### Development (Monorepo)
36
+
37
+ ### Prerequisites
38
+
39
+ - [Bun](https://bun.sh/) installed on your machine.
40
+ - Cloudflare Wrangler CLI (for D1 interactions).
41
+
42
+ ### Installation
43
+
44
+ ```bash
45
+ bun install
46
+ ```
47
+
48
+ ### Development
49
+
50
+ To start the admin dashboard and the API concurrently:
51
+
52
+ ```bash
53
+ bun run dev
54
+ ```
55
+
56
+ ## πŸ—ΊοΈ Technical Feature Roadmap
57
+
58
+ Inspired by modern CMS best practices and enterprise-grade research, FlareCMS is evolving to support:
59
+
60
+ - **[x] WebAuthn / Passkeys**: Biometric authentication implemented as a stable, passwordless login method.
61
+ - **[x] Automated Deployment Pipeline**: Integrated custom build & deploy orchestration for Cloudflare Workers.
62
+ - **[x] Self-Healing Database**: Automatic runtime migrations and table initialization.
63
+ - **[x] Production Routing**: Native SPA fallback handling for seamless page refreshes at the edge.
64
+ - **[ ] MCP Server Integration**: Full support for the Model Context Protocol to allow AI Agents (Claude, ChatGPT) to manage content, schemas, and mediaLibrary programmatically.
65
+ - **[ ] Portable Text Protocol**: Transitioning from HTML-based storage to structured JSON (Portable Text) for presentation-agnostic content delivery.
66
+ - **[ ] Agentic Developer Skills**: Native skills and instructions to turn FlareCMS into an "autonomous" CMS that can build its own plugins via AI.
67
+ - **[ ] Edge Worker Sandboxing**: A plugin system based on isolated Cloudflare Workers for secure, third-party extensibility.
68
+
69
+ ---
70
+
71
+ ## License
72
+
73
+ MIT Β© fhorray