Foundary Studio: Conversational product development
Go to file
rdev-worker 490d310383
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
sdlc: feature
2026-02-09 16:02:55 +00:00
.claude Initialize project from default template 2026-02-09 15:54:17 +00:00
.sdlc sdlc: feature 2026-02-09 16:02:55 +00:00
apps Add components: app-react/studio-ui, service/studio-api 2026-02-09 15:55:48 +00:00
docs build: Set up the monorepo workspace. Ensure the root README describes a pro... 2026-02-09 15:55:46 +00:00
packages build: Set up the monorepo workspace. Ensure the root README describes a pro... 2026-02-09 15:55:46 +00:00
scripts build: Set up the monorepo workspace. Ensure the root README describes a pro... 2026-02-09 15:55:46 +00:00
services Add components: app-react/studio-ui, service/studio-api 2026-02-09 15:55:48 +00:00
.woodpecker.yml Initialize project from default template 2026-02-09 15:54:17 +00:00
Dockerfile build: Set up the monorepo workspace. Ensure the root README describes a pro... 2026-02-09 15:55:46 +00:00
README.md build: Set up the monorepo workspace. Ensure the root README describes a pro... 2026-02-09 15:55:46 +00:00

Foundary

A product studio for conversational product development.

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

How It Works

  1. Converse — Describe your product idea in plain language
  2. Refine — Iterate on requirements, design, and architecture through dialogue
  3. Build — Foundary generates and assembles the components
  4. Ship — Deploy to production with a single push

Repository Structure

foundary/
├── apps/          # Deployable applications (web UI, CLI, etc.)
├── services/      # Backend microservices
├── packages/      # Shared libraries and modules
├── docs/          # Documentation and guides
├── scripts/       # Build, deploy, and development scripts
├── Dockerfile     # Container build
└── .woodpecker.yml # CI/CD pipeline
Directory Purpose
apps/ User-facing applications and interfaces
services/ Independent backend services
packages/ Shared code — utilities, types, clients
docs/ Architecture decisions, API docs, onboarding guides
scripts/ Automation for local dev, CI, and deployment

Getting Started

# Clone
git clone https://git.threesix.ai/jordan/foundary-1770652398.git
cd foundary-1770652398

# 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. Update Kubernetes deployment

Live at: https://wmqrefkk.threesix.ai

Contributing

Each services/, apps/, and packages/ subdirectory is independently buildable and testable. See the README in each directory for specific instructions.

Resources