Foundary Studio: Conversational product development
Go to file
rdev-worker 70aeb6cedf
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
sdlc: feature
2026-02-11 01:11:20 +00:00
.claude Initialize project from default template 2026-02-11 00:53:59 +00:00
.sdlc sdlc: feature 2026-02-11 01:11:20 +00:00
apps/studio-ui Add components: app-react/studio-ui, service/studio-api 2026-02-11 00:55:20 +00:00
docs build: Set up the monorepo workspace. Ensure the root README describes a pro... 2026-02-11 00:55:16 +00:00
packages build: Set up the monorepo workspace. Ensure the root README describes a pro... 2026-02-11 00:55:16 +00:00
services Add components: app-react/studio-ui, service/studio-api 2026-02-11 00:55:20 +00:00
workers build: Set up the monorepo workspace. Ensure the root README describes a pro... 2026-02-11 00:55:16 +00:00
.woodpecker.yml Initialize project from default template 2026-02-11 00:53:59 +00:00
Dockerfile build: Set up the monorepo workspace. Ensure the root README describes a pro... 2026-02-11 00:55:16 +00:00
README.md build: Set up the monorepo workspace. Ensure the root README describes a pro... 2026-02-11 00:55:16 +00:00

Foundary

A product studio for conversational product development. Foundary lets teams design, build, and ship products through natural conversation — turning dialogue into working software.

How It Works

Foundary treats conversation as the primary interface for product development. Instead of jumping between specs, tickets, and code, teams describe what they want in plain language and Foundary translates that into running services, APIs, and interfaces.

Repository Structure

├── services/       # Backend services (APIs, core logic)
├── packages/       # Shared libraries and utilities
├── workers/        # Background jobs and async processors
├── docs/           # Documentation and architecture decisions
├── Dockerfile      # Container build
└── .woodpecker.yml # CI/CD pipeline

Getting Started

  1. Clone the repository:

    git clone https://git.threesix.ai/jordan/foundary-test-1770771180.git
    cd foundary-test-1770771180
    
  2. Build:

    docker build -t foundary .
    
  3. Run locally:

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

Resources