# Website From Scratch

## Essentials Package <mark style="color:green;">($500)</mark>

A primary serverless site starts with a landing page (or homepage). The homepage includes a hero section, a call to action, and maybe some graphics. The landing page can also include product overviews, customer testimonials, and other static content.

<details>

<summary>Custom Theming/Templating</summary>

A website's **theme** gives your site an identity. This includes colors, the size of buttons, and the look and feel of your site.

On the other hand, a **template** defines the standard layout rules for the website, such as typography, spacing between elements, and use of images, cards, and other website elements.

</details>

<details>

<summary>Landing Page</summary>

Your landing page is the first thing your customers see when visiting your website. It includes a hero, a call to action, demonstrations of your top products/services, a welcome video, and customer testimonials.

The landing page is your site's most crucial aspect since it sets your business's first impression.

</details>

<details>

<summary>About Page <mark style="color:green;">($100)</mark></summary>

The About page provides information about your business. What does your company do? What products/services do you offer? Who is the face of your business?

</details>

<details>

<summary>Location/Hours <mark style="color:green;">($100)</mark></summary>

The About page provides information about your business. What does your company do? What products/services do you offer? Who is the face of your business?

</details>

<details>

<summary>Contact Details <mark style="color:green;">($100)</mark></summary>

Contact details give your customer a way to get in contact with you. You can provide phone numbers, email addresses, fax information, locations, etc.

</details>

## Interactive Package <mark style="color:green;">($1,500)</mark>

A customer-interactive site allows the user to engage with your site more meaningfully. They include forms for the user to fill out, estimator tools, reservation/booking systems, etc. Customer-interactive sites are developed with a full back-end, security, and authentication.

{% hint style="info" %}
The interactive package includes all features and add-ons included in the Essentials Package.
{% endhint %}

<details>

<summary>Contact Page</summary>

Like the contact details page, the contact page allows customers to contact you. Usually, it consists of a form that collects customer details and will enable them to message you directly.

</details>

<details>

<summary>Reservation/Booking System</summary>

A reservation/booking system provides a calendar interface for customers or potential customers to book appointments or reserve a table at your restaurant.

</details>

<details>

<summary>Product/Services Gallery</summary>

A gallery displays information in a grid-like manner. The product/services gallery allows you to showcase previous work that you have done, items that you sell, or services that you offer. You can include both images and videos as media.

</details>

### Addons

<details>

<summary>Estimate/Quote Creator <mark style="color:green;">($50)</mark></summary>

The quote creator gives potential customers an estimate of how much your services cost. This information is used when comparing your prices against other firms. The estimate/quote creator is an essential element of most service-based websites.

</details>

<details>

<summary></summary>

</details>

* Estimate/Quote Creator <mark style="color:blue;">($50)</mark>
* Admin Site <mark style="color:blue;">($500)</mark>
* Account Management/Authentication <mark style="color:blue;">($500)</mark>

## CMS + eCommerce <mark style="color:green;">($7,500)</mark>

The CMS + eCommerce plan is a give-and-go site. It has the highest return on investment, as the website pays for itself. We develop the templates, styles, and backend software.

The content management system allows business owners to customize the content however they please

### Included

* Everything in the "Customer-interactive" site (including add-ons)
* Customized Content Management System
* eCommerce Storefront/Point-of-Sales System
* Credit Card Payments

### Addons

* Media Hosting ($500)
* Shipping Label Service Integration ($200)
* Shipment Tracking Service Integration ($200)
* Address Verification System Integration ($200)
*


---

# 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://pricemaster.virajshah.org/website-from-scratch.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.
