Skip to main content

Create a New Application

Applications are the top-level containers for organizing your string resources, languages, and API tokens.
1

Navigate to Applications

Go to Applications page (/apps) from the sidebar
2

Click New App

Click the New App button in the top right
3

Fill in Details

Complete the application form:
  • App Name (required) - Choose a descriptive name
  • Description (optional) - Add context for your team
4

Create

Click Create Application to save
Use clear naming conventions like “iOS Production” or “Android Beta” to easily identify apps

View Application Details

Each application has multiple views to help you manage your content:
1

Open Application

Navigate to Applications page and click on any application card
2

Explore Tabs

View the available tabs:
  • Overview - App statistics and details
  • Languages - All configured languages
  • Strings - String resources for this app
  • API Tokens - Associated authentication tokens

Overview Tab

The overview provides quick insights:
  • Total string count
  • Active languages
  • API token count
  • Recent activity
  • Quick action buttons

Edit Application Settings

Modify your application’s configuration:
1

Open Application

Click on the application you want to edit
2

Access Settings

Click the Settings button in the header
3

Modify Details

Update the following:
  • App name
  • Description
4

Save Changes

Click Save Changes to update

Delete an Application

Deleting an app permanently removes all associated:
  • String resources
  • Languages
  • API tokens
This action cannot be undone.
1

Navigate to Applications

Go to the Applications page
2

Find Application

Locate the application you want to delete
3

Click Delete

Click the delete icon (trash) on the application card
4

Confirm Deletion

Confirm the deletion in the dialog that appears

Dashboard Quick Actions

From the main dashboard, you can quickly create a new app:

From Dashboard

Click Create New App shortcut on the dashboard

From Applications Page

Click New App button on the /apps page

Application Statistics

Each application card displays key metrics:
MetricDescription
Total StringsNumber of string resources across all languages
Active LanguagesNumber of languages configured
API TokensNumber of active tokens for this app
Last UpdatedMost recent modification timestamp

Best Practices

Name apps by platform and environment:
  • ✅ “iOS Production”
  • ✅ “Android Staging”
  • ✅ “Web Dashboard”
  • ❌ “App1”, “Test”, “New”
Include information about:
  • Platform (iOS, Android, Web)
  • Environment (Production, Staging, Development)
  • Purpose or team ownership
  • Special configuration notes
  • Archive or delete unused applications
  • Use consistent naming conventions
  • Document app purposes in descriptions
Create separate apps for different environments:
MyApp - Production
MyApp - Staging
MyApp - Development

Next Steps