Frontal Studio is the integrated development environment (IDE) for building, testing, and deploying AI agents and modern applications on the Frontal platform.
Frontal Studio provides a rich, extensible interface for configuring agents, managing data sources, and monitoring agent performance. It is built on top of the robust Code-OSS foundation with specialized extensions for AI development.
For details on how to use Frontal Studio, check out our documentation.
- Install Node.js: Ensure you have Node.js (v20 or later) and Bun installed.
- Install Dependencies: Run
bun installin the root directory.
- Start Dev Server:
bun dev - Run Tests:
bun test - Build:
bun run build - Lint:
bun run lint
Please see the Contributing Guidelines for details on our code of conduct and the process for submitting pull requests.
Frontal Studio is released under the MIT license.