Learn how to build your first app with the App SDK
Create a developer account
Create a new app
Develop your app
npx attio init [your-app-slug]
. For example, if your app slug is my-first-app
you would enter npx attio init your-first-app
. Your app slug can be found on the app details page in our Developer dashboard.Next you need to cd
into the newly created project folder and run npm install
.Now that’s complete all that’s left to do is start running your app locally. To do this run npx attio dev
in the project directory.It will ask you to choose a workspace to develop your app in. We recommend creating a separate workspace for development that isn’t your main production Attio workspace. Once you choose a workspace you will be redirected to install the app.Install your app
Try out your app
Make changes
hello-world-dialog.tsx
. And try changing some of the code in the dialog.Hit save. Head back to Attio, close your dialog and re-open it by clicking the action button again. You should see your changes live.Well done! You’re now well on your way to building apps in Attio.