@titas_mallick/wedding-site-gen 1.0.0 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +23 -4
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,6 +1,25 @@
1
- # Titas & Sukanya's Wedding: A Modern AI-Powered Platform
1
+ # AI-Powered Wedding Website Generator 💍
2
2
 
3
- A comprehensive, interactive, and intelligent web application built for the wedding of Titas and Sukanya. This platform serves as a digital invitation hub, a real-time event assistant, and a collaborative memory wall.
3
+ Create a stunning, interactive, and intelligent wedding website in seconds. This tool scaffolds a complete Next.js application tailored to your wedding.
4
+
5
+ ## 🚀 Quick Start (No Installation Required)
6
+
7
+ Simply run the following command in your terminal:
8
+
9
+ ```bash
10
+ npx @titas_mallick/wedding-site-gen
11
+ ```
12
+
13
+ ### What happens next?
14
+ 1. **Interactive Setup**: The CLI will ask for:
15
+ - Groom & Bride Names
16
+ - Wedding Date & Location Details
17
+ - Admin Email (for managing guestbook & song requests)
18
+ - UPI ID (for digital gifts)
19
+ 2. **Scaffolding**: It will generate a new folder with your personalized wedding website.
20
+ 3. **Deployment Ready**: Follow the onscreen instructions to install dependencies and start your site!
21
+
22
+ ---
4
23
 
5
24
  ## ✨ Core Features
6
25
 
@@ -55,7 +74,7 @@ NEXT_PUBLIC_CLOUDINARY_UPLOAD_PRESET= # Should be an 'Unsigned' preset
55
74
  ```
56
75
 
57
76
  ### 2. Admin Access
58
- The email **`titas@titas.titas`** is hardcoded as the primary administrator. When logged in with this account:
77
+ The configured admin email has primary administrator privileges. When logged in with this account:
59
78
  - **Guestbook**: A delete button appears on all guest photos.
60
79
  - **Song Requests**: "Mark as Played" and "Delete" controls are enabled in the queue.
61
80
  - **Updates**: Ability to post and refine messages via AI.
@@ -80,4 +99,4 @@ To enable guest uploads:
80
99
  - `/components/ConciergeBot.tsx`: The sitewide AI assistant component.
81
100
 
82
101
  ## 📜 License
83
- This project is private and intended for the wedding of Titas Mallick & Sukanya Saha.
102
+ This project is open-source and intended for wedding celebrations.
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@titas_mallick/wedding-site-gen",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "bin": {
5
- "create-wedding-site": "./cli.mjs"
5
+ "wedding-gen": "./cli.mjs"
6
6
  },
7
7
  "scripts": {
8
8
  "dev": "next dev --turbopack",