← All stories
● Covered by 1 source · 1 reportLow impact1 neutral

GeaStack Provides Example Applications for TypeScript and CSS Native App Development

🔄 Updated 1d ago
New to BrevFeed? We gather this story from every outlet covering it into one summary — ranked by real-world impact, not just the latest headline — so you never miss what matters. What is BrevFeed? →

Key points

  • Repository contains example applications for GeaStack.
  • Apps are written in TypeScript and CSS.
  • Supports web, embedded (ESP32), GeaOS, and Apple targets.
  • Each example has a `package.json` with a `gea` manifest.

GeaStack Example Applications Overview

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.

Multi-Platform Compatibility

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.

Application Structure and Manifests

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`.

Development and Testing Workflow

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.

Licensing Information

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 →

The daily brief

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.

Today's brief

Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.

~26 min · 21 stories · Sep 23

▶ Play today's brief Listen on Spotify

New every morning, and the back catalogue is archived by date.

Reporting from

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.