Hello Ruyso

Developer Documentation

Comprehensive guides and references for building with Hello Ruyso's tools.

Getting Started

Installation

npm install @ruyso/sdk
                    

Begin by installing our developer kit. It includes core libraries, CLI tools, and boilerplate projects.

Initial Setup

  1. Clone the starter template from GitHub
  2. Run ruyso init in your project
  3. Configure API keys in .env
  4. Start development server

API Documentation

Core Methods

Method Description Returns
client.init() Initializes the SDK with configuration Promise
client.query() Executes data queries against our services QueryResult | Error
auth.login() Handles user authentication AuthSession | null

Tutorials

Quickstart Guide

Create your first project in under 5 minutes

View Tutorial →

Advanced Architecture

Patterns for large-scale applications

View Tutorial →

Performance Optimization

Speed your application to the max

View Tutorial →

Found a Bug?

Help us improve our documentation by contributing via GitHub. We welcome all suggestions and corrections.