GeaStack has released a repository containing example applications and tools designed for developing native applications. These examples are built using TypeScript and CSS, showcasing the capabilities of the GeaStack framework across different platforms.
The examples provided are compatible with a range of targets, including web, embedded systems like ESP32, GeaOS, and Apple devices. This allows developers to see how a single codebase can be adapted for various environments, from simulators to physical hardware.
Each example application is structured as a small package, featuring a `package.json` file that includes a `gea` manifest. This manifest defines the application's ID, name, entry point, runtime, and specifies its compatible targets, such as `web`, `esp32`, and `geaos`.
The repository outlines the workflow for running checks, building, and testing individual examples using standard `npm` commands. It also details how to integrate these examples with the GeaStack simulator and how to flash compatible boards using the Gea CLI, providing a complete development cycle for users.
The GeaStack example applications are released under the MIT License, permitting the shipment of closed-source products built upon them. However, the embedded board support components (targets and `@geastack/chips`) are licensed under GPL-3.0-only, requiring a commercial license for shipping closed-source firmware that utilizes these specific parts.
✨ This summary was generated by AI from the outlets' reporting listed below. It is not independently verified and may contain errors — check the original sources. How BrevFeed works →
One email each morning: the day's tech stories, clustered across outlets and summarized. No account needed.
One email a day. Unsubscribe in one click, any time.
Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.
▶ Play today's briefNew every morning, and the back catalogue is archived by date.
GeaStack offers a repository of example applications and tools for developing native applications using TypeScript and CSS. These examples demonstrate how to build apps compatible with various targets, including web, embedded boards, and Apple devices, using the GeaStack framework.