SkillAgentSearch skills...

Craftplan

Self-hosted software for managing artisanal D2C micro-businesses

Install / Use

/learn @puemos/Craftplan
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<p align="center"> <img width="80" alt="GitHub-Banner" src="https://github.com/user-attachments/assets/7277558e-dd2a-4f4a-8853-e3a7caa816e7" /> <h3 align="center">Craftplan</h3> <p align="center">Open-source ERP for small-scale artisanal manufacturers and craft businesses</p> </p> <p align="center"> <a href="LICENSE"><img src="https://img.shields.io/badge/license-AGPLv3-blue.svg" alt="License: AGPLv3"></a> <img src="https://img.shields.io/badge/elixir-%7E%3E%201.15-purple.svg" alt="Elixir ~> 1.15"> <img src="https://img.shields.io/badge/phoenix-%7E%3E%201.8-orange.svg" alt="Phoenix ~> 1.8"> </p> <div align="center">

Live Demo

<details> <summary>🔑 Demo Credentials</summary> <br>

Email: test@test.com Password: Aa123123123123

</details> </div>

Craftplan brings all essential business tools into one platform: catalog management, inventory control, order processing, production planning, purchasing, and CRM, so you can get off the ground quickly without paying for multiple separate platforms.

Manage overview with schedule, make sheet, and completion snapshot

Features

Catalog & BOM

  • Product catalog with photos and labels
  • Versioned Bills of Materials — edit latest, older versions read-only
  • Automatic cost rollups across nested BOMs
  • Labor steps with time and cost tracking

Orders & Invoices

  • Customer order processing with calendar-based scheduling
  • Invoice generation
  • Order item allocation to production batches

Production

  • Production batching with automatic material consumption
  • Cost snapshots per batch
  • Completion workflow with produced quantity tracking

Inventory

  • Raw material management with lot traceability
  • Stock movements (consume, receive, adjust)
  • Allergen and nutritional fact tracking
  • Demand forecasting and reorder planning

Purchasing

  • Purchase orders and supplier management
  • Receiving into stock with lot creation

CRM

  • Customer and supplier database
  • Order history and statistics

Import / Export

  • CSV bulk import for products, materials, and customers
  • CSV export

Email

  • Transactional email delivery configurable from the UI
  • SMTP, SendGrid, Mailgun, Postmark, Brevo, and Amazon SES
  • API keys encrypted at rest

Calendar Feed

  • iCal (.ics) subscription URL for Google Calendar, Apple Calendar, or any iCal-compatible app
  • Includes order deliveries and production batch schedules
  • Generate and revoke feeds from Settings

API

  • JSON:API and GraphQL endpoints for programmatic access
  • API key authentication with encrypted storage
  • CORS configuration

Access Control

  • Admin and staff roles
  • Policy-based authorization on all resources

Global Search

  • Command palette (Cmd+K / Ctrl+K) for instant access to any record
  • Fuzzy search across products, materials, orders, customers, and batches

Screenshots

<table> <tr> <td><img src="screenshots/catalog-recipe.webp" alt="BOM editor" width="400"></td> <td><img src="screenshots/orders.webp" alt="Order management" width="400"></td> </tr> <tr> <td><img src="screenshots/inventory-forecast.webp" alt="Inventory forecasting" width="400"></td> <td><img src="screenshots/search.webp" alt="Global search command palette" width="400"></td> </tr> <tr> <td><img src="screenshots/settings.webp" alt="Settings and email configuration" width="400"></td> <td></td> </tr> </table>

Tech Stack

Elixir · Ash Framework · Phoenix LiveView · PostgreSQL · Tailwind CSS

Getting Started

Deploy Craftplan on your own server. No need to clone the repo:

curl -O https://raw.githubusercontent.com/puemos/craftplan/main/docker-compose.yml
curl -O https://raw.githubusercontent.com/puemos/craftplan/main/.env.example
cp .env.example .env   # Fill in the required secrets (see .env.example)
docker compose up -d

This starts Craftplan, PostgreSQL, and MinIO with migrations running automatically.

See the self-hosting guide for single-container mode, Railway deployment, reverse proxy setup, and more.

Development Setup

For contributors who want to work on the codebase. Prerequisites: Docker, Elixir ~> 1.15, Erlang/OTP 27

docker compose -f docker-compose.dev.yml up -d   # Start PostgreSQL + MinIO + Mailpit
mix setup               # Install deps, migrate, build assets, seed
mix phx.server          # Start at localhost:4000

See the development setup guide for detailed instructions.

Why Craftplan?

  • Purpose-built for artisanal manufacturing — not a generic ERP adapted to fit; workflows are designed around small-batch, made-to-order production
  • Allergen & nutritional tracking — first-class support for food and beverage producers who need to track ingredients and generate nutrition labels
  • BOM versioning with cost rollups — iterate on recipes and formulas while keeping full history and accurate costing
  • Self-hosted, no vendor lock-in — your data stays on your infrastructure, backed by PostgreSQL

Documentation

Contributing

Contributions are welcome. For major changes, please open an issue first to discuss your proposal.

mix test       # Run the test suite
mix format     # Format code (Styler, Spark, Tailwind, HEEx)

Commits follow the convention: type(scope): description (e.g., feat(batching):, fix(orders):, ui(production):).

License

This project is licensed under the AGPLv3 License. See the LICENSE file for details.

Support

View on GitHub
GitHub Stars1.1k
CategoryDevelopment
Updated42m ago
Forks50

Languages

Elixir

Security Score

100/100

Audited on Mar 31, 2026

No findings