{% extends 'core/base.html' %} {% block title %}Home | Nature In Pots{% endblock %} {% block content %}

Welcome to Nature In Pots

Your internal platform for comprehensive plant tracking, propagation history, and collaborative logging.

Free to use for the time being
(A future subscription or licensing model may be introduced as needed.)

Plant Profiles

Quickly create and manage detailed records—type, names, lineage, notes, and custom slugs for easy sharing.

Grow Logs

Maintain a timeline of growth metrics, health events, substrate mixes, and propagation notes.

Image Gallery

Upload, rotate, and feature photos for each plant. Community voting and one-click “featured” selection.

Lineage Tracking

Visualize parent–child relationships with a graph powered by Neo4j—track every cutting, seed, and division.

Pricing & Transfers

Securely log acquisition costs, resale prices, and ownership changes—with history retained and protected.

Import & Export

Bulk-import plants and media via CSV/ZIP. Export your entire dataset and images for backups or reporting.

{% if current_user.is_authenticated %} View My Plants Import Data {% else %} Register Now Log In {% endif %}
{% endblock %}