Core ConceptsFeatures

Core Features of RaaziSpace

Explore the main capabilities of RaaziSpace, from collaborative editing to version control. Understand how these features enhance your documentation processes.

Overview

RaaziSpace provides essential tools for managing project documentation efficiently. You can collaborate in real time, track changes with version history, search content quickly, and customize your docs to fit your needs. These features streamline workflows and improve team productivity.

Collaborative Editing and Real-Time Updates

Invite team members to edit docs simultaneously. RaaziSpace shows cursor positions and typing indicators, ensuring smooth collaboration.

Use @mentions to notify teammates directly in the editor.

Follow these steps to start collaborating:

Invite Collaborators

Open your doc and click the Share button in the top-right corner.

Enter email addresses or generate a shareable link.

Real-Time Sync

Collaborators see changes instantly. Use the presence list to see who's online.

Resolve Conflicts

RaaziSpace auto-merges non-conflicting edits. Review and accept changes in the sidebar.

Integrate via API for programmatic access:

const response = await fetch('https://api.example.com/docs/{docId}/collaborators', {
  method: 'POST',
  headers: { 'Authorization': `Bearer ${YOUR_API_KEY}` },
  body: JSON.stringify({ emails: ['user@example.com'] })
});

Version History and Change Tracking

Every edit creates a new version. You can compare changes, restore previous states, or branch docs for experiments.

Search and Organization Tools

Quickly locate content with full-text search across all docs. Organize using tags, folders, and outlines.

FeatureDescriptionExample Use
Full-Text SearchSearches titles, content, and tagsproject roadmap
Tag FilteringApply and filter by custom tags#urgent #v2.0
Folder StructureNested organization/projects/roadmap
Outline ViewJump to sectionsAuto-generated TOC

Type keywords in the global search bar to find matching docs.

Customization Options for Docs

Personalize your documentation with themes, custom CSS, and embeds. Use the dashboard or API for programmatic changes.

Save customizations as templates for reuse across projects.