Wails Documentation
Official docs for Wails — build beautiful cross-platform desktop apps using Go and web technologies.
CRITICAL: grep references/ for keywords before answering.
Reference Index (54 docs)
Getting Started
references/introduction.mdx— What is Wailsreferences/howdoesitwork.mdx— Architecture overviewreferences/gettingstarted/installation.mdx— Installationreferences/gettingstarted/firstproject.mdx— First projectreferences/gettingstarted/development.mdx— Development workflowreferences/gettingstarted/building.mdx— Building for production
Runtime API
references/reference/runtime/intro.mdx— Runtime API overviewreferences/reference/runtime/window.mdx— Window managementreferences/reference/runtime/dialog.mdx— File/message dialogsreferences/reference/runtime/clipboard.mdx— Clipboard accessreferences/reference/runtime/events.mdx— Event system (Go ↔ JS)references/reference/runtime/menu.mdx— Application menusreferences/reference/runtime/draganddrop.mdx— Drag and dropreferences/reference/runtime/notification.mdx— System notificationsreferences/reference/runtime/screen.mdx— Screen inforeferences/reference/runtime/browser.mdx— Open URLs in browserreferences/reference/runtime/log.mdx— Logging
Reference
references/reference/cli.mdx— CLI commands (init, dev, build, doctor)references/reference/options.mdx— Application optionsreferences/reference/menus.mdx— Menu configurationreferences/reference/project-config.mdx— wails.json project config
Guides (30 docs)
references/guides/frontend.mdx— Frontend frameworksreferences/guides/angular.mdx— Angular integrationreferences/guides/sveltekit.mdx— SvelteKit integrationreferences/guides/routing.mdx— Frontend routingreferences/guides/frameless.mdx— Frameless windowsreferences/guides/file-association.mdx— File associationsreferences/guides/custom-protocol-schemes.mdx— Custom protocolsreferences/guides/dynamic-assets.mdx— Dynamic assetsreferences/guides/crossplatform-build.mdx— Cross-platform buildingreferences/guides/signing.mdx— Code signingreferences/guides/mac-appstore.mdx— Mac App Store submissionreferences/guides/windows-installer.mdx— Windows installer (NSIS)references/guides/single-instance-lock.mdx— Single instance lockreferences/guides/notifications.mdx— Notifications guidereferences/guides/obfuscated.mdx— Code obfuscationreferences/guides/troubleshooting.mdx— Troubleshootingreferences/guides/migrating.mdx— Migration from v2
Tutorials
references/tutorials/helloworld.mdx— Hello World tutorialreferences/tutorials/dogsapi.mdx— Dogs API tutorial