gui/docs/ref/wails-v3/quick-start/next-steps.mdx
Snider 4bdbb68f46
Some checks failed
Security Scan / security (push) Failing after 9s
Test / test (push) Failing after 1m21s
refactor: update import path from go-config to core/config
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-14 10:26:36 +00:00

34 lines
1.3 KiB
Text

---
title: Next Steps
description: Where to go after building your first app
sidebar:
order: 4
---
You've built your first Wails app and understand the basics. Here's where to go next.
## Learn More
Practice by building complete applications:
- [TODO App](/tutorials/02-todo-vanilla) - CRUD operations, state management, modern UI
- [All Tutorials](/tutorials/overview) - Notes apps, dashboards, system tray apps, and more
## Features
Wails provides native desktop capabilities:
- [Windows](/features/windows/basics) - Multiple windows, frameless windows, positioning
- [Menus](/features/menus/application) - Application menus, context menus, system tray
- [Dialogs](/features/dialogs/file) - File open/save, message dialogs
- [Events](/features/events/system) - Communication between components
- [Bindings](/features/bindings/methods) - Type-safe Go ↔ JavaScript calls
- [Clipboard](/features/clipboard) - Copy/paste operations
- [Drag & Drop](/features/drag-and-drop/files) - File drag and drop
- [Keyboard](/features/keyboard) - Global shortcuts
## Get Help
- [Discord](https://discord.gg/JDdSxwjhGf) - Ask questions, share projects
- [Examples](https://github.com/wailsapp/wails/tree/v3-alpha/v3/examples) - 50+ working examples
- [API Reference](/reference/overview) - Complete documentation