Coding
PromptBeginner5 minmarkdown
Markdown Converter
Agent skill for markdown-converter
7
AI-gestützter Page Builder mit WordPress-Integration.
Sign in to like and favorite skills
AI-gestützter Page Builder mit WordPress-Integration.
app/ (auth)/ # Login/Signup (editor)/ # Page Editor api/ ai/ # AI Generation v1/sites/ # REST API internal/ # WordPress Webhooks dashboard/ # Site Management components/ # React Components lib/ ai/ # AI Prompts & Operations supabase/ # DB Client & Queries stores/ # Zustand Store (editor-store.ts) types/ # TypeScript Types plugins/wordpress/ # WP Plugin Source supabase/migrations/ # DB Schema
organizations - Workspaces/Kundenprofiles - User (verlinkt mit auth.users)sites - Websites mit global_header_id, global_footer_idpages - Seiten mit html_content, content JSONcomponents - Header/Footer mit html, css, js, positioncms_components - Wiederverwendbare UI Componentstemplates - Seitenvorlagencontent_types - CMS Content Typesentries - CMS Einträgedesign_variables - Design Tokens# Lokal npx supabase start npx supabase db reset # Migration erstellen npx supabase migration new <name> # Remote (Production) npx supabase db push --linked npx supabase db pull --linked
app/api/v1/sites/[siteId]/wordpress/push/route.ts - Push zu WPapp/api/v1/sites/[siteId]/export/css/route.ts
pages, cms_components, templates, componentssite.global_header_id / global_footer_id verlinktplugins/wordpress/unicorn-studio-connect/
includes/class-css-manager.php - CSS Syncincludes/class-global-components.php - Header/Footerthemes/unicorn-studio-blank/ - Blank Themenpm run dev # Dev Server npm run build # Production Build
mainglobal_header_id/global_footer_id geladenTailwind v4 generiert manchmal leere Regeln für Opacity-Farben. Post-Processing oder Fallback in
export/css/route.ts.