nsyte Documentation¶
⚠️ nsyte is alpha. use at your own risk.
Welcome to the nsyte documentation! nsyte is a command-line tool for publishing websites to nostr and Blossom servers, enabling decentralized, censorship-resistant website hosting.
Quick Start¶
# Install nsyte (see installation guide for your platform)
brew install sandwichfarm/tap/nsyte
# Initialize your project
nsyte init
# Upload your website
nsyte upload ./dist
Documentation Sections¶
Getting Started¶
- Installation - Install nsyte on your platform
- Basic Usage - Learn the fundamentals
Core Features¶
- Configuration - Configure nsyte for your needs
- Commands - Complete command reference
Advanced Topics¶
- CI/CD Integration - Automated deployments
- Security Best Practices - Keep your deployments secure
- Local Development - Development environment setup
Key Features¶
- 🌐 Decentralized Hosting - Publish to multiple Blossom servers and nostr relays
- 🔐 Secure by Design - NIP-46 bunker support for key security
- ⚡ Fast & Efficient - Concurrent uploads and smart diffing
- 🚀 CI/CD Ready - Perfect for automated deployments
Need Help?¶
- Check the Installation Guide if you're having trouble getting started
- Review Basic Usage for common workflows
- See Security Guide for best practices
- Browse Command Reference for detailed options
About nsyte¶
nsyte is a fork of nsite-cli by flox1an, ported to Deno with enhanced features and improved performance.