railsai
railsai copied to clipboard
๐งจ๐งจ๐ FREE BOOK @ RailsAI.com: Ship your AI MVP fast with Rails
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:
npm install
Next, run the development server:
npm run dev
Finally, open http://localhost:3000 in your browser to view the book.
Global search
This template includes a global search that's powered by the 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 - This book was built on the TailwindUI Syntax template .
- Tailwind CSS - the official Tailwind CSS documentation
- Next.js - the official Next.js documentation
- Headless UI - the official Headless UI documentation
- Markdoc - the official Markdoc documentation
- Algolia Autocomplete - the official Algolia Autocomplete documentation
- FlexSearch - the official FlexSearch documentation