Noosphere-Architect is a sophisticated web application designed to architect high-quality AI prompts and agent configurations. It provides a suite of tools to transform raw ideas into structured, actionable assets for any AI model or substrate, accelerating the path from concept to code.
The commands below are verified for this repo. If your platform differs, see Troubleshooting.
- Node.js: >= 20.x
- npm: (included with Node)
- OpenRouter API Key: Required for AI generation features.
git clone https://github.com/acidgreenservers/Noosphere-Architect.git
cd Noosphere-Architect
npm installCopy the example environment file and set your encryption key. This key is used for obfuscating data at rest in IndexedDB.
cp .env.example .env
# Edit .env and set VITE_ENCRYPTION_KEY to a secure random stringnpm run devThe application will be available at http://localhost:3000/Noosphere-Architect/.
Once the app is running:
- Navigate to Agent API Settings (gear icon).
- Enter your OpenRouter API Key.
- Select a curated model (e.g., DeepSeek, OpenAI, etc.).
- Start architecting!
Signal Extractor (Extract & Amplify)
Extract and amplify the core signal from messy thoughts or rough notes to create actionable systemic prompts.
MindSeed Architect (Compressive Wisdom)
Compress text into generative "Seeds of Wisdom" (CogniSeeds, LinguaSeeds, ArchSeeds) using strict structural integrity checks (Compression, Generative, Falsifiable, Decompressible).
Prompt & Skill Architect (Dual-Tabbed Precision)
- Standard Prompt: Refine messy thoughts into high-density reasoning prompts.
- Skill Architect: Generate 4-file bundles (Persona, Guidelines, Constraints, Skills) for specialized agent roles.
AI Agent Architect (Declarative Blueprints)
Define an AI agent's role, scope, and goals to generate a single, powerful, reasoning-encoded system prompt.
Project Architect (Systemic Alignment)
Establish a high-level vision, standards, and rules for your project. This tool serves as a multi-tabbed hub containing:
- Project Architect: Define the core identity, architecture, and security
posture (outputs
PROJECT.md,ARCHITECTURE.md,SECURITY.md). - Roadmap Architect: Transform vision text into actionable, detailed roadmap tasks.
- Agent Job Architect: Author an employer handbook for AI agent-employees, defining their role, authority, and operating boundaries.
Architecture Organization (Central Command)
Manage, categorize (star, pin, archive), and steward all architectural assets under a unified metadata schema. Synthesize new insights using the Synthesis Workspace.
See ARCHITECTURE.md for the ASCII blueprint and component interactions.
| Key | Description | Default |
|---|---|---|
VITE_ENCRYPTION_KEY |
Key for IndexedDB obfuscation | (required) |
npm test # Run Vitest unit tests
npm run test:e2e # Run Playwright E2E tests (requires dev server running)
npm run lint # TypeScript checkSee SECURITY.md for reporting vulnerabilities and our security posture.
- Fork the repository.
- Create a feature branch.
- Ensure tests pass (
npm test). - Submit a PR.
This project is licensed under the GNU Affero General Public License v3.0 (AGPL-3.0). See the LICENSE file for details.
Built with 🧠 and ⚛️ by acidgreenservers.