Nextellar is a one-step CLI toolkit that bootstraps production-ready Next.js + TypeScript applications with built-in Stellar blockchain support. This documentation site provides comprehensive guides, API references, and interactive examples to help you build Stellar dApps faster.
- Getting Started: Quick installation and first dApp tutorial
- CLI Reference: Complete command-line interface documentation
- React Hooks: 8 production-ready hooks for Stellar integration
- Guides: Step-by-step tutorials for common tasks
- Examples: Real-world dApp implementations
- API Reference: Comprehensive type definitions and parameters
- Interactive Playground: Test CLI commands and hooks in your browser
- Live Code Examples: Copy-paste ready code snippets
- Dark Mode: Beautiful light and dark themes
- Fast Search: Find what you need instantly
- Mobile Responsive: Perfect on all devices
- SEO Optimized: Easily discoverable on search engines
- Next.js 15 - React framework for production
- Contentlayer - Type-safe content management
- Tailwind CSS 4 - Utility-first styling
- MDX - Markdown with React components
- TypeScript - Type safety throughout
# Clone the repository
git clone https://github.com/nextellarlabs/nextellar-docs.git
cd nextellar-docs
# Install dependencies
npm install
# Start development server
npm run devOpen http://localhost:3000 to view the documentation.
We welcome contributions! See our Contributing Guide for details.
- Create a new
.mdxfile in thedocs/directory - Add frontmatter with
titleanddescription - Write your content using MDX
- The page will automatically appear in navigation
Example:
---
title: My New Guide
description: A helpful guide for Nextellar users
---
# My New Guide
Your content here...MIT © 2025 Nextellar Labs
Built with ❤️ for the Stellar developer community