Skip to content

The Operating System for Solopreneurs. Build faster. Manage less.

License

Notifications You must be signed in to change notification settings

Jenilsaija/projectify

Repository files navigation

Projectify 🚀

The Operating System for Solopreneurs. Build faster. Manage less.

Projectify Banner

Projectify is an open-source, self-hostable Project Management System designed specifically for Solo Founders and Indie Hackers. It strips away the complexity of enterprise tools (Jira, Asana) and focuses on what helps you ship: Speed, Clarity, and Cash Flow.

✨ Features

  • 🎯 Project Command: Manage projects with a clean, distraction-free interface.
  • ✅ Task Tracking: Kanban-style (coming soon) and list views for tasks.
  • 📄 Docs & Wikis: Integrated document management for PRDs, notes, and specs.
  • 💸 Finance Module: Track your Burn Rate, Subscriptions, and MRR. Know exactly ho much runway you have.
  • ⚙️ Custom Settings: Currency support ($, €, ₹, etc.) and personalized dashboard.
  • 🎨 Premium UI: Built with TailwindCSS for a "SaaS-native" look and feel. Dark Mode included.

🛠️ Tech Stack

  • Backend: PHP 8.1+ (Vanilla, No heavy frameworks)
  • Frontend: TailwindCSS (CDN), Vanilla JS, Chart.js
  • Database: MySQL / MariaDB
  • Architecture: Custom lightweight MVC (Model-View-Controller)

🚀 Getting Started

Prerequisites

  • PHP 8.0 or higher
  • MySQL or MariaDB
  • Apache/Nginx Web Server

Installation

  1. Clone the repository

    git clone https://github.com/yourusername/projectify.git
    cd projectify
  2. Configure Database

    • Create a new MySQL database (e.g., projectify).
    • Import the schema:
      mysql -u root -p projectify < database/schema.sql
  3. Setup Configuration

    • Copy the example config:
      cp config.example.php config.php
    • Edit config.php with your database credentials.
  4. Serve

    • If using XAMPP/MAMP, move the folder to htdocs.
    • Or use the built-in PHP server:
      php -S localhost:8000

🤝 Contributing

We love contributions! Projectify is built by and for the community. Please verify the CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests.

🗺️ Roadmap

We have big plans for Projectify. Check out our ROADMAP.md to see what's coming next (AI features, Mobile support, and more!).

📄 License

This project is licensed under the MIT License - see the LICENSE file for details.


Star ⭐ this repo if you find it useful!

About

The Operating System for Solopreneurs. Build faster. Manage less.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published