Getting Started
This guide will help you install Neova and get started with your first project.
System Requirements
Section titled “System Requirements”- macOS 12.0 (Monterey) or later
- Apple Silicon (M1, M2, M3, or later)
- 4GB RAM minimum (8GB recommended)
- 500MB disk space
Installation
Section titled “Installation”- Download the latest version of Neova from the homepage
- Open the downloaded
.dmgfile - Drag Neova to your Applications folder
- Launch Neova from Applications
Creating Your First Project
Section titled “Creating Your First Project”When you first open Neova, you’ll see the project selector. Here’s how to get started:
1. Create a New Project
Section titled “1. Create a New Project”Click New Project and choose a folder for your project. Neova will create a .neova folder to store your tasks, snippets, and templates.
2. Set Up Stages
Section titled “2. Set Up Stages”Navigate to Settings > Stages to customize your workflow stages. Default stages include:
- Backlog - Ideas and future tasks
- Prepare - Tasks being planned
- Implement - Active development
- Review - Code review and testing
- Done - Completed tasks
3. Create Your First Task
Section titled “3. Create Your First Task”Click the + button to create a new task. Add:
- A descriptive title
- Tags for organization
- A detailed description (supports Markdown)
4. Build a Prompt
Section titled “4. Build a Prompt”Open the Prompt Builder to create instructions for your AI assistant:
## Task: {{task.title}}
### Context{{snippet:project-context}}
### Requirements{{task.description}}
### InstructionsPlease implement this feature following our coding standards.Next Steps
Section titled “Next Steps”- Explore the Snippet Library to create reusable content
- Learn about Templates for dynamic prompts
- Check out Keyboard Shortcuts for power users
Need Help?
Section titled “Need Help?”If you run into issues, check the FAQ or visit our GitHub repository for support.