What's new
W v2 is becoming a complete writing loop.
The current build focuses on a replaceable SvelteKit foundation: start a workspace, write structured drafts, preview the reader, and carry the manuscript out.
June 13, 2026
Archived document restore
- Project dashboards now keep archived documents visible in a dedicated restore panel.
- Restoring an archived document returns it as a private draft, clears the release date, and preserves its outline position.
- Archive and restore actions both use authenticated SvelteKit resource APIs with durable activity history.
June 13, 2026
Better Auth entry point
- W now has SvelteKit sign-in and account creation screens backed by Better Auth email/password sessions.
- The onboarding flow and writing app require a real session before using protected v2 workspace APIs.
- Sign-out clears the Better Auth session while W keeps workspace permissions separate from identity.
June 13, 2026
API-backed publishing operation
- Document status and release-date changes now go through a dedicated SvelteKit publication endpoint.
- Publishing, scheduling, unpublishing, and date changes share one domain operation with activity history.
- The public reader updates from the persisted workspace store while drafts and author-only fields stay private.
June 13, 2026
Markdown and HTML import
- Project dashboards can import pasted Markdown, pasted HTML, or a .md/.html file into the current manuscript.
- Book-like projects split H1/H2 source into part and chapter documents while blogs and notes import flat drafts.
- Imported HTML is sanitized before it becomes versioned document content, then autosaved through the v2 workspace store.
June 13, 2026
Audience subscription loop
- Public readers can collect email subscriptions with post and chapter preferences.
- Subscribers move through pending, confirmed, and unsubscribed states with tokenized confirmation and unsubscribe links.
- The project dashboard now shows confirmed subscribers and pending confirmations from the SvelteKit audience store.
June 13, 2026
Shareable private previews
- Generate a tokenized preview link from the document editor and copy or open it immediately.
- Preview links render a private project table of contents plus draft, review, scheduled, and published document pages.
- Preview reader data strips author-only notes, references, comments, revisions, collaborators, invites, and activity.
June 13, 2026
Workspace-wide search
- Search now spans persisted workspace metadata, project details, document prose, notes, references, and comments through an authenticated API resource.
- Results open the right project surface or document and carry reader-state labels like public, scheduled, private, and in review.
- Archived documents stay out of default results unless the search request explicitly includes them.
June 12, 2026
Nested outline authoring
- Collapse and expand branches in the workspace outline while preserving the full project tree.
- Create child documents directly under parts, chapters, sections, posts, or notes.
- Drag documents before, after, or inside another outline item and autosave the reordered manuscript.
June 12, 2026
Scheduled releases and RSS feeds
- Set a release date beside document title, slug, and publish status.
- Future scheduled documents stay out of the public reader until their date arrives.
- Public project readers expose an RSS feed for released documents.
June 12, 2026
Revision history restore points
- Save named document versions from the writing pane.
- Review version timestamps, statuses, titles, and word counts.
- Restore a previous version while keeping an automatic safety snapshot of the current draft.
June 12, 2026
Portable workspace backups
- Export the active project as a Markdown manuscript.
- Download a versioned JSON backup for the whole workspace.
- Restore a workspace backup into the local SvelteKit authoring shell.
June 2026
Local reader publishing slice
- Public project and document reader routes render seeded content server-side.
- Drafts move through explicit private preview links instead of public reader browser caches.
- Book projects include table of contents and previous/next chapter navigation.
June 2026
Authoring workspace foundation
- Goal-based onboarding creates the first workspace, project, and document tree.
- The app shell includes a Tiptap editor, autosave, preview, status controls, and document stats.
- Document notes, research references, comments, invites, and activity share the v2 project boundary.
June 2026
Project dashboard
- Dashboard rollups show project progress, published documents, review load, and writing queue.
- Project metadata and writing goals can be edited without touching the editor surface.
- Launch readiness is visible before opening the public reader.