Getting started with Thena
Welcome to Thena! This guide will help you get started with the Thena platform and build your first AI-powered application.Prerequisites
Before you begin, make sure you have:- A Thena account (sign up at thena.ai/signup)
- Basic understanding of web development concepts
- Familiarity with JavaScript/TypeScript (recommended)
Step 1: Create your first project
- Log in to your Thena account.
- Navigate to the dashboard.
- Click on “New Project” in the top right corner.
- Enter a name for your project and select a template.
- Click “Create Project” to continue.
Step 2: Explore the App Studio
The App Studio is your workspace for building AI-powered applications. It provides a visual interface and powerful tools to create, test, and deploy your applications without extensive coding. Key features of the App Studio include:- Visual Builder: Drag-and-drop interface for application development.
- Templates: Pre-built templates for common use cases.
- Testing Tools: Built-in tools for testing and debugging.
- Deployment Options: One-click deployment to various environments.
Step 3: Configure your application
- In the App Studio, navigate to the “Settings” tab.
- Configure your application settings, including:
- Application name and description
- Authentication methods
- API access controls
- Environment variables
Step 4: Build your application
- Use the Visual Builder to create your application interface.
- Add AI components from the component library.
- Configure each component according to your requirements.
- Connect components to create workflows.
Step 5: Test your application
- Click on the “Test” button in the top navigation.
- Use the built-in testing tools to verify your application’s functionality.
- Debug any issues that arise during testing.
Step 6: Deploy your application
- Once you’re satisfied with your application, click on “Deploy” in the top navigation.
- Select your deployment environment.
- Configure deployment settings.
- Click “Deploy” to publish your application.
Next steps
Congratulations! You’ve created and deployed your first Thena application. Here are some next steps to continue your journey:- Explore the Guides for building Thena applications.
- Learn about the platform features in detail.
- Join our community forum to connect with other developers.