The open source, AI-powered app builder
teta.so »
Build a mobile app by describing it.
Teta is available for macOS. Versions for other platforms are under development. Join Teta Discord to help test the product or just to say hi! 👋
NOTE: Teta is under active development, and is currently in technical preview. This repository is updated regularly.
Teta OSS is a local, AI-powered app builder, available in an open-source version.
This version includes only the editor, designed to work with a single project. The project path must be declared using a .env
file.
Before you start, make sure the following tools are installed on your system:
Teta OSS consists of two main components:
pkgs/server
: A lightweight server app responsible for managing project-related operations. See requirements.apps/desktop
: A Flutter-based desktop application that includes Teta's programming editor. See requirements.
To start using Teta OSS, you need to run both components.