https://github.com/zmsp/apps
app home page
https://github.com/zmsp/apps
Last synced: 4 days ago
JSON representation
app home page
- Host: GitHub
- URL: https://github.com/zmsp/apps
- Owner: zmsp
- Created: 2026-06-02T16:30:44.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-07-10T23:53:53.000Z (13 days ago)
- Last Synced: 2026-07-11T01:04:18.414Z (13 days ago)
- Language: Astro
- Size: 12.1 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Apps by ZPrime Labs Portfolio
A professional, responsive, and minimalist one-page static website to showcase my mobile applications. Built with [Astro](https://astro.build/) and optimized for deployment on Cloudflare Pages.
## Apps Showcased
### AddaBoard
Turn your saved social links into actionable plans automatically. AddaBoard uses advanced AI to organize your digital life visually.
### TalkClosely
Move past small talk with curated questions designed to spark meaningful conversations and build stronger relationships.
### Period Tracker
A privacy-first Flutter period tracker with fast daily logging and cycle insights.
### Link Generator
Create and share social network and messaging links effortlessly. The ultimate tool for creators and professionals.
### Instaboard Link Saver
The smartest way to organize your Instagram saves and web links. AI-powered extraction, categorization, and smart actions.
### Team Maker Buddy
**Team Maker Buddy** is a professional squad and roster management application designed for referees, coaches, and sports organizers. It simplifies the process of creating balanced teams, managing player queues, and tracking game progress. Features fair team balancing, scoreboard tools, player queues, and tournament scheduling — built for Android, iOS, and Web.
## 🚀 Getting Started
First, install the dependencies:
```bash
npm install
```
Then, start the development server:
```bash
npm run dev
```
Open [http://localhost:4321](http://localhost:4321) with your browser to see the result.
## 🛠️ Build & Deployment
To build a production-ready version of the site:
```bash
npm run build
```
This will generate the static files in the `dist/` directory, which can be deployed to Cloudflare Pages or any other static hosting provider.