Need Help?

Stuck on a problem? Join our active developer community.

Developer Slack

Project 280 Documentation

Comprehensive resources to help you create interactive experiences

Getting Started

Installation


# Project 280 CLI
npm install -g @280/cli

# Create a new project
npx 280 create my-project

Your First Command

Once installed, run the help command to see available options.

npx 280 --help

Core Concepts

1

Realtime

Collaborate in real-time with live editing and multiplayer features

2

Intelligent

AI-powered suggestions and smart code completion

3

Cross-Platform

Deploy to web, mobile, desktop, and AR/VR with one codebase

API Reference

Canvas API


// Create an interactive canvas
const canvasElement = new Canvas({
  width: 800,
  height: 600,
  backgroundColor: '#1e1e1e'
});

// Add interactivity
canvasElement.addEventListener('mousemove', (event) => {
  // Respond to user input
});

Smart Components


// AI-powered UI components
const aiAssistant = SmartComponent.create('assistant', {
  knowledgeBase: 'medical-ai-training',
  interface: 'voice',
  interfaceType: 'assistant'
});

Frequently Asked

Ready to Level Up Your Development?

Master advanced concepts and explore our complete set of tools.

Launch Your Vision