Foundary Studio: Conversational product development
Go to file
rdev-bot 2a3198620a feat: Task Management UI
Merged feature task-management-ui via SDLC orchestration.
2026-02-10 16:56:42 +00:00
.claude Initialize project from default template 2026-02-10 16:42:44 +00:00
.sdlc feat: Task Management UI 2026-02-10 16:56:42 +00:00
apps/studio-ui Add components: app-react/studio-ui, service/studio-api 2026-02-10 16:42:52 +00:00
services/studio-api Add components: app-react/studio-ui, service/studio-api 2026-02-10 16:42:52 +00:00
.woodpecker.yml Initialize project from default template 2026-02-10 16:42:44 +00:00
Dockerfile Initialize project from default template 2026-02-10 16:42:44 +00:00
README.md Initialize project from default template 2026-02-10 16:42:44 +00:00

foundary-test-1770741705

Deployed at: https://7359yn7t.threesix.ai

Getting Started

  1. Clone the repository
  2. Build with Docker: docker build -t foundary-test-1770741705 .
  3. Run locally: docker run -p 8080:8080 foundary-test-1770741705

CI/CD

This project uses Woodpecker CI for continuous deployment. Pushing to main will:

  • Build a Docker image
  • Push to the container registry
  • Deploy to Kubernetes

Resources