Overview
Nelson excels at building complete applications. Whether it’s a REST API, a CLI tool, or a full-stack web app, Nelson can help you go from zero to working code.Building a REST API
Let’s walk through building a complete TODO API with Nelson.Step 1: Project Setup
- Initialize package.json
- Install dependencies (express, typescript, etc.)
- Create tsconfig.json
- Set up basic folder structure
Step 2: Define the Data Model
Step 3: Implement Endpoints
Step 4: Add Validation
Step 5: Add Tests
Step 6: Verify Everything Works
Building a CLI Tool
Example: A File Organizer CLI
Building a Web App
Example: A React Dashboard
Using Nelson Loop for App Building
For complex apps, use Nelson Loop to let the AI iterate until everything works:Tips for Building Apps
Start with Structure
Ask Nelson to set up the project structure first
Build Incrementally
Add features one at a time, testing as you go
Let Nelson Read
Before adding to existing code, let Nelson read the current files
Use Tests
Ask Nelson to write tests - they help verify the implementation
