Commit graph

11 commits

Author SHA1 Message Date
MrPiglr
374f239e3d
feat: implement design system with consistent layout tokens
- Created design-tokens.ts with standardized width, typography, spacing, padding, and grid constants
- Reduced max-w-7xl to max-w-6xl across homepage and major landing pages (Index, Labs, Realms, Foundation)
- Reduced oversized hero text-7xl to text-6xl for better readability
- Applied consistent design standards to dev platform pages (Templates, Marketplace, CodeExamples, DevLanding)
- Improved visual consistency and content readability site-wide
2026-01-11 01:42:19 +00:00
MrPiglr
25d584fd46
feat: Complete database migration and developer platform
- Applied all 31 pending Supabase migrations successfully
- Fixed 100+ policy/trigger/index duplication errors for shared database
- Resolved foundation_contributions schema mismatch (added user_id, contribution_type, resource_id, points columns)
- Added DROP IF EXISTS statements for all policies, triggers, and indexes
- Wrapped storage.objects operations in permission-safe DO blocks

Developer Platform (10 Phases Complete):
- API key management dashboard with RLS and SHA-256 hashing
- Complete API documentation (8 endpoint categories)
- 9 template starters + 9 marketplace products + 12 code examples
- Quick start guide and SDK distribution
- Testing framework and QA checklist

Database Schema Now Includes:
- Ethos: Artist/guild tracking, verification, tracks, storage
- GameForge: Games, assets, monetization
- Foundation: Courses, mentorship, resources, contributions
- Nexus: Creator marketplace, portfolios, contracts, escrow
- Corp Hub: Invoices, contracts, team management, projects
- Developer: API keys, usage logs, profiles

Platform Status: Production Ready 
2026-01-10 02:05:15 +00:00
Builder.io
5336bcf0c2 Prettier format pending files 2025-10-18 22:41:08 +00:00
Builder.io
8c30b793f0 Add Link import to Realms
cgen-5be6126e1ee344a888d71b0bc8496fbe
2025-10-18 22:30:57 +00:00
Builder.io
0a29ccbfd0 Inject Contributor Network and Teams Hiring sections into Realms
cgen-369592ed22e549f88905cf959e86ff4d
2025-10-18 22:30:51 +00:00
Builder.io
85e96c5969 Prettier format pending files 2025-10-18 22:21:46 +00:00
Builder.io
0777188c1a Make Realms page auth-aware actions
cgen-c5fe0daa914041348af9840fdd302532
2025-10-18 21:40:21 +00:00
Builder.io
f4dc20cc54 Remove duplicate realm cards and add single CTA
cgen-89fb8ed8aefd4c599e2c12e001f12879
2025-10-18 21:35:28 +00:00
Builder.io
d0720406dd Add RealmSwitcher (realm & path) to Realms page
cgen-438a8f98cfae467f96c0ee5389d6d12b
2025-10-18 21:33:26 +00:00
Builder.io
cb5512ddd6 Activate realm directly from Realms page
cgen-3ce843d26f7245029ff5ffc74e69adba
2025-10-18 21:30:36 +00:00
Builder.io
baa0aeef52 Create Realms page replacing Portal
cgen-9de8378890f445e88dd8c08944e4521c
2025-10-18 21:27:41 +00:00