Foundary Studio: Conversational product development
Go to file
jordan a96587c022
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Add components: app-react/studio-ui, service/studio-api
2026-02-09 08:27:48 +00:00
.claude build: Set up the monorepo workspace. Ensure the root README describes a pro... 2026-02-09 08:27:42 +00:00
apps/studio-ui Add components: app-react/studio-ui, service/studio-api 2026-02-09 08:27:48 +00:00
services/studio-api Add components: app-react/studio-ui, service/studio-api 2026-02-09 08:27:48 +00:00
.woodpecker.yml Initialize project from default template 2026-02-09 08:26:52 +00:00
Dockerfile Initialize project from default template 2026-02-09 08:26:52 +00:00
README.md build: Set up the monorepo workspace. Ensure the root README describes a pro... 2026-02-09 08:27:42 +00:00

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