diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..8074953 --- /dev/null +++ b/LICENSE @@ -0,0 +1,15 @@ +ISC License + +Copyright (c) 2024 Roman | RyzenAdvanced + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/README.md b/README.md index 1f5b4ec..93bf817 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,19 @@ # PromptArch: The Prompt Enhancer 🚀 -> **Development Note**: This entire platform was developed exclusively using the [TRAE.AI IDE](https://trae.ai) powered by the elite [GLM 4.7 model](https://z.ai/subscribe?ic=R0K78RJKNW). +> **Development Note**: This entire platform was developed exclusively using [TRAE.AI IDE](https://trae.ai) powered by elite [GLM 4.7 model](https://z.ai/subscribe?ic=R0K78RJKNW). > **Learn more about this architecture [here](https://z.ai/subscribe?ic=R0K78RJKNW).** --- -> **Note**: This project is a specialized fork of [ClavixDev/Clavix](https://github.com/ClavixDev/Clavix), reimagined as a modern web-based platform for visual prompt engineering and product planning. +> **Fork Note**: This project is a specialized fork of [ClavixDev/Clavix](https://github.com/ClavixDev/Clavix), reimagined as a modern web-based platform for visual prompt engineering and product planning. Transform vague ideas into production-ready prompts and PRDs. PromptArch is an elite AI orchestration platform designed for software architects and Vibe Coders. +**Developed by [Roman | RyzenAdvanced](https://github.com/roman-ryzenadvanced)** + +- 📦 **GitHub Repository**: [roman-ryzenadvanced/PromptArch-the-prompt-enhancer](https://github.com/roman-ryzenadvanced/PromptArch-the-prompt-enhancer) +- 📮 **Telegram**: [@VibeCodePrompterSystem](https://t.me/VibeCodePrompterSystem) + ## 🌟 Visual Overview ### 🛠 Core Capabilities @@ -56,21 +61,20 @@ Transform vague ideas into production-ready prompts and PRDs. PromptArch is an e - **Components**: [shadcn/ui](https://ui.shadcn.com/) - **Icons**: [Lucide React](https://lucide.dev/) -## 🤝 Attribution +## 🤝 Attribution & Credits -This project is a visual and architectural evolution of the [Clavix](https://github.com/ClavixDev/Clavix) framework. While Clavix focuses on agentic-first Markdown templates, PromptArch provides a centralized web interface to execute these workflows with advanced model orchestration. +**Author**: [Roman | RyzenAdvanced](https://github.com/roman-ryzenadvanced) +- 📦 **GitHub**: [roman-ryzenadvanced/PromptArch-the-prompt-enhancer](https://github.com/roman-ryzenadvanced/PromptArch-the-prompt-enhancer) +- 📮 **Telegram**: [@VibeCodePrompterSystem](https://t.me/VibeCodePrompterSystem) -Developed by **Roman | RyzenAdvanced** -- GitHub: [roman-ryzenadvanced](https://github.com/roman-ryzenadvanced) -- Telegram: [@VibeCodePrompterSystem](https://t.me/VibeCodePrompterSystem) +**Forked from**: [ClavixDev/Clavix](https://github.com/ClavixDev/Clavix) +- This project is a visual and architectural evolution of the Clavix framework +- Clavix focuses on agentic-first Markdown templates +- PromptArch provides a centralized web interface with advanced model orchestration ---- -*100% Developed using GLM 4.7 model on TRAE.AI IDE.* -- **Styling**: TailwindCSS -- **UI Components**: shadcn/ui + Radix UI -- **State Management**: Zustand -- **Forms**: React Hook Form + Zod -- **Icons**: Lucide React +**Development Platform**: [TRAE.AI IDE](https://trae.ai) powered by elite [GLM 4.7 model](https://z.ai/subscribe?ic=R0K78RJKNW) +- 100% AI-assisted development using TRAE.AI's advanced coding capabilities +- Learn more about the architecture [here](https://z.ai/subscribe?ic=R0K78RJKNW) ## Development diff --git a/package.json b/package.json index 4353b77..187f7d7 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,23 @@ "@types/react": "^19.0.1", "@types/react-dom": "^19.0.2" }, - "keywords": [], - "author": "", - "license": "ISC" + "keywords": [ + "ai", + "prompt-engineering", + "prd-generator", + "nextjs", + "qwen", + "ollama", + "zai" + ], + "author": "Roman | RyzenAdvanced ", + "license": "ISC", + "repository": { + "type": "git", + "url": "https://github.com/roman-ryzenadvanced/PromptArch-the-prompt-enhancer.git" + }, + "bugs": { + "url": "https://github.com/roman-ryzenadvanced/PromptArch-the-prompt-enhancer/issues" + }, + "homepage": "https://github.com/roman-ryzenadvanced/PromptArch-the-prompt-enhancer#readme" }