An open API service indexing awesome lists of open source software.

https://github.com/itsown3r/first-lynx-app

First app with Lynx. It can open the door by connecting to a ESP32 and it also has a 'Chat with AI' page.
https://github.com/itsown3r/first-lynx-app

ai-chat esp32 lynx lynxjs

Last synced: 4 months ago
JSON representation

First app with Lynx. It can open the door by connecting to a ESP32 and it also has a 'Chat with AI' page.

Awesome Lists containing this project

README

          

## Pics

![photo_2025-03-19_23-41-10](https://github.com/user-attachments/assets/7de19bfb-b954-4dea-b53e-38920a63b150)

![photo_2025-03-19_23-41-17](https://github.com/user-attachments/assets/2453f5ae-642a-48ca-ab13-e9d929e2664c)

## Rspeedy project

This is a ReactLynx project bootstrapped with `create-rspeedy`.

## Getting Started

First, install the dependencies:

```bash
pnpm install
```

Then, run the development server:

```bash
pnpm run dev
```

Scan the QRCode in the terminal with your LynxExplorer App to see the result.

You can start editing the page by modifying `src/App.tsx`. The page auto-updates as you edit the file.