First Steps
This guide will walk you through creating your first Akinon UI extension in minutes. By the end, you'll have a working extension running locally and understand the development workflow.
Prerequisites
Verify Your Setup
# Check Node.js version
node --version
# Should output v24.5.0 or higher
# Check npm version
pnpm --versionQuick Start: Create Your First Extension
pnpm create akinon-app@latest my-first-extensionInteractive Setup
Understanding Extension Types
Development Workflow
1. Start Your Extension
2. Test in Development Shell
3. Make Your First Changes
4. Add a New Component
Project Structure Explained
Plugin Project Structure
Key Files
Using Akinon UI Kit Components
Layout Components
Form Components
Data Display Components
Communicating with the Shell
Accessing Shared Data
Invoking Shell Actions
Navigation
Internationalization (i18n)
Adding Translations
Using Translations
Testing Your Extension
Running Tests
Writing Tests
Building for Production
Deployment
Next Steps
Dive Deeper
Common Tasks
Get Help
Troubleshooting
Extension not loading in shell
Components not styling correctly
Cannot communicate with shell
Summary
Last updated
Was this helpful?

