Feat/workspace template#44
Merged
Merged
Conversation
dbf0ad5 to
b2277f2
Compare
b2277f2 to
8fe5b9c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary by cubic
Adds a Notion-style collaborative workspace template under
workspace/and registers it in the marketplace. Ships a Next.js app with auth, RLS-backed multi-workspaces (with switcher and default workspace bootstrap), nested pages with rich-text editing, invites, and public sharing.New template:
workspace/(Next.js 16 + React 19 + Tailwind v4)Auth: email/password + OAuth via
@insforge/sdk(no SMTP required)Workspaces: multi-workspace with switcher; owner/editor/viewer roles via RLS
Pages: nested tree, BlockNote editor, image uploads to
workspace-files, autosave with conflict handlingSharing: per-page public links and revocation; invite links with role selection and accept flow
Settings: profile, members, invites list, leave/delete workspace
Database:
workspaces,workspace_members,pages,inviteswith RLS and RPCsDocs: README and LICENSE
Registry: added
workspaceentry with refreshed cover and demo URLMigration
workspace/, runnpm run setup(creates publicworkspace-files)workspace/migrations/20260525060055_db-init.sqlworkspace/.env.example→.env.localand setNEXT_PUBLIC_INSFORGE_URL,NEXT_PUBLIC_INSFORGE_ANON_KEY,NEXT_PUBLIC_APP_URLcd workspace && npm install && npm run devWritten for commit 8fe5b9c. Summary will update on new commits. Review in cubic