Skip to content

Migrate studio deployment from GitHub Pages to standalone Vercel at play.objectstack.ai#40

Merged
huangyiirene merged 3 commits intomainfrom
copilot/fix-studio-build-workflow
Jan 14, 2026
Merged

Migrate studio deployment from GitHub Pages to standalone Vercel at play.objectstack.ai#40
huangyiirene merged 3 commits intomainfrom
copilot/fix-studio-build-workflow

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Jan 14, 2026

Studio (playground app) now deploys independently to play.objectstack.ai via Vercel. Previously embedded at /studio/ on GitHub Pages docs site.

Configuration Changes

Playground app:

  • vite.config.ts: Base path from /studio//
  • App.tsx: Routes from /studio/:id/:id
  • Home.tsx: Navigation updated for root-level routing

CI/CD:

  • deploy-docs.yml: Removed studio build steps and apps/playground/** trigger path

Documentation Updates

All studio links updated to play.objectstack.ai:

  • README.md navigation and launch CTAs
  • docs/index.md hero action button
  • docs/guide/studio.md quick access link

Architecture

Before: GitHub Pages → docs + studio at /studio/
After:  GitHub Pages → docs only
        Vercel      → standalone studio

This decouples studio deployments from documentation, enabling independent release cycles.

Original prompt

修正studio 构建工作流和链接,目前已经通过vercel部署到 play.objectstack.ai


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

@vercel
Copy link
Copy Markdown

vercel bot commented Jan 14, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
objectui-playground Ready Ready Preview, Comment Jan 14, 2026 6:17pm

Co-authored-by: huangyiirene <7665279+huangyiirene@users.noreply.github.com>
…arately via Vercel

Co-authored-by: huangyiirene <7665279+huangyiirene@users.noreply.github.com>
@github-actions
Copy link
Copy Markdown
Contributor

✅ All checks passed!

  • ✅ Type check passed
  • ✅ Tests passed
  • ✅ Lint check completed

Copilot AI changed the title [WIP] Fix studio build workflow and link Migrate studio deployment from GitHub Pages to standalone Vercel at play.objectstack.ai Jan 14, 2026
Copilot AI requested a review from huangyiirene January 14, 2026 18:20
@huangyiirene huangyiirene marked this pull request as ready for review January 14, 2026 18:21
@huangyiirene huangyiirene merged commit 8a23f2d into main Jan 14, 2026
7 checks passed
Copilot AI added a commit that referenced this pull request Feb 23, 2026
- #39 showRecordCount: conditionally show/hide record count bar
- #24 rowHeight: add short and extra_tall mapping in ListView + bridge
- #7 sort: parse legacy string format "field desc"
- #22 description: render view description below toolbar
- #40 allowPrinting: add print button with window.print()
- #31 virtualScroll: forward flag to grid view schema
- #35 userActions: wire sort/search/filter/rowHeight to toolbar visibility
- #38 addRecord: render "+ Add Record" button from spec config
- #37 tabs: render tab bar UI for view tabs
- #9 filterableFields: restrict FilterBuilder to whitelist fields
- #8 searchableFields: scope search queries to specified fields
- #36 appearance: wire showDescription and allowedVisualizations
- #16 pageSizeOptions: add page size selector UI in status bar
- #17-21: use spec kanban/calendar/gantt/gallery/timeline configs
- #20 gallery: add typed GalleryConfig to ListViewSchema
- #21 timeline: add typed TimelineConfig to ListViewSchema
- Bridge: add short/extra_tall density mapping, filterableFields pass-through

Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants