> For the complete documentation index, see [llms.txt](https://docs.sevenpens.com/drawtab/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sevenpens.com/drawtab/apps/apps-for-beginners.md).

# Apps for beginners

## verview

This is my curated list of apps that are simple and inexpensive (or free). These apps are ideal for children, or for someone who just wants something basic.

* For other options consult this [List of apps](/drawtab/apps/list-of-apps.md).
* If you are interested in understanding apps in general: [Apps](/drawtab/apps.md)

## Options

* [Procreate](/drawtab/catalog/apps/procreate.md) (iOS) [Procreate notes](broken://pages/IMqyk4G3aleEqfJffyBv)
* [HiPaint](/drawtab/catalog/apps/hipaint.md) (Android, iOS)
  * Basically a clone of Procreate
  * [ArtRage](broken://pages/q2nxS4JFfbvUSFOJ7rBv)(Windows, macOS, iOS, Android)
* [Infinite Painter](/drawtab/catalog/apps/infinite-painter.md) - (Android, iOS)
  * Similar to procreate
* [Concepts app](/drawtab/catalog/apps/concepts-app.md) - (Windows, Android, iOS, ChromeOS)
* **Photopea** - <https://www.photopea.com/> (web)
  * Basically an online version of photoshop
* **Sketchbook Pro** (MacOS, Windows, Android, iOS)
* **PenUp** - this is app is optimized for Samsung Galaxy Books.

## Videos

* [Brad Colbow - Rating the Best Free Drawing Apps for Beginners](https://www.youtube.com/watch?v=imlsPOof69k) 2025-05-14
* [Brad Colbow - The Best Windows Drawing Apps for Beginners](https://www.youtube.com/watch?v=2cPf1-AnsJI) 2024-10-26


---

# 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://docs.sevenpens.com/drawtab/apps/apps-for-beginners.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.
