Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ PUBLIC_UMAMI_WEBSITE_ID=
# Base site URL used for absolute links
PUBLIC_SITE_URL=https://thecubeindex.com

# Ko‑fi support page URL (shown on Support page)
PUBLIC_KOFI_URL=
# Deployment channel label for UI cues
PUBLIC_DEPLOYMENT_CHANNEL=production
34 changes: 33 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,38 @@
**Live:** [cubeindex.netlify.app](https://cubeindex.netlify.app)
**Beta:** [cubeindexbeta.netlify.app](https://cubeindexbeta.netlify.app)

<p align="center">
<img src="static\images\CubeIndex-Pixel-Art.png" alt="CubeIndex Logo" width="160" />
</p>

<p align="center">
<strong>Track your cubes, unlock achievements, and explore the world's largest cube database.</strong><br/>
</p>

<p align="center">
<a href="https://thecubeindex.com/discord"><img src="https://img.shields.io/discord/1360562604535447732?logo=discord&label=Discord" /></a>
<a href="https://github.com/cubeindex-project/CubeIndex/stargazers"><img src="https://img.shields.io/github/stars/cubeindex-project/CubeIndex" /></a>
<a href="https://github.com/cubeindex-project/CubeIndex/blob/main/LICENSE"><img src="https://img.shields.io/badge/License-Apache%202.0-green" /></a>
</p>

<details>
<summary>📸 See Screenshots</summary>
<br/>
<div align="center" style="display: flex; flex-wrap: wrap; justify-content: center; gap: 12px;">
<img src="static/images/readme/cubeindex_home.png" alt="Home" style="max-width:48%;height:auto;border-radius:8px;" />
<img src="static/images/readme/cubeindex_collection.png" alt="Collection" style="max-width:48%;height:auto;border-radius:8px;" />
<img src="static/images/readme/cubeindex_price_tracking.png" alt="Price Tracking" style="max-width:48%;height:auto;border-radius:8px;" />
</div>
</details>

---

### 🚀 Tech & Deploy

**Built with:** SvelteKit · Tailwind · Supabase · TypeScript
**Live:** [cubeindex.netlify.app](https://cubeindex.netlify.app)
**Beta:** [cubeindexbeta.netlify.app](https://cubeindexbeta.netlify.app)

[![Netlify Status](https://api.netlify.com/api/v1/badges/d3a625d9-afd1-48a1-a431-f8855eaedbb8/deploy-status)](https://app.netlify.com/projects/cubeindex/deploys)

---
Expand All @@ -54,8 +86,8 @@ npm run dev
- `PUBLIC_SUPABASE_URL` / `PUBLIC_SUPABASE_ANON_KEY`: Frontend Supabase access
- `DATABASE_URL`: Postgres connection (server-side)
- `PUBLIC_SITE_URL`: Absolute base URL
- `PUBLIC_DEPLOYMENT_CHANNEL`: Build-time deployment channel (`production` or `beta`) toggles the Beta UI label
- `PUBLIC_UMAMI_SRC` / `PUBLIC_UMAMI_WEBSITE_ID`: Analytics (optional)
- `PUBLIC_KOFI_URL`: Ko‑fi support link displayed at `/pricing` (Support)

---

Expand Down
Loading