φ is for perfection · U is for you — phiUture is where the two meet.
phiUture is a technology and creative studio engineered by Bitan Paul. It is the umbrella for a growing ecosystem of production-grade AI & data products, agentic systems, automation workflows, applications, games — and an equally serious creative practice of original music and film.
Every product and every piece of creative work is measured against the same standard, drawn from the golden ratio (φ ≈ 1.618): harmonious, considered, capable underneath, and effortless on the surface. This repository hosts the phiUture showcase website — the single place where the philosophy, the engineer, the products, and the creative releases all come together.
phiUture builds across six disciplines — each crafted with precision and purpose.
| Discipline | What it means |
|---|---|
| 🧩 Applications | Web & mobile apps engineered for performance and delight. |
| 🧠 AI | Agents and models that reason, generate, and decide. |
| ⚙️ Automation | Workflows that quietly do the work while you sleep. |
| 📊 Data | Pipelines and dashboards that turn raw data into decisions. |
| 🔬 Research | Experiments probing what technology can do next. |
| 🎮 Games | Playable ideas — mechanics, polish, and a little fun. |
Crafted with AI, not by it.
Beyond is the creative half of phiUture: original music and film, made by hand with AI brought in as a collaborator in the room — never as the author.
- 🎵 Music — original records, written, arranged, and mastered as real releases, streaming on Spotify.
- 🎬 Video — the songs as films: official audio and lyrical pieces edited into finished releases.
- 🖼️ Images — a composed, art-directed visual collection, taking shape now.
A modern single-page experience with scroll-scrubbed cinematic scenes, glassmorphism, and content that updates live from JSON — deployed on Vercel.
The site is a PWA — Chrome and Edge (desktop and Android) offer an install button once you've looked around, and on iOS it's Share → Add to Home Screen. Installed, it runs full-screen with its own icon, launcher shortcuts to Products / Beyond / Contact, and a branded offline page for when there's no connection.
The service worker (public/sw.js) is deliberately conservative: HTML is always fetched
from the network first, and only content-hashed /assets/ output is served cache-first.
That ordering is the whole design — a cached document is how a PWA ends up pinning visitors
to a build the server no longer has.
Two layers, because they solve different problems.
In the app — api/_rateLimit.js gives the content proxy a per-IP fixed-window limit
(60 requests/minute). That's the one route that spends a function invocation and an upstream
fetch, so it's the one worth guarding in code.
At the edge — nothing in this repo can throttle a request that never reaches it, and static pages never invoke a function at all. That has to happen upstream:
npm i -g vercel && vercel login && vercel link
bash scripts/setup-firewall.sh # stages WAF rate-limit + probe rules in log modeThe script stages every rule in log mode and does not publish — it prints the staged
rollout to follow (log → review real traffic → enforce). Vercel's platform DDoS mitigation
(L3/L4/L7) is already on for every project with no configuration, and traffic it blocks
isn't billed. During an active attack(s), vercel firewall attack-mode enable --duration 1h
is the switch.
This project is licensed under the phiUture Proprietary License. See the LICENSE file for full license text.
Welcome to phiUture — Beautiful Technology. Centered Around You. Shaping Tomorrow.
Inspired by the Golden Ratio (φ), our name represents beautiful, intelligent engineering, while the "U" stands for You—placing people at the center of every solution we build.
phiUture is an AI-first software company creating intelligent products, automation systems, and modern digital experiences. This channel documents the journey of building practical AI solutions, from concept to deployment.
Here you'll find:
• AI applications and product demos
• AI agents and automation workflows
• Web and mobile app showcases
• Machine Learning and Data Engineering projects
• Product launches and development insights
• UI/UX and software engineering content
• Tutorials, experiments, and future innovations
| Personal | Business | Artist |
|---|---|---|
2024 · © phiUture · All Rights Reserved





