WealthFromAI commited on
Commit
ae417fd
·
verified ·
1 Parent(s): cf2be7e

FORGE-X: Upload source (e4be3ea1-notion-template.zip)

Browse files
README.md CHANGED
@@ -1,13 +1,51 @@
1
  ---
2
- title: Chatgpt Custom Gpt Builder Framework E4be
3
- emoji: 🚀
4
  colorFrom: blue
5
- colorTo: red
6
  sdk: gradio
7
- sdk_version: 6.14.0
8
- python_version: '3.13'
9
  app_file: app.py
10
  pinned: false
 
 
 
 
 
 
 
 
 
 
 
 
11
  ---
 
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: "ChatGPT Custom GPT Builder Framework"
3
+ emoji: 🤖
4
  colorFrom: blue
5
+ colorTo: indigo
6
  sdk: gradio
7
+ sdk_version: 4.44.0
 
8
  app_file: app.py
9
  pinned: false
10
+ license: mit
11
+ tags:
12
+ - nlp
13
+ - text-generation
14
+ - productivity
15
+ - ai-tools
16
+ - personal
17
+ - goals
18
+ - master
19
+ - system
20
+ - ai
21
+ - notion
22
  ---
23
+ # ChatGPT Custom GPT Builder Framework
24
 
25
+ ChatGPT Custom GPT Builder Framework a professional-grade notion template for ai productivity professionals. Built for production use with comprehensive documentation, instant setup, and regular updates included. Save hours of development time with this ready-to-deploy solution. Includes setup guide, configuration templates, and best practices. One-time purchase at $24.99 with lifetime access and free updates. Perfect for teams and solo developers who need a reliable, tested notion template solution without building from scratch.
26
+
27
+ ## 🚀 Usage
28
+
29
+ 1. Click **Use in Spaces** above to run the demo directly
30
+ 2. Or clone the repository and run locally:
31
+
32
+ ```bash
33
+ git clone https://huggingface.co/spaces/WealthFromAI/chatgpt-custom-gpt-builder-framework-e4be
34
+ cd chatgpt-custom-gpt-builder-framework-e4be
35
+ pip install -r requirements.txt
36
+ python app.py
37
+ ```
38
+
39
+ ## 💰 Pricing
40
+
41
+ - **Demo**: Free on Hugging Face Spaces
42
+ - **Full Source Code**: $24.99
43
+ - Available on [Gumroad](https://gumroad.com) and [Whop](https://whop.com)
44
+
45
+ ## 📄 License
46
+
47
+ MIT License — free to use, modify, and distribute.
48
+
49
+ ---
50
+
51
+ *Built with [FORGE-X](https://github.com/WealthFromAI) — automated digital product engine*
e4be3ea1/HOW_TO_IMPORT.md ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # How to Import — ChatGPT Custom GPT Builder Framework
2
+
3
+ ## Method 1: Duplicate Template (Recommended)
4
+ 1. Click the template link from your purchase receipt
5
+ 2. Click the **Duplicate** button (top right)
6
+ 3. Select your workspace
7
+ 4. Done!
8
+
9
+ ## Method 2: CSV Import
10
+ If you want to start fresh and import only the data:
11
+
12
+ 1. Create a new **Database (Full page)** in Notion
13
+ 2. Click **··· > Import CSV**
14
+ 3. Upload `sample_data.csv` from this package
15
+ 4. Map each column to the correct property type
16
+ 5. Recreate the property types from `database_schema.json`
17
+
18
+ ## Method 3: Notion API (Advanced)
19
+ Use `template_config.json` with the Notion API to programmatically create pages:
20
+
21
+ ```bash
22
+ curl -X POST https://api.notion.com/v1/pages \
23
+ -H "Authorization: Bearer YOUR_TOKEN" \
24
+ -H "Notion-Version: 2022-06-28" \
25
+ -H "Content-Type: application/json" \
26
+ -d @template_config.json
27
+ ```
28
+
29
+ ## Troubleshooting
30
+
31
+ **Q: My CSV didn't import correctly**
32
+ A: Ensure column names exactly match the property names in Notion
33
+
34
+ **Q: Relations aren't working**
35
+ A: Relations must be set up manually after importing — Notion doesn't support relation imports via CSV
36
+
37
+ **Q: I can't find the template link**
38
+ A: Check your purchase receipt email or platform dashboard
e4be3ea1/QUICK_START.md ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Quick Start — ChatGPT Custom GPT Builder Framework
2
+
3
+ ## 5-Minute Setup
4
+
5
+ 1. **Duplicate** the template to your workspace
6
+ 2. **Customize** the Select options in each database
7
+ 3. **Import** `sample_data.csv` to populate with examples
8
+ 4. **Create** your first real entry
9
+ 5. **Share** with your team
10
+
11
+ ## Key Features Checklist
12
+
13
+ - [ ] Start using the template
14
+
15
+ ## Keyboard Shortcuts
16
+
17
+ | Shortcut | Action |
18
+ |----------|--------|
19
+ | `/` | Open command menu |
20
+ | `@` | Mention a person or page |
21
+ | `[[` | Link to a page |
22
+ | `Ctrl/⌘ + P` | Quick search |
23
+ | `Ctrl/⌘ + /` | Edit block type |
e4be3ea1/SETUP_GUIDE.md ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # ChatGPT Custom GPT Builder Framework — Setup Guide
2
+
3
+ ## Overview
4
+
5
+
6
+
7
+ **Use Case:** ai_productivity
8
+ **Niche:** ai_productivity
9
+
10
+ ## What's Included
11
+
12
+ - Full-featured workspace
13
+
14
+ ## Files in This Package
15
+
16
+ | File | Purpose |
17
+ |------|---------|
18
+ | `database_schema.json` | Full database structure and property definitions |
19
+ | `sample_data.csv` | Sample rows to populate databases |
20
+ | `SETUP_GUIDE.md` | This guide |
21
+ | `QUICK_START.md` | Get running in 5 minutes |
22
+ | `HOW_TO_IMPORT.md` | Import instructions |
23
+ | `template_config.json` | Machine-readable config for automation |
24
+
25
+ ## Setup Steps
26
+
27
+ ### Step 1: Duplicate the Template
28
+ 1. Open the Notion template link (provided after purchase)
29
+ 2. Click **Duplicate** in the top-right
30
+ 3. Choose your workspace
31
+
32
+ ### Step 2: Customize Properties
33
+ 1. Open each database
34
+ 2. Edit the **Select** options to match your categories
35
+ 3. Remove properties you don't need
36
+
37
+ ### Step 3: Import Sample Data
38
+ 1. Open each database
39
+ 2. Click **··· > Import CSV**
40
+ 3. Upload `sample_data.csv`
41
+ 4. Map columns to properties
42
+
43
+ ### Step 4: Set Up Views
44
+ Create views for your workflow:
45
+ - **Board view** for Kanban-style status tracking
46
+ - **Calendar view** for date-based planning
47
+ - **Table view** for bulk editing
48
+ - **Gallery view** for visual browsing
49
+
50
+ ### Step 5: Connect Related Databases
51
+ Use Relations and Rollups to connect databases and aggregate data.
52
+
53
+ ## Tips
54
+
55
+ - Pin this database to your sidebar for quick access
56
+ - Use filters to create focused views (e.g., "My Tasks", "This Week")
57
+ - Enable reminders on date properties for deadline alerts
58
+ - Share with collaborators via the Share menu
59
+
60
+ ## Support
61
+
62
+ Questions? Reach out via your purchase platform's messaging system.
63
+
64
+ ---
65
+ *Generated: 2026-05-04*
e4be3ea1/database_schema.json ADDED
@@ -0,0 +1,105 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "main_database": {
3
+ "name": "ChatGPT Custom GPT Builder Framework \u2014 Tasks",
4
+ "properties": {
5
+ "Name": {
6
+ "type": "title"
7
+ },
8
+ "Status": {
9
+ "type": "select",
10
+ "options": [
11
+ "Not Started",
12
+ "In Progress",
13
+ "Review",
14
+ "Done",
15
+ "Blocked"
16
+ ]
17
+ },
18
+ "Priority": {
19
+ "type": "select",
20
+ "options": [
21
+ "Critical",
22
+ "High",
23
+ "Medium",
24
+ "Low"
25
+ ]
26
+ },
27
+ "Due Date": {
28
+ "type": "date"
29
+ },
30
+ "Assignee": {
31
+ "type": "person"
32
+ },
33
+ "Tags": {
34
+ "type": "multi_select",
35
+ "options": [
36
+ "Design",
37
+ "Dev",
38
+ "Marketing",
39
+ "Research"
40
+ ]
41
+ },
42
+ "Effort": {
43
+ "type": "select",
44
+ "options": [
45
+ "XS",
46
+ "S",
47
+ "M",
48
+ "L",
49
+ "XL"
50
+ ]
51
+ },
52
+ "Project": {
53
+ "type": "relation",
54
+ "database": "projects_database"
55
+ },
56
+ "Notes": {
57
+ "type": "rich_text"
58
+ }
59
+ }
60
+ },
61
+ "projects_database": {
62
+ "name": "ChatGPT Custom GPT Builder Framework \u2014 Projects",
63
+ "properties": {
64
+ "Name": {
65
+ "type": "title"
66
+ },
67
+ "Status": {
68
+ "type": "select",
69
+ "options": [
70
+ "Planning",
71
+ "Active",
72
+ "On Hold",
73
+ "Complete",
74
+ "Archived"
75
+ ]
76
+ },
77
+ "Start Date": {
78
+ "type": "date"
79
+ },
80
+ "Target Date": {
81
+ "type": "date"
82
+ },
83
+ "Owner": {
84
+ "type": "person"
85
+ },
86
+ "Progress": {
87
+ "type": "number",
88
+ "format": "percent"
89
+ },
90
+ "Budget": {
91
+ "type": "number",
92
+ "format": "dollar"
93
+ },
94
+ "Category": {
95
+ "type": "select",
96
+ "options": [
97
+ "Internal",
98
+ "Client",
99
+ "Research",
100
+ "Growth"
101
+ ]
102
+ }
103
+ }
104
+ }
105
+ }
e4be3ea1/sample_data.csv ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ Name,Status,Priority,Due Date,Assignee,Tags,Effort,Project,Notes
2
+ "Sample Item 1","In Progress","High","2026-01-15","Nick","Tag A","S","Sample Project 1","Sample Notes 1"
3
+ "Sample Item 2","Review","Medium","2026-02-15","Nick","Tag A","M","Sample Project 2","Sample Notes 2"
4
+ "Sample Item 3","Done","Low","2026-03-15","Nick","Tag A","L","Sample Project 3","Sample Notes 3"
5
+ "Sample Item 4","Blocked","Critical","2026-04-15","Nick","Tag A","XL","Sample Project 4","Sample Notes 4"
6
+ "Sample Item 5","Not Started","High","2026-05-15","Nick","Tag A","XS","Sample Project 5","Sample Notes 5"
e4be3ea1/template_config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "template_id": "e4be3ea1",
3
+ "title": "ChatGPT Custom GPT Builder Framework",
4
+ "description": "",
5
+ "niche": "ai_productivity",
6
+ "version": "1.0.0",
7
+ "created_at": "2026-05-04T23:14:14.067228",
8
+ "databases": [
9
+ "main_database",
10
+ "projects_database"
11
+ ],
12
+ "features": []
13
+ }