VoidRaft

VoidRaft Logo

VoidRaft

An elegant text snippet recording tool

Designed for developers to record, organize, and manage various text snippets anytime, anywhere.

Core Features

Developer-Friendly

Multi-language code blocks with syntax highlighting for 30+ programming languages

Code Formatting

Built-in Prettier support for one-click code beautification

Custom Themes

Dark/Light themes with full customization options

Multi-Window

Edit multiple documents simultaneously

Block Editing

Split content into independent code blocks with different language settings

Extensions

Rainbow brackets, VSCode-style search, color picker, translation tool, and more

Preview

voidraft
javascript
function createDocument() {
  const doc = new Document();
  
  doc.addCodeBlock('javascript', `
  function greeting(name) {
    return `Hello, ${name}!`;
  }
  
  console.log(greeting('World'));
  `);
  
  return doc;
}
text
// VoidRaft - An elegant text snippet recording tool
// Multi-language support | Code formatting | Custom themes
// A modern text editor designed for developers
VoidRaft 界面预览

Technical Stack

  • Wails3 Cross-platform desktop application framework
  • Go 1.21+ Fast and efficient backend language
  • Vue 3 + TypeScript Modern frontend framework
  • CodeMirror 6 Modern code editor with extension support
  • SQLite Lightweight database for document storage