Name | ccux JSON |
Version |
3.1.1
JSON |
| download |
home_page | None |
Summary | A sophisticated Python CLI tool that automatically generates conversion-optimized frontend landing pages using professional UX design thinking methodology |
upload_time | 2025-08-28 00:28:49 |
maintainer | None |
docs_url | None |
author | CCUX Team |
requires_python | >=3.9 |
license | MIT |
keywords |
ai
claude
design
frontend
generator
landing-page
ui
ux
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# CCUX — AI-Powered Website Generator
CCUX uses **Claude AI** to transform a simple product description into production-ready code — no design tools required.
---
## Features
- **One-line generation** — describe your product and get a landing page or full site in minutes
- **Professional themes** — choose from 13 styles (minimal, corporate, brutalist, animated, etc.)
- **Precision editing** — regenerate specific sections without rebuilding everything
- **Interactive workflow** — guided wizard for multi-page sites, live editing, and theme switching
- **Production-ready output** — responsive HTML or React components with TailwindCSS, SEO, and accessibility
---
## Installation
```bash
pip install ccux
```
**Prerequisites:**
- Python 3.9+
- [Claude CLI](https://claude.ai/code) (used for AI generation)
---
## Getting Started
### Interactive Mode (Recommended)
```bash
ccux init
```
The interactive terminal app provides:
- Guided website creation wizard
- Visual project management
- Live section editing and theme switching
- Multi-page website generation
- Form management and customization
- Press `ESC` anytime to exit
### Command Line Usage
```bash
# Generate single landing page
ccux gen --desc "AI project management tool" --theme minimal
# Generate complete multi-page website
ccux multipage --desc "SaaS platform for remote teams"
# Regenerate specific sections
ccux regen --section hero,pricing
# Load description from file
ccux gen --desc-file product.pdf --theme brutalist
```
---
## Commands
| Command | Description |
|------------------|-------------------------------------|
| `ccux init` | Interactive wizard for new projects |
| `ccux gen` | Generate a single landing page |
| `ccux multipage` | Generate a complete multi-page site |
| `ccux regen` | Update specific sections |
| `ccux projects` | List existing projects |
| `ccux help` | Detailed help for any topic |
---
## What You Get
### Professional Quality Output
- Production-ready HTML or React components
- Mobile-responsive design with TailwindCSS
- SEO optimization and accessibility features
- Clean, semantic code structure
### AI Design Process
- Automatic competitor analysis and research
- Structured UX methodology for layouts and flows
- Conversion-optimized copywriting
- Consistent visual design across 13 themes
### 13 Design Themes
From minimal and corporate to brutalist, animated, and illustrated styles.
---
## Examples
**Single Page:**
```bash
ccux gen --desc "AI-powered project management tool for remote teams"
```
**Multi-Page Website:**
```bash
ccux multipage --desc "SaaS platform with features, pricing, and about pages"
```
**Edit Existing:**
```bash
ccux regen --section hero,pricing
```
---
## View Your Pages
```bash
cd output/
python -m http.server 3000
# Open http://localhost:3000
```
---
## Links
- **PyPI:** [pypi.org/project/ccux](https://pypi.org/project/ccux/)
- **Claude CLI:** [claude.ai/code](https://claude.ai/code)
- **Help:** Run `ccux help` for detailed documentation
---
Raw data
{
"_id": null,
"home_page": null,
"name": "ccux",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "ai, claude, design, frontend, generator, landing-page, ui, ux",
"author": "CCUX Team",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/ea/9e/699d93eedad6d25676e9a679647fbc5a3da48fe818c58199aaec5437fdbd/ccux-3.1.1.tar.gz",
"platform": null,
"description": "# CCUX \u2014 AI-Powered Website Generator\nCCUX uses **Claude AI** to transform a simple product description into production-ready code \u2014 no design tools required.\n\n---\n\n## Features\n\n- **One-line generation** \u2014 describe your product and get a landing page or full site in minutes \n- **Professional themes** \u2014 choose from 13 styles (minimal, corporate, brutalist, animated, etc.) \n- **Precision editing** \u2014 regenerate specific sections without rebuilding everything \n- **Interactive workflow** \u2014 guided wizard for multi-page sites, live editing, and theme switching \n- **Production-ready output** \u2014 responsive HTML or React components with TailwindCSS, SEO, and accessibility \n\n---\n\n## Installation\n\n```bash\npip install ccux\n```\n\n**Prerequisites:** \n- Python 3.9+ \n- [Claude CLI](https://claude.ai/code) (used for AI generation) \n\n---\n\n## Getting Started\n\n### Interactive Mode (Recommended)\n\n```bash\nccux init\n```\n\nThe interactive terminal app provides:\n- Guided website creation wizard \n- Visual project management \n- Live section editing and theme switching \n- Multi-page website generation \n- Form management and customization \n- Press `ESC` anytime to exit \n\n### Command Line Usage\n\n```bash\n# Generate single landing page\nccux gen --desc \"AI project management tool\" --theme minimal\n\n# Generate complete multi-page website\nccux multipage --desc \"SaaS platform for remote teams\"\n\n# Regenerate specific sections\nccux regen --section hero,pricing\n\n# Load description from file\nccux gen --desc-file product.pdf --theme brutalist\n```\n\n---\n\n## Commands\n\n| Command | Description |\n|------------------|-------------------------------------|\n| `ccux init` | Interactive wizard for new projects |\n| `ccux gen` | Generate a single landing page |\n| `ccux multipage` | Generate a complete multi-page site |\n| `ccux regen` | Update specific sections |\n| `ccux projects` | List existing projects |\n| `ccux help` | Detailed help for any topic |\n\n---\n\n## What You Get\n\n### Professional Quality Output\n- Production-ready HTML or React components \n- Mobile-responsive design with TailwindCSS \n- SEO optimization and accessibility features \n- Clean, semantic code structure \n\n### AI Design Process\n- Automatic competitor analysis and research \n- Structured UX methodology for layouts and flows \n- Conversion-optimized copywriting \n- Consistent visual design across 13 themes \n\n### 13 Design Themes\nFrom minimal and corporate to brutalist, animated, and illustrated styles. \n\n---\n\n## Examples\n\n**Single Page:**\n```bash\nccux gen --desc \"AI-powered project management tool for remote teams\"\n```\n\n**Multi-Page Website:**\n```bash\nccux multipage --desc \"SaaS platform with features, pricing, and about pages\"\n```\n\n**Edit Existing:**\n```bash\nccux regen --section hero,pricing\n```\n\n---\n\n## View Your Pages\n\n```bash\ncd output/\npython -m http.server 3000\n# Open http://localhost:3000\n```\n\n---\n\n## Links\n\n- **PyPI:** [pypi.org/project/ccux](https://pypi.org/project/ccux/) \n- **Claude CLI:** [claude.ai/code](https://claude.ai/code) \n- **Help:** Run `ccux help` for detailed documentation \n\n---\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "A sophisticated Python CLI tool that automatically generates conversion-optimized frontend landing pages using professional UX design thinking methodology",
"version": "3.1.1",
"project_urls": null,
"split_keywords": [
"ai",
" claude",
" design",
" frontend",
" generator",
" landing-page",
" ui",
" ux"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "fd40e8a236d7ec3d2c4f540e07a2b085487dfedb43e8ce9bc775a47ab649011f",
"md5": "ebe34fb96c466dea7ee37ff613a0ebff",
"sha256": "7a9b4e493734783c1deec92b3b2c01640a4c116d2b4d21cca3712c44c33a38d5"
},
"downloads": -1,
"filename": "ccux-3.1.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "ebe34fb96c466dea7ee37ff613a0ebff",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 134988,
"upload_time": "2025-08-28T00:28:48",
"upload_time_iso_8601": "2025-08-28T00:28:48.744159Z",
"url": "https://files.pythonhosted.org/packages/fd/40/e8a236d7ec3d2c4f540e07a2b085487dfedb43e8ce9bc775a47ab649011f/ccux-3.1.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "ea9e699d93eedad6d25676e9a679647fbc5a3da48fe818c58199aaec5437fdbd",
"md5": "0f8daedfbc9b6fce7c2271ee0df66ed7",
"sha256": "26f7004c2c7e06732cd703b29dab6dae015ac89e9e76f7eb6a2997baef734830"
},
"downloads": -1,
"filename": "ccux-3.1.1.tar.gz",
"has_sig": false,
"md5_digest": "0f8daedfbc9b6fce7c2271ee0df66ed7",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 140641,
"upload_time": "2025-08-28T00:28:49",
"upload_time_iso_8601": "2025-08-28T00:28:49.948275Z",
"url": "https://files.pythonhosted.org/packages/ea/9e/699d93eedad6d25676e9a679647fbc5a3da48fe818c58199aaec5437fdbd/ccux-3.1.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-28 00:28:49",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "ccux"
}