> For the complete documentation index, see [llms.txt](https://reyvaleza.gitbook.io/vibe.d-tutorial/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://reyvaleza.gitbook.io/vibe.d-tutorial/build-web-apps-with-vibe.d.md).

# Build web apps with Vibe.d

Vibe.d is an app development framework written in the D language. However, an expert-level knowledge of D is **not** required to develop apps in Vibe.d. Its simplicity and productivity is so impressive. And when you deploy, if you made things right, there is only one executable file to deploy. No CLR or JVM to install, no fiddling with Apache config files to launch a library or interpreter.

Vibe.d and its simplicity is even more impressive when compared to the complexity of Spring / Hibernate and the technologies needed just to build a simple application. Yes, Java is fantastic, fantastically complex. The Java language itself isn’t that complex but it is the ecosystem built around it that made things what they are. People cannot get that simplicity is the summit of sophistication: it means the creator(s) labored so hard to make things simple.

There is a dearth of tutorials on Vibe.d. That is what this author found out when trying to re-learn Vibe.d, hence this tutorial.

An older PDF version is freely downloadable here:

{% embed url="<https://raw.githubusercontent.com/reyvaleza/vibed/main/BuildWebAppsinVibe.pdf>" %}

and the newer PDF version is here:

<https://github.com/reyvaleza/vibed/blob/main/BuildTimekeepWithVibe.pdf>

A user pointed out that PDF files are not an ideal source for learning as copying and pasting has some problems, especially with page breaks.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://reyvaleza.gitbook.io/vibe.d-tutorial/build-web-apps-with-vibe.d.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
