Foundary Studio: Conversational product development
Go to file
rdev-worker ac24b1e879
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
sdlc: feature
2026-02-09 13:49:45 +00:00
.claude Initialize project from default template 2026-02-09 13:42:10 +00:00
.sdlc sdlc: feature 2026-02-09 13:49:45 +00:00
apps/studio-ui Add components: app-react/studio-ui, service/studio-api 2026-02-09 13:43:16 +00:00
docs build: Set up the monorepo workspace. Ensure the root README describes a pro... 2026-02-09 13:43:08 +00:00
packages build: Set up the monorepo workspace. Ensure the root README describes a pro... 2026-02-09 13:43:08 +00:00
services Add components: app-react/studio-ui, service/studio-api 2026-02-09 13:43:16 +00:00
.woodpecker.yml Initialize project from default template 2026-02-09 13:42:10 +00:00
Dockerfile build: Set up the monorepo workspace. Ensure the root README describes a pro... 2026-02-09 13:43:08 +00:00
README.md build: Set up the monorepo workspace. Ensure the root README describes a pro... 2026-02-09 13:43:08 +00:00

Foundary

Foundary is a conversational product studio — a platform where products are designed, refined, and built through natural dialogue. Instead of navigating complex toolchains, users describe what they want and Foundary turns the conversation into working software.

How It Works

  1. Describe — Tell Foundary what you want to build in plain language.
  2. Refine — Foundary asks clarifying questions, surfaces trade-offs, and proposes options.
  3. Build — Approved designs are translated into deployable artifacts automatically.

Every product decision is captured as part of the conversation, creating a living record of intent that stays linked to the code it produced.

Repository Layout

foundary/
├── services/       # Backend microservices
├── packages/       # Shared libraries and utilities
├── docs/           # Architecture and design documentation
├── Dockerfile      # Container build
└── .woodpecker.yml # CI/CD pipeline
Directory Purpose
services/ Independent backend services (APIs, workers)
packages/ Code shared across services (clients, models)
docs/ ADRs, API specs, and system design documentation

Getting Started

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

# 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://qj7ckumy.threesix.ai