Skip to content

Marvelousmicheal/nextellar-docs

 
 

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
npm install

# Start development server
npm run dev

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

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 © 2025 Nextellar Labs


Built with ❤️ 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 95.3%
  • CSS 3.5%
  • JavaScript 1.2%