# Welcome

Welcome to the [Lightning Rails](https://lightningrails.com) Wiki! This documentation serves as a comprehensive guide for developers looking to kickstart their projects with our Ruby on Rails boilerplate.

Lightning Rails provides a **set of pre-configured tools and design components**, so you can launch your MVP at lightning speed. Whether you're a **beginner or intermediate developer**, this wiki will help you navigate through the features and functionalities of Lightning Rails, ensuring a smooth development experience.

Explore the sections to find installation instructions, configuration details, troubleshooting tips, and much more.

Happy Creating!

***

**Current Version 1.5  (30/06/2025)**

> **Ruby:** 3.3.6 (Previously 3.3.5)
>
> **Rails:** 8.0.0 (Previously 7.0.8.4)
>
> **Bundler:** 2.5.2p
>
> **Postgresql**: 14.8
>
> **tailwindcss:** v4.1.10
>
> **DaisyUI:** 5.0.43
>
> **Puma:** 6.5.0

### Jump right in

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>Access Lightning Rails, The best Ruby on Rails Boilerplate for solopreneurs.</td><td></td><td><a href="https://2221554152-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FPCf6vtFuZEPHXJd7JfIe%2Fuploads%2FqQkHdVueHsUsw0oidw5x%2FScreenshot%202024-08-16%20at%2016.37.58.png?alt=media&#x26;token=64da8e4f-b3a4-4cfd-9112-fbf751df7b28">Screenshot 2024-08-16 at 16.37.58.png</a></td><td></td><td></td></tr><tr><td><strong>Getting Started</strong></td><td>Clone the repo and get your server started</td><td><a href="https://2221554152-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FPCf6vtFuZEPHXJd7JfIe%2Fuploads%2FCQjE3xFrYsfYDwf0CDRY%2FScreenshot%202024-08-16%20at%2016.04.24.png?alt=media&#x26;token=8baf723e-7d6b-4eba-be4f-6a8a3fa767be">Screenshot 2024-08-16 at 16.04.24.png</a></td><td></td><td><a href="getting-started">getting-started</a></td></tr><tr><td><strong>Themes and styling</strong></td><td>Make the project your own by defining a theme and landing page components</td><td><a href="https://2221554152-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FPCf6vtFuZEPHXJd7JfIe%2Fuploads%2FZO6tl44TAXtdPnnz6nnv%2FScreenshot%202024-08-16%20at%2016.35.19.png?alt=media&#x26;token=c3e5c08b-69e6-47be-b4c1-19851999e61d">Screenshot 2024-08-16 at 16.35.19.png</a></td><td></td><td><a href="getting-started/publish-your-docs">publish-your-docs</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.lightningrails.com/readme.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.
