docs/index.md
# Getting started
Freeturn is an open source portfolio and CRM for individual freelance developers.
Based on Django and Wagtail.
## Features
### Portfolio

* minimalistic front page including picture and online identity
* portfolio project pages with all necessary info
* contact form
* [more ->](portfolio.md)
### CV generation

* quick per project CV generation using your project portfolio proven working against HR managers
* Gmail integration, parsing the project description for quick project lead and CV generation
* [more ->](crm.md#cvs)
### CRM

* tracking project leads and budgeting
* clients database
* invoice generation
* [more ->](crm.md)
## Deployment
[](https://heroku.com/deploy?template=https://github.com/eviltnan/freeturn/tree/develop)
or check out freeturn [locally](contribution.md) for development and contribution
Freeturn ->
- thankfully uses Circle CI for CI/CD: [](https://app.circleci.com/pipelines/github/eviltnan/freeturn)
- is MIT licensed: [](https://opensource.org/licenses/MIT)
- thankfully uses end-to-end-tests on browserstack and selenium
- thankfully tracks maintainability with code climate: [](https://codeclimate.com/github/eviltnan/freeturn/maintainability)
[](https://codeclimate.com/github/eviltnan/freeturn/test_coverage)
## Configuration
Freeturn supports a number of service integrations, [configurable over environment variables](configuration.md).