- Set up spec-kit framework (checklist, decisions, scripts)
- Created project documentation (README, discovery questionnaire)
- Configured CI compliance checks
- Ready for discovery phase and client input
🤖 Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>
105 lines
3.2 KiB
Markdown
105 lines
3.2 KiB
Markdown
# 1000planets.cloud Marketing Site
|
|
|
|
**Status**: 🚧 In Development - Discovery Phase
|
|
|
|
A hypermodern, AI-forward marketing site that inspires confidence and showcases our automation platform with human-in-the-loop design.
|
|
|
|
## Vision
|
|
|
|
1000planets.cloud is the forward-facing site for our portfolio of AI-powered SaaS products. The site emphasizes:
|
|
|
|
- **Cost savings through automation** - Demonstrate ROI and efficiency gains
|
|
- **Human-in-the-loop design** - Final approval and granular control at every stage
|
|
- **Global, AI-forward mentality** - Cutting-edge technology with agnostic, scalable architecture
|
|
- **Set-it-and-forget-it flexibility** - From hands-on to fully automated
|
|
|
|
## Project Structure
|
|
|
|
```
|
|
1000planets-site/
|
|
├── spec-kit/ # Spec Kit compliance framework
|
|
│ ├── README.md # Spec Kit overview
|
|
│ ├── checklist.md # Pre-release requirements
|
|
│ ├── project-plan.md # Feature roadmap and phases
|
|
│ ├── decisions/ # Architectural Decision Records (ADRs)
|
|
│ └── scripts/
|
|
│ └── ci-checks.sh # Compliance validation script
|
|
├── docs/ # Project documentation
|
|
├── src/ # Source code (TBD - based on tech stack)
|
|
├── public/ # Static assets
|
|
└── README.md # This file
|
|
```
|
|
|
|
## Quick Start
|
|
|
|
**Prerequisites**: TBD (based on tech stack decision)
|
|
|
|
**Development**:
|
|
```bash
|
|
# Install dependencies
|
|
npm install # or equivalent
|
|
|
|
# Run dev server
|
|
npm run dev
|
|
|
|
# Run compliance checks
|
|
bash spec-kit/scripts/ci-checks.sh
|
|
|
|
# Build for production
|
|
npm run build
|
|
```
|
|
|
|
## Spec Kit Compliance
|
|
|
|
This project follows the Spec Kit methodology. Before contributing:
|
|
|
|
1. Read `spec-kit/checklist.md` for requirements
|
|
2. Document decisions in `spec-kit/decisions/`
|
|
3. Update `spec-kit/project-plan.md` for new features
|
|
4. Run `bash spec-kit/scripts/ci-checks.sh` before committing
|
|
|
|
## Current Phase: Discovery
|
|
|
|
We're currently in the **discovery and requirements phase**. See the [Client Discovery Questionnaire](docs/DISCOVERY.md) for details.
|
|
|
|
**Next Steps**:
|
|
1. Complete client questionnaire
|
|
2. Define tech stack and architecture
|
|
3. Create design mockups
|
|
4. Begin development
|
|
|
|
## Tech Stack
|
|
|
|
**Status**: TBD - To be decided in discovery phase
|
|
|
|
Considerations:
|
|
- Next.js 14 (App Router)
|
|
- Astro (for content-heavy sites)
|
|
- Tailwind CSS + shadcn/ui
|
|
- Framer Motion (animations)
|
|
- Vercel / Netlify / Self-hosted
|
|
|
|
## Design Principles
|
|
|
|
- **Hypermodern aesthetics** - Clean, bold, cutting-edge
|
|
- **Performance-first** - <90+ Lighthouse score
|
|
- **Accessibility** - WCAG 2.1 AA minimum
|
|
- **Mobile-first** - Responsive from phone to desktop
|
|
- **Conversion-optimized** - Clear CTAs, frictionless forms
|
|
|
|
## Product Portfolio
|
|
|
|
Current products under 1000planets.cloud:
|
|
- **Hotel Yield AI (Aspirant)** - AI-powered yield management for boutique hotels
|
|
- **Microsite Automation** - Automated website generation for local businesses
|
|
- **[Future Products]** - Additional vertical-specific AI SaaS offerings
|
|
|
|
## Contact & Support
|
|
|
|
- **Repository**: ssh://git@100.95.3.92:2222/runfoo-org/1000planets-site.git
|
|
- **Domain**: 1000planets.cloud (verify configuration)
|
|
- **Team**: @fullsizemalt
|
|
|
|
## License
|
|
|
|
Proprietary - All rights reserved
|