From 0dfa49b450ea030731327fa779833a1511d2647c Mon Sep 17 00:00:00 2001 From: mbrailtown <86018182+mbrailtown@users.noreply.github.com> Date: Tue, 12 May 2026 09:58:54 -0700 Subject: [PATCH] Add initial README with project overview and links --- README.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..071a5d0 --- /dev/null +++ b/README.md @@ -0,0 +1,34 @@ +# Welcome the Railengine examples repository + +## Getting started + +1. Sign up for a free account at [Railengine](https://railengine.ai) +2. Choose your stack or use case from below + +### Apps/Agents + +[.NET](https://github.com/RailtownAI/railengine-examples/tree/main/CSharp) + +[TypeScript](https://github.com/RailtownAI/railengine-examples/tree/main/TypeScript) + +[Python](https://github.com/RailtownAI/railengine-examples/tree/main/Python) + +### AIoT + +[Arduino](https://github.com/RailtownAI/railengine-ingest-arduino-sdk/tree/main) + +[Embedded Swift](https://github.com/RailtownAI/railengine-ingest-embedded-swift-sdk) + +[MicroPython](https://github.com/RailtownAI/railengine-examples/tree/main/MicroPython) + +[.NET nanoFramework](https://github.com/RailtownAI/railengine-examples/tree/main/nanoframework) + +### Use cases + +[Metrics/Status Page](https://github.com/RailtownAI/railengine-examples/tree/main/CSharp/Examples/RailenginePoweredStatusPage) + +[Expense Tracker](https://github.com/RailtownAI/railengine-examples/tree/main/TypeScript/nextjs-expense-tracker) + +[Food Diary](https://github.com/RailtownAI/railengine-examples/tree/main/TypeScript/nextjs-food-diary) + +[Thermometer](https://github.com/RailtownAI/railengine-examples/tree/main/MicroPython)