---
name: utils
description: >
  A template webapp with a pure-Python FastAPI backend, frontend templating with Jinja2, and a Postgres database to power user auth. Use when writing Python code that uses the utils package.
compatibility: Requires Python <4.0,>=3.13.
---

# FastAPI Webapp Template

A template webapp with a pure-Python FastAPI backend, frontend templating with Jinja2, and a Postgres database to power user auth

## Installation

```bash
pip install utils
```

## API overview

### Other

Additional exports

- `app`

## Resources

- [Full documentation](https://promptlytechnologies.com/fastapi-jinja2-postgres-webapp/)
- [llms.txt](llms.txt) — Indexed API reference for LLMs
- [llms-full.txt](llms-full.txt) — Comprehensive documentation for LLMs
