Foundary Studio: Conversational product development
Go to file
rdev-worker af776d9c8b
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
sdlc: feature
2026-02-10 16:53:07 +00:00
.claude Initialize project from default template 2026-02-10 16:42:44 +00:00
.sdlc sdlc: feature 2026-02-10 16:53:07 +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