A decentralized markdown editor with block-based architecture supporting multiple storage backends including Sia Renterd and IPFS. Features real-time markdown editing, drag & drop functionality, and cross-platform compatibility.
-
Install dependencies
bun install
-
Start development server (uses Expo Go by default)
bun run start
-
Run on devices
# iOS (development build) bun run ios # Android (development build) bun run android
-
Build locally for production
# iOS production build eas build --platform ios --profile production --local # Android production build eas build --platform android --profile production --local
Check TypeScript compilation:
# Type check
bun run type-check
# Watch mode
bun run type-check:watch# Run tests
bun run test# Check for issues
bun run lint
# Auto-fix issues
bun run format- Block-based markdown editor with real-time rendering
- Multiple storage backends (Local, Renterd, IPFS-ready)
- Dark/light theme support
- Cross-platform (iOS, Android, Web)
Join our community of developers creating universal apps.
- Expo on GitHub: View our open source platform and contribute.
- Discord community: Chat with Expo users and ask questions.