Skip to content

williamedvard/nextellar-docs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

246 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nextellar Documentation

logo-with-text-light

About Nextellar

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.

What's Inside

  • 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

Features

  • 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

Built With

  • 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

Running Locally

# Clone the repository
git clone https://github.com/nextellarlabs/nextellar-docs.git
cd nextellar-docs

# Install dependencies (this project uses pnpm)
pnpm install

# Generate contentlayer files (required before first run)
pnpm build:content

# Start development server
pnpm dev

Open http://localhost:3000 to view the documentation.

Note: This project uses pnpm as the package manager. If you don't have it installed, run npm install -g pnpm first.

Contributing

We welcome contributions! See our Contributing Guide for details.

Adding Documentation

  1. Create a new .mdx file in the docs/ directory
  2. Add frontmatter with title and description
  3. Write your content using MDX
  4. 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...

Links

License

MIT (c) 2026 Nextellar Labs


Built with love for the Stellar developer community

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 91.7%
  • JavaScript 4.1%
  • CSS 2.8%
  • Other 1.4%