Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alexrudall/rails-ai-book

๐Ÿงจ๐Ÿงจ๐ŸŒŸ FREE BOOK @ RailsAI.com: Ship your AI MVP fast with Rails
https://github.com/alexrudall/rails-ai-book

assistants gpt-4o openai rails ruby

Last synced: 12 days ago
JSON representation

๐Ÿงจ๐Ÿงจ๐ŸŒŸ FREE BOOK @ RailsAI.com: Ship your AI MVP fast with Rails

Awesome Lists containing this project

README

        

# RailsAI

Welcome to the RailsAI Github repo! Feel free to open issues and PRs. Thank you for your contributions.

## Getting started

To get started with the book, first install the npm dependencies:

```bash
npm install
```

Next, run the development server:

```bash
npm run dev
```

Finally, open [http://localhost:3000](http://localhost:3000) in your browser to view the book.

## Global search

This template includes a global search that's powered by the [FlexSearch](https://github.com/nextapps-de/flexsearch) library. It's available by clicking the search input or by using the `โŒ˜K` shortcut.

This feature requires no configuration, and works out of the box by automatically scanning your documentation pages to build its index. You can adjust the search parameters by editing the `/src/markdoc/search.mjs` file.

## Learn more

To learn more about the technologies used in this site template, see the following resources:

- [Tailwind UI](https://tailwindui.com) - This book was built on the TailwindUI Syntax template .
- [Tailwind CSS](https://tailwindcss.com/docs) - the official Tailwind CSS documentation
- [Next.js](https://nextjs.org/docs) - the official Next.js documentation
- [Headless UI](https://headlessui.dev) - the official Headless UI documentation
- [Markdoc](https://markdoc.io) - the official Markdoc documentation
- [Algolia Autocomplete](https://www.algolia.com/doc/ui-libraries/autocomplete/introduction/what-is-autocomplete/) - the official Algolia Autocomplete documentation
- [FlexSearch](https://github.com/nextapps-de/flexsearch) - the official FlexSearch documentation