Skip to main content

Quick Start

The best way to learn Nativeline is by building. These tutorials walk you through creating real apps — from simple to sophisticated.

Choose Your Tutorial

Your First App

⏱️ 10 minutesCreate your first iOS app. Learn the basics: describing your idea, using the wizard, and making changes.Perfect for: Complete beginners

Your First iPad App

⏱️ 15 minutesBuild an iPad app with sidebar navigation. Learn to take advantage of the larger screen with split-view layouts.Perfect for: Building iPad-specific apps

Your First Mac App

⏱️ 15 minutesBuild a native Mac app that runs on your desktop. Learn macOS patterns like keyboard shortcuts and menu bars.Perfect for: Building native Mac apps

Todo App

⏱️ 30 minutesBuild a task manager with local storage. Learn to add items, complete them, and persist data.Perfect for: Learning CRUD operations

Weather App

⏱️ 45 minutesBuild a weather app with live data. Learn to work with APIs, location, and real-time updates.Perfect for: Learning API integration

Photo Gallery

⏱️ 30 minutesBuild a photo gallery with camera access. Learn to capture photos and browse your library.Perfect for: Learning device features

Notes App

⏱️ 45 minutesBuild a notes app with cloud sync. Learn to integrate Supabase for authentication and storage.Perfect for: Learning cloud integration

Learning Path

If You’re Brand New

Start here and work your way through:
  1. Your First App — Learn the basics
  2. Your First iPad App — Build for iPad
  3. Your First Mac App — Build for Mac
  4. Todo App — Understand data and storage
  5. Choose your interest: Photos, Weather, or Notes

If You Want Cloud Features

Jump to the Notes App tutorial to learn Supabase integration, then apply those concepts to your own ideas.

If You’re a Visual Learner

Start with the Photo Gallery — it’s visual, interactive, and you’ll see results immediately.

What You’ll Learn

Each tutorial teaches specific skills:
TutorialYou’ll Learn
Your First AppWizard, chat interface, basic prompts
Your First iPad AppiPad layouts, sidebar navigation, split views
Your First Mac AppmacOS patterns, keyboard shortcuts, native windows
Todo AppLists, forms, local storage, state management
Weather AppAPI calls, location services, data display
Photo GalleryCamera access, photo library, image display
Notes AppAuthentication, cloud database, real-time sync

Before You Start

Make sure you have:

Nativeline Installed

Download and install if you haven’t already

Account Created

Create an account to save your projects

Tips for Success

Begin with basic functionality. Once it works, add features one at a time. This approach uses fewer bits and creates more stable apps.
Instead of “make it look better,” say “add 16pt padding and rounded corners to the cards.” Specific requests get better results and use fewer bits.
After each change, interact with your app in the Simulator. Catching issues early is easier than fixing them later.
Watch the code previews and tool cards to understand what the AI is building. If something seems wrong, you can give feedback or use /planclear to start fresh.
Your first version won’t be perfect — and that’s fine! Building apps is iterative. Keep refining until you’re happy.

Ready to Build?

Start with Your First App

Create your first iPhone, iPad, or Mac app in minutes — no coding required