New:Socket for Asana Is Now Available.Learn more
Get Started

@thearchitech.xyz/cli

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thearchitech.xyz/cli

Revolutionary AI-Powered Application Generator - Transforming weeks of work into minutes

latest
Source
npmnpm
Version
2.0.0
Version published
Maintainers
1
Created
Source

The Architech CLI

Generic, unopinionated code generation engine

The Architech CLI is a powerful, framework-agnostic code generation tool that works with any marketplace to create production-ready applications from TypeScript genome files.

🚀 Quick Start

# Install globally
npm install -g @the-architech-xyz/cli

# Create your first project (V2 format)
architech new my-app.genome.ts

# Or use a pre-built genome
architech new my-saas --genome saas-platform

✨ What's New in V2

  • Federated Composition Engine - CLI resolves dependencies globally
  • Lock Files - Reproducible builds with genome.lock
  • Multi-App Support - Explicit app dependencies
  • Recipe Books - Declarative package-to-module mapping
  • Full Transparency - See exactly what modules are resolved

Migrating from V1? See the V2 Migration Guide

📚 Documentation

🛠️ Development

🎯 Key Features

  • Framework Agnostic - Works with React, Vue, Angular, Svelte, etc.
  • Marketplace Driven - Use any marketplace or create your own
  • Type Safe - Full TypeScript support with autocomplete
  • AI Ready - Complete blueprint API for AI agents
  • Extensible - Plugin system for custom functionality

📦 Installation

# From source (development)
git clone https://github.com/the-architech-xyz/cli.git
cd cli
npm install
npm run build
npm link

# From npm (coming soon)
npm install -g @the-architech-xyz/cli

🤝 Contributing

We welcome contributions! Please see our Contributing Guide for details.

📄 License

MIT License - see LICENSE file for details.

Built with ❤️ by The Architech Team

Keywords

cli

FAQs

Package last updated on 21 Nov 2025

Related posts