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)