Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alexrudall/rails-ai-book
- Owner: alexrudall
- License: cc-by-sa-4.0
- Created: 2024-01-17T17:06:59.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-29T19:53:04.000Z (6 months ago)
- Last Synced: 2025-01-03T19:46:17.170Z (14 days ago)
- Topics: assistants, gpt-4o, openai, rails, ruby
- Language: JavaScript
- Homepage: https://railsai.com
- Size: 1.42 MB
- Stars: 52
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE_CODE.md
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