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
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:- Your First App — Learn the basics
- Todo App — Understand data and storage
- 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:| Tutorial | You’ll Learn |
|---|---|
| Your First App | Wizard, chat interface, basic prompts |
| Todo App | Lists, forms, local storage, state management |
| Weather App | API calls, location services, data display |
| Photo Gallery | Camera access, photo library, image display |
| Notes App | Authentication, 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
Start simple, add complexity
Start simple, add complexity
Begin with basic functionality. Once it works, add features one at a time. This approach uses fewer bits and creates more stable apps.
Be specific in your prompts
Be specific in your prompts
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.
Test as you go
Test as you go
After each change, interact with your app in the Simulator. Catching issues early is easier than fixing them later.
Watch the AI work
Watch the AI work
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.Don't be afraid to iterate
Don't be afraid to iterate
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 iOS app in 10 minutes — no coding required