Skip to content

Comments

feat: ui-builder plugin#43

Merged
olliethedev merged 12 commits intomainfrom
feat/uibuilder-plugin
Jan 15, 2026
Merged

feat: ui-builder plugin#43
olliethedev merged 12 commits intomainfrom
feat/uibuilder-plugin

Conversation

@olliethedev
Copy link
Collaborator

@olliethedev olliethedev commented Jan 8, 2026

Changes in this PR:

  • UI-Builder plugin

closes: #41


Note

Adds a production-ready UI Builder plugin that enables visual drag-and-drop page creation, storage via CMS content type, and public rendering.

  • Backend: new UI_BUILDER_CONTENT_TYPE and schemas; package version bump to @btst/stack@1.10.0
  • Client: uiBuilderClientPlugin with admin routes (/ui-builder, /ui-builder/new, /ui-builder/:id/edit), SSR loader hooks, PageRenderer/SuspensePageRenderer, default/custom component registry, and React Query hooks (list, get by id/slug, create/update/delete)
  • UI lib: adds editor/registry components and minimal TipTap tooling; updates exports/dependencies to support the builder
  • Build/config: includes ui-builder entries in build, package exports for api/client/components/hooks/css; Tailwind v4 CSS @import and @source to safelist dynamic classes
  • Docs: new docs/plugins/ui-builder.mdx and Plugins index update with "UI Builder" card
  • Examples: Next.js, React Router, TanStack integrations (provider overrides, CSS imports, preview route)
  • E2E: Playwright tests for admin flows (list/create/edit/delete) and public rendering; config updated to run *.ui-builder.spec.ts
  • CI: increase Node memory for e2e and set Playwright HTML reporter to never open

Written by Cursor Bugbot for commit 6affd71. This will update automatically on new commits. Configure here.

@vercel
Copy link

vercel bot commented Jan 8, 2026

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

Project Deployment Review Updated (UTC)
better-stack-docs Ready Ready Preview, Comment Jan 15, 2026 10:12pm

Review with Vercel Agent

@olliethedev
Copy link
Collaborator Author

cursor review

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Bugbot reviewed your changes and found no bugs!

@olliethedev olliethedev merged commit 429272f into main Jan 15, 2026
5 checks passed
@olliethedev olliethedev deleted the feat/uibuilder-plugin branch January 15, 2026 22:26
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.

UI Builder Plugin

1 participant