Skip to content

Appriyo/appriyo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

140 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Appriyo Logo Appriyo – Official Website

License: Proprietary Security: Responsible Disclosure PRs: Welcome Issues: Welcome React Tailwind CSS Vite AI-Powered

Modern, responsive website for Appriyo β€” an AI-powered digital transformation and software solutions company focused on solving real-world business problems through simple, efficient, and practical technology.

πŸ‘‰ Visit Live Website πŸ‘ˆ


πŸ“‹ Table of Contents


🌟 Overview

This repository contains the official web presence of Appriyo β€” an AI-powered digital transformation and software solutions company serving small to medium businesses, startups, and service providers.

Our Core Identity:

  • Problem-first, not technology-first β€” We solve real business problems
  • Simplicity over complexity β€” Practical solutions that actually work
  • Long-term value over short-term gain β€” Systems that remain maintainable
  • AI-assisted, not AI-led β€” Technology serves the problem, not the other way around

The website showcases:

  • Our core services (Business Automation, Custom Software, AI Integration)
  • Real-world products built from actual problems
  • Company values and working principles
  • Core team information
  • Contact and consultation pathways

Built with clarity, responsibility, and long-term thinking.


🎯 Live Purpose

Purpose Description
Present Services Clearly communicate our AI-powered automation services
Build Trust Convey professionalism, technical capability, and reliability
Educate Businesses Help SMBs understand how to replace manual workflows
Enable Contact Make it easy to start a conversation about operational inefficiencies

🧩 Website Sections

The website delivers a clean, structured experience:

Section Description
Hero AI-powered digital transformation positioning
Services Business Process Automation, Custom Software, AI Integration, Consulting
Solutions Problem-driven solutions with measurable outcomes
Why Appriyo Simplicity, practicality, long-term partnership
Our Approach Direct collaboration, transparency, problem-first methodology
About Company principles, working style, and core team
Contact Consultation for replacing manual workflows
Footer Company info, legal links, and social connections

πŸ’° Core Services

Appriyo offers ONLY these focused services:

Service Description
Business Process Automation Replace repetitive manual tasks with automated workflows
Custom Business Software Build tools tailored to replace paper-based/inefficient systems
AI Integration & Smart Systems AI-powered assistants and smart automation workflows
Digital Transformation Consulting Analyze operations, identify inefficiencies, implement solutions

❌ What We Don't Do

  • Generic website-only projects (unless part of system)
  • One-off freelance tasks without long-term value
  • Projects without clear business impact
  • Pure design-only work without functionality

πŸš€ Our Products (Built from Real Problems)

  • Amar Repair - Repair store management system
  • Amar Batch - Teacher/Batch management system
  • Amar Card - NFC digital contact card

πŸ›  Tech Stack

Technology Purpose
React 18 UI Library
Vite Build tool & development server
Tailwind CSS Utility-first styling
DaisyUI Component library on top of Tailwind
JavaScript (ES6+) Core language
HTML5 & CSS3 Markup and base styles

Architecture: Component-first, designed for easy scaling into a multi-page application.


πŸš€ Getting Started

Prerequisites

  • Node.js (v18 or higher)
  • npm or yarn or pnpm

Installation

# Clone the repository
git clone https://github.com/Appriyo/appriyo-website.git

# Navigate to project directory
cd appriyo-website

# Install dependencies
npm install

# Start development server
npm run dev

The site will be available at http://localhost:5173

Build for Production

npm run build
npm run preview

πŸ“ Project Structure

appriyo-website/
β”‚
β”œβ”€β”€ docs/                        # πŸ“š ALL documentation lives here
β”‚   β”‚
β”‚   β”œβ”€β”€ 01-foundation/           # Core identity & non-changing docs
β”‚   β”‚   β”œβ”€β”€ appriyo_constitution.md
β”‚   β”‚   β”œβ”€β”€ design.md
β”‚   β”‚   └── content.md
β”‚   β”‚
β”‚   β”œβ”€β”€ 02-product/              # What we are building
β”‚   β”‚   β”œβ”€β”€ product.md
β”‚   β”‚   β”œβ”€β”€ sitemap.md
β”‚   β”‚   β”œβ”€β”€ pages.md
β”‚   β”‚   └── user_flow.md
β”‚   β”‚
β”‚   β”œβ”€β”€ 03-engineering/          # How we build it
β”‚   β”‚   β”œβ”€β”€ architecture.md
β”‚   β”‚   β”œβ”€β”€ components.md
β”‚   β”‚   β”œβ”€β”€ coding_guidelines.md
β”‚   β”‚   └── performance.md
β”‚   β”‚
β”‚   β”œβ”€β”€ 04-operations/           # Process & execution
β”‚   β”‚   β”œβ”€β”€ roadmap.md
β”‚   β”‚   β”œβ”€β”€ testing.md
β”‚   β”‚   └── deployment.md
β”‚   β”‚
β”‚   β”œβ”€β”€ 05-legal/                # Legal & compliance
β”‚   β”‚   β”œβ”€β”€ terms.md
β”‚   β”‚   β”œβ”€β”€ privacy.md
β”‚   β”‚
β”‚   └── 06-company/              # Internal company info
β”‚       └── teams.md
β”‚
β”œβ”€β”€ public/                      # Static assets
β”‚   β”œβ”€β”€ images/
β”‚   β”œβ”€β”€ icons/
β”‚   └── logo/
β”‚
β”œβ”€β”€ src/
β”‚   β”‚
β”‚   β”œβ”€β”€ components/              # Reusable UI components
β”‚   β”‚   β”œβ”€β”€ ui/                  # Buttons, cards, inputs
β”‚   β”‚   β”œβ”€β”€ layout/              # Navbar, footer, containers
β”‚   β”‚   └── common/              # Shared small components
β”‚   β”‚
β”‚   β”œβ”€β”€ sections/                # Page sections (Hero, Services)
β”‚   β”‚   β”œβ”€β”€ home/
β”‚   β”‚   β”œβ”€β”€ services/
β”‚   β”‚   β”œβ”€β”€ products/
β”‚   β”‚   └── shared/
β”‚   β”‚
β”‚   β”œβ”€β”€ pages/                   # Route-level pages
β”‚   β”‚   β”œβ”€β”€ Home.jsx
β”‚   β”‚   β”œβ”€β”€ Services.jsx
β”‚   β”‚   β”œβ”€β”€ Products.jsx
β”‚   β”‚   β”œβ”€β”€ About.jsx
β”‚   β”‚   └── Contact.jsx
β”‚   β”‚
β”‚   β”œβ”€β”€ data/                    # Static content/data
β”‚   β”‚   β”œβ”€β”€ services.js
β”‚   β”‚   β”œβ”€β”€ products.js
β”‚   β”‚   └── navigation.js
β”‚   β”‚
β”‚   β”œβ”€β”€ styles/                  # Tailwind + global styles
β”‚   β”‚   β”œβ”€β”€ globals.css
β”‚   β”‚   └── theme.js
β”‚   β”‚
β”‚   β”œβ”€β”€ utils/                   # Helper functions
β”‚   β”‚
β”‚   └── App.jsx                  # Main application
β”‚
β”œβ”€β”€ .github/                     # GitHub templates & workflows
β”‚   β”œβ”€β”€ ISSUE_TEMPLATE/          # Bug, feature, security templates
β”‚   β”‚   β”œβ”€β”€ bug_report.md
β”‚   β”‚   β”œβ”€β”€ feature_request.md
β”‚   β”‚   └── security.md
β”‚   β”œβ”€β”€ PULL_REQUEST_TEMPLATE.md
β”‚   β”œβ”€β”€ CODEOWNERS
β”‚   └── workflows/
β”‚
β”œβ”€β”€ README.md                    # Project overview (you are here)
β”œβ”€β”€ LICENSE.txt                  # Proprietary license
β”œβ”€β”€ TEAMS.md                     # Core team information
β”œβ”€β”€ PRIVACY.md                   # Privacy policy
β”œβ”€β”€ TERMS.md                     # Terms of service
β”œβ”€β”€ SECURITY.md                  # Security policy
└── package.json

🎨 Design & UI

Feature Status
Fully responsive (desktop, tablet, mobile) βœ… Complete
Dark / Light theme support βœ… Complete
Clean typography and spacing βœ… Complete
Readability and trust focus βœ… Complete
Cross-browser compatibility βœ… Complete
Accessibility (WCAG 2.1 AA) πŸ”„ In Progress

Design Collaboration: UI/UX design by Preota, implemented in code with pixel-level attention.


πŸ”§ Planned Improvements

  • Convert sections into dedicated routes (/services, /solutions, /about)
  • Add React Router for scalable navigation
  • SEO optimization with meta tags and structured data
  • Analytics integration (privacy-friendly)
  • Blog / Insights section focused on automation & AI for SMBs
  • Product pages for Amar Repair, Amar Batch, Amar Card
  • Performance optimizations (Core Web Vitals)
  • Contact form with validation and email integration

🀝 Team & Collaboration

Role Team Member Main Responsibilities
Development & Architecture Shahajalal Mahmud Tech decisions, code review, security, architecture
UI & Design Preota Saha Frontend architecture, design systems, themes
Testing & QA Md Munna Sardar Quality assurance, testing strategy, bug verification
Marketing & Social Media Hazera Islam Mim Brand communication, content strategy, visual assets

πŸ“– Detailed team information: See TEAMS.md


πŸ“ Company Information

Detail Information
Company Name Appriyo Technologies
Industry AI-Powered Digital Transformation & Software Solutions
Location Khulna, Bangladesh
Service Area Remote services worldwide
Email contact@appriyo.com
Phone +880 1410394038
Office Hours Sunday – Thursday, 9:00 AM – 6:00 PM (GMT+6)

πŸ“š Documentation

File Description
TEAMS.md Core team member profiles and responsibilities
PRIVACY.md Privacy policy covering data collection and usage
TERMS.md Terms of service for website use
SECURITY.md Security vulnerability reporting policy
LICENSE.txt Proprietary license (viewing only, no commercial use)

Issue & Pull Request Templates

Template Purpose
bug_report.md Report bugs or unexpected behavior
feature_request.md Suggest improvements or new features
security_vulnerability.md Private security vulnerability reporting
PULL_REQUEST_TEMPLATE.md PR checklist and review process
CODEOWNERS Automatic code review assignment

🀝 Contributing

Appriyo is a proprietary project maintained by the core team.

For Team Members (Internal)

  • Follow the Pull Request Template
  • Ensure all checks pass before requesting review
  • Reference related issues in PR descriptions

For External Contributors

We appreciate bug reports and security disclosures:

Note: Direct code contributions from external contributors require explicit permission due to proprietary licensing.


πŸ“œ License

Appriyo Proprietary License

Copyright (c) 2026 Appriyo. All rights reserved.

This project is proprietary and maintained by Appriyo.
Unauthorized commercial use, reproduction, or redistribution is not permitted.

You MAY view the source code for educational or reference purposes.
You MAY fork the repository for personal, non-commercial use.

You MAY NOT use this project for commercial purposes, redistribute it,
claim it as your own, or use Appriyo branding without permission.

πŸ“§ For licensing inquiries: contact@appriyo.com


πŸ’¬ Final Note

Appriyo exists to solve problemsβ€”not to build software for the sake of building software.

Problem-first, not technology-first. Simplicity over complexity. Practical over theoretical.

We help small and medium businesses replace manual workflows with simple, automated, and AI-assisted systems. We build systems that remain maintainable long after launch. We partner with businesses β€” we don't just write code for them.


πŸ“ž Contact

Method Details
Email contact@appriyo.com
Phone +880 1410394038
LinkedIn Appriyo on LinkedIn
GitHub github.com/Appriyo

Built with React, Tailwind CSS, and DaisyUI
Β© 2026 Appriyo Technologies. All rights reserved.


Small team. Direct communication. Long-term responsibility.
Helping businesses replace manual work with simple, AI-powered systems.
```

Key Changes Made Based on Core Identity

Area Change
Tagline Updated to reflect "AI-powered digital transformation and software solutions"
Overview Added Core Identity section with 4 key principles from the constitution
Services Section Completely revamped to match the 4 core services from Β§5 of the constitution
"What We Don't Do" Added clear boundaries from Β§5 (services Appriyo will NOT focus on)
Products Section Added Amar Repair, Amar Batch, Amar Card from Β§6 (Product Strategy)
Purpose Changed "replace manual workflows" language to match primary focus from Β§2
Blog Plans Changed to "automation & AI for SMBs" (aligned with target market from Β§4)
Industry Updated to "AI-Powered Digital Transformation & Software Solutions"
Final Note Replaced with the exact final principle from Β§12 of the constitution
Footer Added the one-line positioning from Β§11

About

Official web presence of Appriyo IT Solutions; a high-performance, component-driven platform showcasing scalable software services and problem-centric digital solutions.

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors