# Project Examples

For reference, the Neurelo public github repos contain several examples built using Neurelo SDKs and APIs in various programming languages

* Built with Neurelo SDKs: <https://github.com/neurelo-public/neurelo-sdk-examples>
* Built with Neurelo APIs: <https://github.com/neurelo-public/neurelo-api-examples>

## Projects built using Neurelo SDKs

Location: <https://github.com/neurelo-public/neurelo-sdk-examples>

<table><thead><tr><th width="150">Language	</th><th width="243">Frameworks</th><th>Link</th></tr></thead><tbody><tr><td>TypeScript (PostgreSQL)</td><td>Next.js, TailwindCSS, Radix</td><td><a href="https://github.com/neurelo-public/neurelo-sdk-examples/blob/main/typescript/nextjs">https://github.com/neurelo-public/neurelo-sdk-examples/blob/main/typescript/nextjs</a></td></tr><tr><td>TypeScript (MongoDB)</td><td>Next.js, TailwindCSS, Radix</td><td><a href="https://github.com/neurelo-public/neurelo-sdk-examples/blob/main/typescript-mongo/nextjs">https://github.com/neurelo-public/neurelo-sdk-examples/blob/main/typescript-mongo/nextjs</a></td></tr><tr><td>Javascript</td><td>React, Express, TailwindCSS</td><td><a href="https://github.com/neurelo-public/neurelo-sdk-examples/blob/main/javascript/express-react">https://github.com/neurelo-public/neurelo-sdk-examples/blob/main/javascript/express-react</a></td></tr><tr><td>Go</td><td>HTMX, TailwindCSS, Go-Fiber</td><td><a href="https://github.com/neurelo-public/neurelo-sdk-examples/blob/main/go/fiber-htmx">https://github.com/neurelo-public/neurelo-sdk-examples/blob/main/go/fiber-htmx</a></td></tr><tr><td>Python</td><td>FastAPI, Jinja, TailwindCSS</td><td><a href="https://github.com/neurelo-public/neurelo-sdk-examples/blob/main/python/fastapi-jinja">https://github.com/neurelo-public/neurelo-sdk-examples/blob/main/python/fastapi-jinja</a></td></tr></tbody></table>

## Projects built using Neurelo APIs

Location: <https://github.com/neurelo-public/neurelo-api-examples>

<table><thead><tr><th width="153">Language</th><th>API</th><th></th></tr></thead><tbody><tr><td>PHP</td><td>REST</td><td><a href="https://github.com/neurelo-public/neurelo-api-examples/blob/main/php/vanilla">https://github.com/neurelo-public/neurelo-api-examples/blob/main/php/vanilla</a></td></tr><tr><td>Rust</td><td>REST</td><td><a href="https://github.com/neurelo-public/neurelo-api-examples/blob/main/rust-rest-api">https://github.com/neurelo-public/neurelo-api-examples/blob/main/rust-rest-api</a></td></tr><tr><td>Java</td><td>REST</td><td><a href="https://github.com/neurelo-public/neurelo-api-examples/blob/main/java/springboot">https://github.com/neurelo-public/neurelo-api-examples/blob/main/java/springboot</a></td></tr><tr><td>Haskell</td><td>REST</td><td><a href="https://github.com/neurelo-public/neurelo-api-examples/blob/main/haskell-openapi">https://github.com/neurelo-public/neurelo-api-examples/blob/main/haskell-openapi</a></td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.neurelo.com/project-examples.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
