foundary-test-1770625554/README.md
rdev-worker 6b42088c4b
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: Set up the monorepo workspace. Ensure the root README describes a pro...
2026-02-09 08:27:42 +00:00

1.4 KiB

Foundary

A product studio for conversational product development.

Foundary turns natural-language conversations into working software. Describe what you want to build, iterate through dialogue, and ship production-ready products — all driven by conversation.

How It Works

  1. Converse — Describe your product idea in plain language.
  2. Refine — Iterate on requirements, design, and architecture through back-and-forth dialogue.
  3. Build — Foundary generates the code, infrastructure, and deployment configuration.
  4. Ship — Push to main and your product is live.

Repository Structure

├── services/       # Backend services
├── packages/       # Shared libraries and utilities
├── docs/           # Documentation
├── Dockerfile      # Container build
└── .woodpecker.yml # CI/CD pipeline

Getting Started

# Clone
git clone https://git.threesig.ai/jordan/foundary-test-1770625554.git
cd foundary-test-1770625554

# Build
docker build -t foundary .

# Run
docker run -p 8080:8080 foundary

Deployment

Pushes to main trigger automatic deployment via Woodpecker CI:

  1. Build Docker image
  2. Push to registry (registry.threesix.ai)
  3. Deploy to Kubernetes

Live at: https://88tq253n.threesix.ai

Resources