astro-tractstack 2.0.0-rc.0
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.
- package/LICENSE +110 -0
- package/README.md +56 -0
- package/astro.d.ts +64 -0
- package/bin/create-tractstack.js +483 -0
- package/dist/config.js +80 -0
- package/dist/index.js +2129 -0
- package/package.json +89 -0
- package/templates/artpacks/kCz/captainBreakfast_1080px.webp +0 -0
- package/templates/artpacks/kCz/captainBreakfast_1920px.webp +0 -0
- package/templates/artpacks/kCz/captainBreakfast_600px.webp +0 -0
- package/templates/artpacks/kCz/cleanDrips_1080px.webp +0 -0
- package/templates/artpacks/kCz/cleanDrips_1920px.webp +0 -0
- package/templates/artpacks/kCz/cleanDrips_600px.webp +0 -0
- package/templates/artpacks/kCz/crispwaves_1080px.webp +0 -0
- package/templates/artpacks/kCz/crispwaves_1920px.webp +0 -0
- package/templates/artpacks/kCz/crispwaves_600px.webp +0 -0
- package/templates/artpacks/kCz/dragonSkin_1080px.webp +0 -0
- package/templates/artpacks/kCz/dragonSkin_1920px.webp +0 -0
- package/templates/artpacks/kCz/dragonSkin_600px.webp +0 -0
- package/templates/artpacks/kCz/dragon_1080px.webp +0 -0
- package/templates/artpacks/kCz/dragon_1920px.webp +0 -0
- package/templates/artpacks/kCz/dragon_600px.webp +0 -0
- package/templates/artpacks/kCz/nightcity_1080px.webp +0 -0
- package/templates/artpacks/kCz/nightcity_1920px.webp +0 -0
- package/templates/artpacks/kCz/nightcity_600px.webp +0 -0
- package/templates/artpacks/kCz/pattern1_1080px.webp +0 -0
- package/templates/artpacks/kCz/pattern1_1920px.webp +0 -0
- package/templates/artpacks/kCz/pattern1_600px.webp +0 -0
- package/templates/artpacks/kCz/pattern2_1080px.webp +0 -0
- package/templates/artpacks/kCz/pattern2_1920px.webp +0 -0
- package/templates/artpacks/kCz/pattern2_600px.webp +0 -0
- package/templates/artpacks/kCz/skindrips_1080px.webp +0 -0
- package/templates/artpacks/kCz/skindrips_1920px.webp +0 -0
- package/templates/artpacks/kCz/skindrips_600px.webp +0 -0
- package/templates/artpacks/kCz/slimetime_1080px.webp +0 -0
- package/templates/artpacks/kCz/slimetime_1920px.webp +0 -0
- package/templates/artpacks/kCz/slimetime_600px.webp +0 -0
- package/templates/artpacks/kCz/snake_1080px.webp +0 -0
- package/templates/artpacks/kCz/snake_1920px.webp +0 -0
- package/templates/artpacks/kCz/snake_600px.webp +0 -0
- package/templates/artpacks/kCz/toxicshock_1080px.webp +0 -0
- package/templates/artpacks/kCz/toxicshock_1920px.webp +0 -0
- package/templates/artpacks/kCz/toxicshock_600px.webp +0 -0
- package/templates/artpacks/kCz/tractstack_1080px.webp +0 -0
- package/templates/artpacks/kCz/tractstack_1920px.webp +0 -0
- package/templates/artpacks/kCz/tractstack_600px.webp +0 -0
- package/templates/artpacks/kCz/tripdrips_1080px.webp +0 -0
- package/templates/artpacks/kCz/tripdrips_1920px.webp +0 -0
- package/templates/artpacks/kCz/tripdrips_600px.webp +0 -0
- package/templates/artpacks/kCz/wavedrips_1080px.webp +0 -0
- package/templates/artpacks/kCz/wavedrips_1920px.webp +0 -0
- package/templates/artpacks/kCz/wavedrips_600px.webp +0 -0
- package/templates/artpacks/t8k/beach_1080px.webp +0 -0
- package/templates/artpacks/t8k/beach_1920px.webp +0 -0
- package/templates/artpacks/t8k/beach_600px.webp +0 -0
- package/templates/artpacks/t8k/blast_1080px.webp +0 -0
- package/templates/artpacks/t8k/blast_1920px.webp +0 -0
- package/templates/artpacks/t8k/blast_600px.webp +0 -0
- package/templates/artpacks/t8k/bokeh_1080px.webp +0 -0
- package/templates/artpacks/t8k/bokeh_1920px.webp +0 -0
- package/templates/artpacks/t8k/bokeh_600px.webp +0 -0
- package/templates/artpacks/t8k/cartoon_1080px.webp +0 -0
- package/templates/artpacks/t8k/cartoon_1920px.webp +0 -0
- package/templates/artpacks/t8k/cartoon_600px.webp +0 -0
- package/templates/artpacks/t8k/darkeggshell_1080px.webp +0 -0
- package/templates/artpacks/t8k/darkeggshell_1920px.webp +0 -0
- package/templates/artpacks/t8k/darkeggshell_600px.webp +0 -0
- package/templates/artpacks/t8k/explosion_1080px.webp +0 -0
- package/templates/artpacks/t8k/explosion_1920px.webp +0 -0
- package/templates/artpacks/t8k/explosion_600px.webp +0 -0
- package/templates/artpacks/t8k/floral_1080px.webp +0 -0
- package/templates/artpacks/t8k/floral_1920px.webp +0 -0
- package/templates/artpacks/t8k/floral_600px.webp +0 -0
- package/templates/artpacks/t8k/flower_1080px.webp +0 -0
- package/templates/artpacks/t8k/flower_1920px.webp +0 -0
- package/templates/artpacks/t8k/flower_600px.webp +0 -0
- package/templates/artpacks/t8k/foliage_1080px.webp +0 -0
- package/templates/artpacks/t8k/foliage_1920px.webp +0 -0
- package/templates/artpacks/t8k/foliage_600px.webp +0 -0
- package/templates/artpacks/t8k/mist_1080px.webp +0 -0
- package/templates/artpacks/t8k/mist_1920px.webp +0 -0
- package/templates/artpacks/t8k/mist_600px.webp +0 -0
- package/templates/artpacks/t8k/portal_1080px.webp +0 -0
- package/templates/artpacks/t8k/portal_1920px.webp +0 -0
- package/templates/artpacks/t8k/portal_600px.webp +0 -0
- package/templates/artpacks/t8k/storytime_1080px.webp +0 -0
- package/templates/artpacks/t8k/storytime_1920px.webp +0 -0
- package/templates/artpacks/t8k/storytime_600px.webp +0 -0
- package/templates/artpacks/t8k/tacky_1080px.webp +0 -0
- package/templates/artpacks/t8k/tacky_1920px.webp +0 -0
- package/templates/artpacks/t8k/tacky_600px.webp +0 -0
- package/templates/artpacks/t8k/wallpaper_1080px.webp +0 -0
- package/templates/artpacks/t8k/wallpaper_1920px.webp +0 -0
- package/templates/artpacks/t8k/wallpaper_600px.webp +0 -0
- package/templates/brand/favicon.ico +0 -0
- package/templates/brand/logo.svg +19 -0
- package/templates/brand/static.jpg +0 -0
- package/templates/brand/wordmark.svg +4 -0
- package/templates/css/custom.css +51 -0
- package/templates/css/frontend.css +3519 -0
- package/templates/css/storykeep.css +92872 -0
- package/templates/custom/minimal/CodeHook.astro +53 -0
- package/templates/custom/minimal/CustomRoutes.astro +46 -0
- package/templates/custom/with-examples/CodeHook.astro +49 -0
- package/templates/custom/with-examples/CustomHero.astro +13 -0
- package/templates/custom/with-examples/CustomRoutes.astro +39 -0
- package/templates/custom/with-examples/pages/Collections.astro +110 -0
- package/templates/env.example +8 -0
- package/templates/fonts/Inter-Black.woff2 +0 -0
- package/templates/fonts/Inter-Bold.woff2 +0 -0
- package/templates/fonts/Inter-Regular.woff2 +0 -0
- package/templates/icons/h2.svg +1 -0
- package/templates/icons/h3.svg +1 -0
- package/templates/icons/h4.svg +1 -0
- package/templates/icons/h5.svg +1 -0
- package/templates/icons/image.svg +7 -0
- package/templates/icons/text.svg +6 -0
- package/templates/socials/codepen.svg +1 -0
- package/templates/socials/discord.svg +1 -0
- package/templates/socials/facebook.svg +1 -0
- package/templates/socials/github.svg +1 -0
- package/templates/socials/instagram.svg +1 -0
- package/templates/socials/linkedin.svg +1 -0
- package/templates/socials/mail.svg +1 -0
- package/templates/socials/rumble.svg +1 -0
- package/templates/socials/tiktok.svg +1 -0
- package/templates/socials/twitch.svg +1 -0
- package/templates/socials/twitter.svg +1 -0
- package/templates/socials/x.svg +1 -0
- package/templates/socials/youtube.svg +1 -0
- package/templates/src/client/analytics-events.ts +213 -0
- package/templates/src/client/belief-events.ts +205 -0
- package/templates/src/client/sse.ts +667 -0
- package/templates/src/components/Footer.astro +246 -0
- package/templates/src/components/Fragment.astro +70 -0
- package/templates/src/components/Header.astro +458 -0
- package/templates/src/components/Menu.tsx +196 -0
- package/templates/src/components/codehooks/BunnyVideoSetup.tsx +692 -0
- package/templates/src/components/codehooks/BunnyVideoWrapper.astro +78 -0
- package/templates/src/components/codehooks/EpinetDurationSelector.tsx +1020 -0
- package/templates/src/components/codehooks/EpinetTableView.tsx +594 -0
- package/templates/src/components/codehooks/EpinetWrapper.tsx +424 -0
- package/templates/src/components/codehooks/FeaturedContent.astro +273 -0
- package/templates/src/components/codehooks/FeaturedContentSetup.tsx +738 -0
- package/templates/src/components/codehooks/ListContent.astro +460 -0
- package/templates/src/components/codehooks/ListContentSetup.tsx +649 -0
- package/templates/src/components/codehooks/SankeyDiagram.tsx +359 -0
- package/templates/src/components/compositor/Compositor.tsx +144 -0
- package/templates/src/components/compositor/Node.tsx +415 -0
- package/templates/src/components/compositor/NodeWithGuid.tsx +25 -0
- package/templates/src/components/compositor/PanelVisibilityWrapper.tsx +87 -0
- package/templates/src/components/compositor/elements/Belief.tsx +148 -0
- package/templates/src/components/compositor/elements/BgImage.tsx +118 -0
- package/templates/src/components/compositor/elements/BgVisualBreak.tsx +102 -0
- package/templates/src/components/compositor/elements/BunnyVideo.tsx +63 -0
- package/templates/src/components/compositor/elements/IdentifyAs.tsx +66 -0
- package/templates/src/components/compositor/elements/PlayButton.tsx +19 -0
- package/templates/src/components/compositor/elements/SignUp.tsx +179 -0
- package/templates/src/components/compositor/elements/Svg.tsx +33 -0
- package/templates/src/components/compositor/elements/ToggleBelief.tsx +36 -0
- package/templates/src/components/compositor/elements/YouTubeWrapper.tsx +33 -0
- package/templates/src/components/compositor/nodes/BgPaneWrapper.tsx +35 -0
- package/templates/src/components/compositor/nodes/GhostInsertBlock.tsx +189 -0
- package/templates/src/components/compositor/nodes/Markdown.tsx +179 -0
- package/templates/src/components/compositor/nodes/Pane.tsx +277 -0
- package/templates/src/components/compositor/nodes/Pane_eraser.tsx +69 -0
- package/templates/src/components/compositor/nodes/Pane_layout.tsx +77 -0
- package/templates/src/components/compositor/nodes/RenderChildren.tsx +19 -0
- package/templates/src/components/compositor/nodes/StoryFragment.tsx +35 -0
- package/templates/src/components/compositor/nodes/TagElement.tsx +14 -0
- package/templates/src/components/compositor/nodes/Widget.tsx +115 -0
- package/templates/src/components/compositor/nodes/tagElements/NodeA.tsx +4 -0
- package/templates/src/components/compositor/nodes/tagElements/NodeA_eraser.tsx +26 -0
- package/templates/src/components/compositor/nodes/tagElements/NodeAnchorComponent.tsx +248 -0
- package/templates/src/components/compositor/nodes/tagElements/NodeBasicTag.tsx +684 -0
- package/templates/src/components/compositor/nodes/tagElements/NodeBasicTag_eraser.tsx +62 -0
- package/templates/src/components/compositor/nodes/tagElements/NodeBasicTag_insert.tsx +120 -0
- package/templates/src/components/compositor/nodes/tagElements/NodeBasicTag_settings.tsx +62 -0
- package/templates/src/components/compositor/nodes/tagElements/NodeButton.tsx +5 -0
- package/templates/src/components/compositor/nodes/tagElements/NodeButton_eraser.tsx +26 -0
- package/templates/src/components/compositor/nodes/tagElements/NodeImg.tsx +28 -0
- package/templates/src/components/compositor/nodes/tagElements/NodeText.tsx +18 -0
- package/templates/src/components/compositor/nodes/tagElements/TabIndicator.tsx +51 -0
- package/templates/src/components/compositor/preview/FeaturedContentPreview.tsx +128 -0
- package/templates/src/components/compositor/preview/ListContentPreview.tsx +213 -0
- package/templates/src/components/compositor/preview/OgImagePreview.tsx +223 -0
- package/templates/src/components/compositor/preview/PaneSnapshotGenerator.tsx +199 -0
- package/templates/src/components/compositor/preview/PanesPreviewGenerator.tsx +123 -0
- package/templates/src/components/compositor/preview/VisualBreakPreview.tsx +154 -0
- package/templates/src/components/edit/Header.tsx +181 -0
- package/templates/src/components/edit/PanelSwitch.tsx +446 -0
- package/templates/src/components/edit/SettingsPanel.tsx +70 -0
- package/templates/src/components/edit/ToolBar.tsx +101 -0
- package/templates/src/components/edit/ToolMode.tsx +121 -0
- package/templates/src/components/edit/context/ContextPaneConfig.tsx +91 -0
- package/templates/src/components/edit/context/ContextPaneConfig_slug.tsx +174 -0
- package/templates/src/components/edit/context/ContextPaneConfig_title.tsx +186 -0
- package/templates/src/components/edit/pane/AddPanePanel.tsx +136 -0
- package/templates/src/components/edit/pane/AddPanePanel_break.tsx +470 -0
- package/templates/src/components/edit/pane/AddPanePanel_codehook.tsx +264 -0
- package/templates/src/components/edit/pane/AddPanePanel_new.tsx +623 -0
- package/templates/src/components/edit/pane/AddPanePanel_newAICopy.tsx +107 -0
- package/templates/src/components/edit/pane/AddPanePanel_newAICopy_modal.tsx +217 -0
- package/templates/src/components/edit/pane/AddPanePanel_newCopyMode.tsx +109 -0
- package/templates/src/components/edit/pane/AddPanePanel_newCustomCopy.tsx +39 -0
- package/templates/src/components/edit/pane/AddPanePanel_reuse.tsx +445 -0
- package/templates/src/components/edit/pane/ConfigPanePanel.tsx +245 -0
- package/templates/src/components/edit/pane/PageGen.tsx +485 -0
- package/templates/src/components/edit/pane/PageGenSelector.tsx +238 -0
- package/templates/src/components/edit/pane/PageGenSpecial.tsx +362 -0
- package/templates/src/components/edit/pane/PageGen_preview.tsx +495 -0
- package/templates/src/components/edit/pane/PanePanel_impression.tsx +258 -0
- package/templates/src/components/edit/pane/PanePanel_path.tsx +268 -0
- package/templates/src/components/edit/pane/PanePanel_slug.tsx +219 -0
- package/templates/src/components/edit/pane/PanePanel_title.tsx +142 -0
- package/templates/src/components/edit/panels/StyleBreakPanel.tsx +182 -0
- package/templates/src/components/edit/panels/StyleCodeHookPanel.tsx +439 -0
- package/templates/src/components/edit/panels/StyleElementPanel.tsx +177 -0
- package/templates/src/components/edit/panels/StyleElementPanel_add.tsx +349 -0
- package/templates/src/components/edit/panels/StyleElementPanel_remove.tsx +159 -0
- package/templates/src/components/edit/panels/StyleElementPanel_update.tsx +320 -0
- package/templates/src/components/edit/panels/StyleImagePanel.tsx +460 -0
- package/templates/src/components/edit/panels/StyleImagePanel_add.tsx +296 -0
- package/templates/src/components/edit/panels/StyleImagePanel_remove.tsx +153 -0
- package/templates/src/components/edit/panels/StyleImagePanel_update.tsx +312 -0
- package/templates/src/components/edit/panels/StyleLiElementPanel.tsx +273 -0
- package/templates/src/components/edit/panels/StyleLiElementPanel_add.tsx +301 -0
- package/templates/src/components/edit/panels/StyleLiElementPanel_remove.tsx +132 -0
- package/templates/src/components/edit/panels/StyleLiElementPanel_update.tsx +313 -0
- package/templates/src/components/edit/panels/StyleLinkPanel.tsx +346 -0
- package/templates/src/components/edit/panels/StyleLinkPanel_add.tsx +265 -0
- package/templates/src/components/edit/panels/StyleLinkPanel_config.tsx +240 -0
- package/templates/src/components/edit/panels/StyleLinkPanel_remove.tsx +94 -0
- package/templates/src/components/edit/panels/StyleLinkPanel_update.tsx +110 -0
- package/templates/src/components/edit/panels/StyleParentPanel.tsx +263 -0
- package/templates/src/components/edit/panels/StyleParentPanel_add.tsx +275 -0
- package/templates/src/components/edit/panels/StyleParentPanel_deleteLayer.tsx +112 -0
- package/templates/src/components/edit/panels/StyleParentPanel_remove.tsx +87 -0
- package/templates/src/components/edit/panels/StyleParentPanel_update.tsx +141 -0
- package/templates/src/components/edit/panels/StyleWidgetPanel.tsx +428 -0
- package/templates/src/components/edit/panels/StyleWidgetPanel_add.tsx +292 -0
- package/templates/src/components/edit/panels/StyleWidgetPanel_config.tsx +190 -0
- package/templates/src/components/edit/panels/StyleWidgetPanel_remove.tsx +152 -0
- package/templates/src/components/edit/panels/StyleWidgetPanel_update.tsx +308 -0
- package/templates/src/components/edit/state/SaveModal.tsx +811 -0
- package/templates/src/components/edit/state/StylesMemory.tsx +310 -0
- package/templates/src/components/edit/storyfragment/StoryFragmentConfigPanel.tsx +289 -0
- package/templates/src/components/edit/storyfragment/StoryFragmentPanel_menu.tsx +320 -0
- package/templates/src/components/edit/storyfragment/StoryFragmentPanel_og.tsx +888 -0
- package/templates/src/components/edit/storyfragment/StoryFragmentPanel_slug.tsx +269 -0
- package/templates/src/components/edit/storyfragment/StoryFragmentPanel_title.tsx +190 -0
- package/templates/src/components/edit/widgets/BeliefWidget.tsx +183 -0
- package/templates/src/components/edit/widgets/BunnyWidget.tsx +134 -0
- package/templates/src/components/edit/widgets/IdentifyAsWidget.tsx +193 -0
- package/templates/src/components/edit/widgets/SignupWidget.tsx +177 -0
- package/templates/src/components/edit/widgets/ToggleWidget.tsx +152 -0
- package/templates/src/components/edit/widgets/YouTubeWidget.tsx +65 -0
- package/templates/src/components/fields/ActionBuilderTimeSelector.tsx +353 -0
- package/templates/src/components/fields/ArtpackImage.tsx +480 -0
- package/templates/src/components/fields/BackgroundImage.tsx +530 -0
- package/templates/src/components/fields/BackgroundImageWrapper.tsx +192 -0
- package/templates/src/components/fields/BooleanParam.tsx +67 -0
- package/templates/src/components/fields/BunnyMomentSelector.tsx +56 -0
- package/templates/src/components/fields/ColorPickerCombo.tsx +284 -0
- package/templates/src/components/fields/ImageUpload.tsx +405 -0
- package/templates/src/components/fields/MultiParam.tsx +75 -0
- package/templates/src/components/fields/PaneBreakCollectionSelector.tsx +97 -0
- package/templates/src/components/fields/PaneBreakShapeSelector.tsx +134 -0
- package/templates/src/components/fields/SelectedTailwindClass.tsx +44 -0
- package/templates/src/components/fields/SingleParam.tsx +73 -0
- package/templates/src/components/fields/ViewportComboBox.tsx +252 -0
- package/templates/src/components/form/ActionBuilderField.tsx +282 -0
- package/templates/src/components/form/ActionBuilderSlugSelector.tsx +182 -0
- package/templates/src/components/form/BooleanToggle.tsx +94 -0
- package/templates/src/components/form/ColorPicker.tsx +153 -0
- package/templates/src/components/form/DateTimeInput.tsx +638 -0
- package/templates/src/components/form/EnumSelect.tsx +88 -0
- package/templates/src/components/form/FileUpload.tsx +465 -0
- package/templates/src/components/form/MagicPathBuilder.tsx +546 -0
- package/templates/src/components/form/NumberInput.tsx +101 -0
- package/templates/src/components/form/ParagraphArrayInput.tsx +207 -0
- package/templates/src/components/form/StringArrayInput.tsx +163 -0
- package/templates/src/components/form/StringInput.tsx +88 -0
- package/templates/src/components/form/UnsavedChangesBar.tsx +295 -0
- package/templates/src/components/form/advanced/APIConfigSection.tsx +69 -0
- package/templates/src/components/form/advanced/AuthConfigSection.tsx +97 -0
- package/templates/src/components/form/brand/BrandAssetsSection.tsx +93 -0
- package/templates/src/components/form/brand/BrandColorsSection.tsx +201 -0
- package/templates/src/components/form/brand/SEOSection.tsx +101 -0
- package/templates/src/components/form/brand/SiteConfigSection.tsx +61 -0
- package/templates/src/components/form/brand/SocialLinksSection.tsx +393 -0
- package/templates/src/components/profile/ProfileConsent.tsx +65 -0
- package/templates/src/components/profile/ProfileCreate.tsx +462 -0
- package/templates/src/components/profile/ProfileEdit.tsx +409 -0
- package/templates/src/components/profile/ProfileSwitch.tsx +255 -0
- package/templates/src/components/profile/ProfileUnlock.tsx +221 -0
- package/templates/src/components/storykeep/Dashboard.tsx +160 -0
- package/templates/src/components/storykeep/Dashboard_Activity.tsx +56 -0
- package/templates/src/components/storykeep/Dashboard_Advanced.tsx +165 -0
- package/templates/src/components/storykeep/Dashboard_Analytics.tsx +451 -0
- package/templates/src/components/storykeep/Dashboard_Branding.tsx +95 -0
- package/templates/src/components/storykeep/Dashboard_Content.tsx +191 -0
- package/templates/src/components/storykeep/controls/UsageCell.tsx +71 -0
- package/templates/src/components/storykeep/controls/content/BeliefForm.tsx +378 -0
- package/templates/src/components/storykeep/controls/content/BeliefTable.tsx +329 -0
- package/templates/src/components/storykeep/controls/content/ContentBrowser.tsx +385 -0
- package/templates/src/components/storykeep/controls/content/ContentSummary.tsx +149 -0
- package/templates/src/components/storykeep/controls/content/KnownResourceForm.tsx +397 -0
- package/templates/src/components/storykeep/controls/content/KnownResourceTable.tsx +260 -0
- package/templates/src/components/storykeep/controls/content/ManageContent.tsx +439 -0
- package/templates/src/components/storykeep/controls/content/MenuForm.tsx +239 -0
- package/templates/src/components/storykeep/controls/content/MenuTable.tsx +332 -0
- package/templates/src/components/storykeep/controls/content/ResourceBulkIngest.tsx +724 -0
- package/templates/src/components/storykeep/controls/content/ResourceForm.tsx +355 -0
- package/templates/src/components/storykeep/controls/content/ResourceTable.tsx +222 -0
- package/templates/src/components/storykeep/controls/content/StoryFragmentTable.tsx +482 -0
- package/templates/src/components/storykeep/state/BrandingWrapper.tsx +42 -0
- package/templates/src/components/storykeep/state/FetchAnalytics.tsx +350 -0
- package/templates/src/components/storykeep/widgets/ResponsiveLine.tsx +319 -0
- package/templates/src/components/storykeep/widgets/Wizard.tsx +278 -0
- package/templates/src/components/tenant/RegistrationForm.tsx +447 -0
- package/templates/src/components/widgets/BunnyVideoHero.astro +775 -0
- package/templates/src/components/widgets/Impression.tsx +102 -0
- package/templates/src/components/widgets/ImpressionWrapper.tsx +214 -0
- package/templates/src/constants/beliefs.ts +61 -0
- package/templates/src/constants/brandThemes.ts +133 -0
- package/templates/src/constants/prompts.json +55 -0
- package/templates/src/constants/shapes.ts +556 -0
- package/templates/src/constants/stopWords.ts +116 -0
- package/templates/src/constants/tailwindColors.json +344 -0
- package/templates/src/constants.ts +274 -0
- package/templates/src/hooks/useFormState.ts +203 -0
- package/templates/src/layouts/Layout.astro +290 -0
- package/templates/src/lib/session.ts +126 -0
- package/templates/src/lib/storyData.ts +56 -0
- package/templates/src/middleware.ts +52 -0
- package/templates/src/pages/404.astro +54 -0
- package/templates/src/pages/[...slug]/edit.astro +216 -0
- package/templates/src/pages/[...slug].astro +148 -0
- package/templates/src/pages/api/auth/decode.ts +101 -0
- package/templates/src/pages/api/auth/login.ts +122 -0
- package/templates/src/pages/api/auth/logout.ts +37 -0
- package/templates/src/pages/api/auth/profile.ts +76 -0
- package/templates/src/pages/api/orphan-analysis.ts +106 -0
- package/templates/src/pages/api/tailwind.ts +116 -0
- package/templates/src/pages/collections/[param1].astro +65 -0
- package/templates/src/pages/context/[...contextSlug]/edit.astro +207 -0
- package/templates/src/pages/context/[...contextSlug].astro +161 -0
- package/templates/src/pages/llms.txt.ts +122 -0
- package/templates/src/pages/maint.astro +183 -0
- package/templates/src/pages/media/[...slug].astro +67 -0
- package/templates/src/pages/robots.txt.ts +36 -0
- package/templates/src/pages/sandbox/activate.astro +258 -0
- package/templates/src/pages/sandbox/register.astro +44 -0
- package/templates/src/pages/sandbox/success.astro +179 -0
- package/templates/src/pages/sitemap.xml.ts +119 -0
- package/templates/src/pages/storykeep/advanced.astro +69 -0
- package/templates/src/pages/storykeep/branding.astro +57 -0
- package/templates/src/pages/storykeep/content.astro +71 -0
- package/templates/src/pages/storykeep/init.astro +36 -0
- package/templates/src/pages/storykeep/login.astro +266 -0
- package/templates/src/pages/storykeep/logout.astro +84 -0
- package/templates/src/pages/storykeep/profile.astro +98 -0
- package/templates/src/pages/storykeep.astro +81 -0
- package/templates/src/stores/analytics.ts +171 -0
- package/templates/src/stores/backend.ts +16 -0
- package/templates/src/stores/navigation.ts +149 -0
- package/templates/src/stores/nodes.ts +2390 -0
- package/templates/src/stores/nodesHistory.ts +85 -0
- package/templates/src/stores/notificationSystem.ts +41 -0
- package/templates/src/stores/orphanAnalysis.ts +409 -0
- package/templates/src/stores/storykeep.ts +247 -0
- package/templates/src/types/astro.ts +86 -0
- package/templates/src/types/compositorTypes.ts +456 -0
- package/templates/src/types/formTypes.ts +281 -0
- package/templates/src/types/multiTenant.ts +77 -0
- package/templates/src/types/nodeProps.ts +66 -0
- package/templates/src/types/tractstack.ts +445 -0
- package/templates/src/utils/aai/getTitleSlug.ts +72 -0
- package/templates/src/utils/actions/actionButton.ts +101 -0
- package/templates/src/utils/actions/lispLexer.ts +57 -0
- package/templates/src/utils/actions/preParse_Action.ts +85 -0
- package/templates/src/utils/actions/preParse_Bunny.ts +50 -0
- package/templates/src/utils/actions/preParse_Clicked.ts +87 -0
- package/templates/src/utils/actions/preParse_Impression.ts +71 -0
- package/templates/src/utils/api/advancedConfig.ts +66 -0
- package/templates/src/utils/api/advancedHelpers.ts +134 -0
- package/templates/src/utils/api/beliefConfig.ts +87 -0
- package/templates/src/utils/api/beliefHelpers.ts +196 -0
- package/templates/src/utils/api/brandConfig.ts +126 -0
- package/templates/src/utils/api/brandHelpers.ts +155 -0
- package/templates/src/utils/api/fileHelpers.ts +306 -0
- package/templates/src/utils/api/menuConfig.ts +57 -0
- package/templates/src/utils/api/menuHelpers.ts +156 -0
- package/templates/src/utils/api/resourceConfig.ts +158 -0
- package/templates/src/utils/api/resourceHelpers.ts +72 -0
- package/templates/src/utils/api/tenantConfig.ts +97 -0
- package/templates/src/utils/api/tenantHelpers.ts +172 -0
- package/templates/src/utils/api.ts +183 -0
- package/templates/src/utils/auth.ts +150 -0
- package/templates/src/utils/backend.ts +243 -0
- package/templates/src/utils/compositor/TemplateMarkdowns.ts +118 -0
- package/templates/src/utils/compositor/TemplateNodes.ts +138 -0
- package/templates/src/utils/compositor/TemplatePanes.ts +100 -0
- package/templates/src/utils/compositor/allowInsert.ts +100 -0
- package/templates/src/utils/compositor/domHelpers.ts +37 -0
- package/templates/src/utils/compositor/handleClickEvent.ts +131 -0
- package/templates/src/utils/compositor/nodesHelper.ts +491 -0
- package/templates/src/utils/compositor/nodesMarkdownGenerator.ts +292 -0
- package/templates/src/utils/compositor/processMarkdown.ts +431 -0
- package/templates/src/utils/compositor/reduceNodesClassNames.ts +192 -0
- package/templates/src/utils/compositor/tailwindClasses.ts +1795 -0
- package/templates/src/utils/compositor/tailwindColors.ts +227 -0
- package/templates/src/utils/compositor/templateMarkdownStyles.ts +1265 -0
- package/templates/src/utils/compositor/typeGuards.ts +193 -0
- package/templates/src/utils/etl/extractor.ts +119 -0
- package/templates/src/utils/etl/index.ts +88 -0
- package/templates/src/utils/etl/loader.ts +36 -0
- package/templates/src/utils/etl/transformer.ts +286 -0
- package/templates/src/utils/helpers.ts +435 -0
- package/templates/src/utils/layout.ts +209 -0
- package/templates/src/utils/profileStorage.ts +306 -0
- package/templates/src/utils/useInterval.ts +27 -0
- package/templates/tailwind.config.cjs +169 -0
- package/utils/create-resolver.ts +10 -0
- package/utils/inject-files.ts +2140 -0
- package/utils/validate-config.ts +43 -0
package/LICENSE
ADDED
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
# Functional Source License, Version 1.1, MIT Future License
|
|
2
|
+
|
|
3
|
+
## Abbreviation
|
|
4
|
+
|
|
5
|
+
FSL-1.1-MIT
|
|
6
|
+
|
|
7
|
+
## Notice
|
|
8
|
+
|
|
9
|
+
Copyright 2025 At Risk Media
|
|
10
|
+
|
|
11
|
+
## Terms and Conditions
|
|
12
|
+
|
|
13
|
+
### Licensor ("We")
|
|
14
|
+
|
|
15
|
+
The party offering the Software under these Terms and Conditions.
|
|
16
|
+
|
|
17
|
+
### The Software
|
|
18
|
+
|
|
19
|
+
The "Software" is each version of the software that we make available under
|
|
20
|
+
these Terms and Conditions, as indicated by our inclusion of these Terms and
|
|
21
|
+
Conditions with the Software.
|
|
22
|
+
|
|
23
|
+
### License Grant
|
|
24
|
+
|
|
25
|
+
Subject to your compliance with this License Grant and the Patents,
|
|
26
|
+
Redistribution and Trademark clauses below, we hereby grant you the right to
|
|
27
|
+
use, copy, modify, create derivative works, publicly perform, publicly display
|
|
28
|
+
and redistribute the Software for any Permitted Purpose identified below.
|
|
29
|
+
|
|
30
|
+
### Permitted Purpose
|
|
31
|
+
|
|
32
|
+
A Permitted Purpose is any purpose other than a Competing Use. A Competing Use
|
|
33
|
+
means making the Software available to others in a commercial product or
|
|
34
|
+
service that:
|
|
35
|
+
|
|
36
|
+
1. substitutes for the Software;
|
|
37
|
+
|
|
38
|
+
2. substitutes for any other product or service we offer using the Software
|
|
39
|
+
that exists as of the date we make the Software available; or
|
|
40
|
+
|
|
41
|
+
3. offers the same or substantially similar functionality as the Software.
|
|
42
|
+
|
|
43
|
+
Permitted Purposes specifically include using the Software:
|
|
44
|
+
|
|
45
|
+
1. for your internal use and access;
|
|
46
|
+
|
|
47
|
+
2. for non-commercial education;
|
|
48
|
+
|
|
49
|
+
3. for non-commercial research; and
|
|
50
|
+
|
|
51
|
+
4. in connection with professional services that you provide to a licensee
|
|
52
|
+
using the Software in accordance with these Terms and Conditions.
|
|
53
|
+
|
|
54
|
+
### Patents
|
|
55
|
+
|
|
56
|
+
To the extent your use for a Permitted Purpose would necessarily infringe our
|
|
57
|
+
patents, the license grant above includes a license under our patents. If you
|
|
58
|
+
make a claim against any party that the Software infringes or contributes to
|
|
59
|
+
the infringement of any patent, then your patent license to the Software ends
|
|
60
|
+
immediately.
|
|
61
|
+
|
|
62
|
+
### Redistribution
|
|
63
|
+
|
|
64
|
+
The Terms and Conditions apply to all copies, modifications and derivatives of
|
|
65
|
+
the Software.
|
|
66
|
+
|
|
67
|
+
If you redistribute any copies, modifications or derivatives of the Software,
|
|
68
|
+
you must include a copy of or a link to these Terms and Conditions and not
|
|
69
|
+
remove any copyright notices provided in or with the Software.
|
|
70
|
+
|
|
71
|
+
### Disclaimer
|
|
72
|
+
|
|
73
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTIES OF ANY KIND, EXPRESS OR
|
|
74
|
+
IMPLIED, INCLUDING WITHOUT LIMITATION WARRANTIES OF FITNESS FOR A PARTICULAR
|
|
75
|
+
PURPOSE, MERCHANTABILITY, TITLE OR NON-INFRINGEMENT.
|
|
76
|
+
|
|
77
|
+
IN NO EVENT WILL WE HAVE ANY LIABILITY TO YOU ARISING OUT OF OR RELATED TO THE
|
|
78
|
+
SOFTWARE, INCLUDING INDIRECT, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES,
|
|
79
|
+
EVEN IF WE HAVE BEEN INFORMED OF THEIR POSSIBILITY IN ADVANCE.
|
|
80
|
+
|
|
81
|
+
### Trademarks
|
|
82
|
+
|
|
83
|
+
Except for displaying the License Details and identifying us as the origin of
|
|
84
|
+
the Software, you have no right under these Terms and Conditions to use our
|
|
85
|
+
trademarks, trade names, service marks or product names.
|
|
86
|
+
|
|
87
|
+
## Grant of Future License
|
|
88
|
+
|
|
89
|
+
We hereby irrevocably grant you an additional license to use the Software under
|
|
90
|
+
the MIT license that is effective on the second anniversary of the date we make
|
|
91
|
+
the Software available. On or after that date, you may use the Software under
|
|
92
|
+
the MIT license, in which case the following will apply:
|
|
93
|
+
|
|
94
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
95
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
96
|
+
the Software without restriction, including without limitation the rights to
|
|
97
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
|
98
|
+
of the Software, and to permit persons to whom the Software is furnished to do
|
|
99
|
+
so, subject to the following conditions:
|
|
100
|
+
|
|
101
|
+
The above copyright notice and this permission notice shall be included in all
|
|
102
|
+
copies or substantial portions of the Software.
|
|
103
|
+
|
|
104
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
105
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
106
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
107
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
108
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
109
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
110
|
+
SOFTWARE.
|
package/README.md
ADDED
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
# Tract Stack
|
|
2
|
+
|
|
3
|
+
create your own adaptive website or newsletter
|
|
4
|
+
|
|
5
|
+
the "free web press"
|
|
6
|
+
no-code community engine
|
|
7
|
+
|
|
8
|
+
by [At Risk Media](https://atriskmedia.com)
|
|
9
|
+
|
|
10
|
+
## epistemic hypermedia server
|
|
11
|
+
|
|
12
|
+
...a new species of web 2.0: an outcome of hybrid speciation.
|
|
13
|
+
|
|
14
|
+
The `tractstack-go` package provides a backend server for the `astro-tractstack` integration
|
|
15
|
+
|
|
16
|
+
Tract Stack makes it easy for non-technical people to build and grow adaptive websites that are fast, beautiful, SEO-ready, and accessible.
|
|
17
|
+
|
|
18
|
+
Tract Stack is built on [Astro](https://astro.build/) with [HTMX](https://htmx.org/) and a [Golang](https://go.dev/) backend -- we recommend [Turso](https://app.turso.tech/) as database
|
|
19
|
+
|
|
20
|
+
## Documentation
|
|
21
|
+
|
|
22
|
+
Please visit [our docs](https://tractstack.org)
|
|
23
|
+
|
|
24
|
+
For production deployment you'll need to prepare your server.
|
|
25
|
+
|
|
26
|
+
_Quick Install_ in two steps:
|
|
27
|
+
|
|
28
|
+
First install and run the go backend. It runs on port 8080 by default.
|
|
29
|
+
|
|
30
|
+
```
|
|
31
|
+
mkdir -p ~/src
|
|
32
|
+
cd ~/src
|
|
33
|
+
git clone https://github.com/AtRiskMedia/tractstack-go.git
|
|
34
|
+
cd tractstack-go
|
|
35
|
+
go build cmd/tractstack-go/main.go
|
|
36
|
+
./tractstack-go
|
|
37
|
+
```
|
|
38
|
+
|
|
39
|
+
Next create an Astro starter then install Tract Stack as an integration:
|
|
40
|
+
|
|
41
|
+
```
|
|
42
|
+
cd ~/src
|
|
43
|
+
pnpm create astro@latest my-tractstack --template minimal --typescript strict --install
|
|
44
|
+
cd my-tractstack
|
|
45
|
+
pnpm add astro-tractstack@latest
|
|
46
|
+
npx create-tractstack
|
|
47
|
+
pnpm dev
|
|
48
|
+
```
|
|
49
|
+
|
|
50
|
+
## Queries?
|
|
51
|
+
|
|
52
|
+
Reach out at hello -at- tractstack -dot- com
|
|
53
|
+
|
|
54
|
+
## License
|
|
55
|
+
|
|
56
|
+
Functional Source License, Version 1.1, MIT Future License
|
package/astro.d.ts
ADDED
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
/// <reference types="astro/client" />
|
|
2
|
+
|
|
3
|
+
import type { PlayerJS } from '@/types/tractstack';
|
|
4
|
+
|
|
5
|
+
declare module 'astro:transitions/client' {
|
|
6
|
+
export function navigate(url: string): void;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
declare global {
|
|
10
|
+
interface ImportMeta {
|
|
11
|
+
env: {
|
|
12
|
+
PUBLIC_GO_BACKEND?: string;
|
|
13
|
+
PUBLIC_TENANTID?: string;
|
|
14
|
+
PUBLIC_ENABLE_MULTI_TENANT?: string;
|
|
15
|
+
DEV?: boolean;
|
|
16
|
+
PROD?: boolean;
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
interface Window {
|
|
21
|
+
initAnalyticsTracking: (storyfragmentId?: string) => Promise<void>;
|
|
22
|
+
htmx: any;
|
|
23
|
+
playerjs: PlayerJS;
|
|
24
|
+
TRACTSTACK_CONFIG: {
|
|
25
|
+
backendUrl: string;
|
|
26
|
+
tenantId: string;
|
|
27
|
+
sessionId: string;
|
|
28
|
+
storyfragmentId: string;
|
|
29
|
+
session?: {
|
|
30
|
+
isReady: boolean;
|
|
31
|
+
};
|
|
32
|
+
};
|
|
33
|
+
BELIEF_INITIALIZED?: boolean;
|
|
34
|
+
SSE_INITIALIZED?: boolean;
|
|
35
|
+
ANALYTICS_INITIALIZED?: boolean;
|
|
36
|
+
HTMX_CONFIGURED?: boolean;
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
declare namespace App {
|
|
41
|
+
interface Locals {
|
|
42
|
+
session?: Record<string, any>;
|
|
43
|
+
tenant?: {
|
|
44
|
+
id: string;
|
|
45
|
+
domain: string | null;
|
|
46
|
+
isMultiTenant: boolean;
|
|
47
|
+
isLocalhost: boolean;
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
// Astro script attributes
|
|
53
|
+
declare global {
|
|
54
|
+
namespace astroHTML.JSX {
|
|
55
|
+
interface ScriptHTMLAttributes {
|
|
56
|
+
'is:inline'?: boolean;
|
|
57
|
+
'is:persist'?: boolean;
|
|
58
|
+
'define:vars'?: Record<string, any>;
|
|
59
|
+
crossorigin?: string;
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
export {};
|
|
@@ -0,0 +1,483 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
|
|
3
|
+
import {
|
|
4
|
+
mkdirSync,
|
|
5
|
+
readFileSync,
|
|
6
|
+
unlinkSync,
|
|
7
|
+
writeFileSync,
|
|
8
|
+
existsSync,
|
|
9
|
+
} from 'fs';
|
|
10
|
+
import { resolve } from 'path';
|
|
11
|
+
import { homedir } from 'os';
|
|
12
|
+
import { execSync } from 'child_process';
|
|
13
|
+
import prompts from 'prompts';
|
|
14
|
+
import kleur from 'kleur';
|
|
15
|
+
|
|
16
|
+
// Detect package manager
|
|
17
|
+
function detectPackageManager() {
|
|
18
|
+
if (existsSync('pnpm-lock.yaml')) return 'pnpm';
|
|
19
|
+
if (existsSync('yarn.lock')) return 'yarn';
|
|
20
|
+
if (existsSync('package-lock.json')) return 'npm';
|
|
21
|
+
|
|
22
|
+
try {
|
|
23
|
+
const pkg = JSON.parse(readFileSync('package.json', 'utf-8'));
|
|
24
|
+
if (pkg.packageManager?.startsWith('pnpm')) return 'pnpm';
|
|
25
|
+
if (pkg.packageManager?.startsWith('yarn')) return 'yarn';
|
|
26
|
+
} catch {}
|
|
27
|
+
|
|
28
|
+
return 'pnpm';
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
async function main() {
|
|
32
|
+
// ASCII art
|
|
33
|
+
console.log(
|
|
34
|
+
kleur.blue().bold(`
|
|
35
|
+
▄██▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄██▄▄▄▄▄▄▄██▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ▄▄▄
|
|
36
|
+
██ ██ ██ ▀▀ ██ ██ ▀▀ ██ ██ ▀▀ ██ ▀▀ ██ ██ ▀▀ ██ ██
|
|
37
|
+
██ ██▀█▄ ██▀██ ██ ▄▄ ██ ▀▀▀██ ██ ██▀██ ██ ▄▄ ██▀█▄
|
|
38
|
+
██ ██ ██ ██▄██ ██▄██ ██ ██▄██ ██ ██▄██ ██▄██ ██ ██
|
|
39
|
+
▀▀ ▀▀ ▀▀ ▀▀ ▀▀▀
|
|
40
|
+
`)
|
|
41
|
+
);
|
|
42
|
+
|
|
43
|
+
console.log(kleur.white().bold(' build your own adaptive website'));
|
|
44
|
+
console.log(kleur.reset(' made by At Risk Media\n'));
|
|
45
|
+
|
|
46
|
+
// Parse command line arguments
|
|
47
|
+
const args = process.argv.slice(2);
|
|
48
|
+
let includeExamples = false;
|
|
49
|
+
let enableMultiTenant = false;
|
|
50
|
+
let showHelp = false;
|
|
51
|
+
|
|
52
|
+
for (let i = 0; i < args.length; i++) {
|
|
53
|
+
if (args[i] === '--examples') {
|
|
54
|
+
includeExamples = true;
|
|
55
|
+
} else if (args[i] === '--multi-tenant') {
|
|
56
|
+
enableMultiTenant = true;
|
|
57
|
+
} else if (args[i] === '--help' || args[i] === '-h') {
|
|
58
|
+
showHelp = true;
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
if (showHelp) {
|
|
63
|
+
console.log(`${kleur.bold('create-tractstack')} - Initialize a new TractStack project
|
|
64
|
+
|
|
65
|
+
${kleur.bold('Usage:')}
|
|
66
|
+
create-tractstack [options]
|
|
67
|
+
|
|
68
|
+
${kleur.bold('Options:')}
|
|
69
|
+
--examples Include example components and collections route
|
|
70
|
+
--multi-tenant Enable multi-tenant functionality for sandbox hosting
|
|
71
|
+
--help, -h Show this help message
|
|
72
|
+
|
|
73
|
+
${kleur.bold('Examples:')}
|
|
74
|
+
create-tractstack
|
|
75
|
+
create-tractstack --examples
|
|
76
|
+
create-tractstack --multi-tenant
|
|
77
|
+
create-tractstack --examples --multi-tenant`);
|
|
78
|
+
process.exit(0);
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
// Check if we're in an Astro project
|
|
82
|
+
if (!existsSync('./astro.config.mjs') && !existsSync('./astro.config.ts')) {
|
|
83
|
+
console.log(kleur.red("❌ This doesn't appear to be an Astro project."));
|
|
84
|
+
console.log('Please run this command in the root of your Astro project.\n');
|
|
85
|
+
console.log('To create a new Astro project with TractStack:');
|
|
86
|
+
console.log(kleur.cyan('pnpm create astro@latest my-tractstack-site'));
|
|
87
|
+
console.log(kleur.cyan('cd my-tractstack-site'));
|
|
88
|
+
console.log(kleur.cyan('npx create-tractstack'));
|
|
89
|
+
process.exit(1);
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
// Prompt for configuration
|
|
93
|
+
const responses = await prompts([
|
|
94
|
+
{
|
|
95
|
+
type: 'text',
|
|
96
|
+
name: 'goBackend',
|
|
97
|
+
message: 'TractStack Go backend URL:',
|
|
98
|
+
initial: 'http://localhost:8080',
|
|
99
|
+
validate: (value) => {
|
|
100
|
+
try {
|
|
101
|
+
new URL(value);
|
|
102
|
+
return true;
|
|
103
|
+
} catch {
|
|
104
|
+
return 'Please enter a valid URL';
|
|
105
|
+
}
|
|
106
|
+
},
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
type: 'text',
|
|
110
|
+
name: 'tenantId',
|
|
111
|
+
message: 'Tenant ID:',
|
|
112
|
+
initial: 'default',
|
|
113
|
+
validate: (value) => value.length > 0 || 'Tenant ID is required',
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
type: 'text',
|
|
117
|
+
name: 'goBackendPath',
|
|
118
|
+
message: 'TractStack Go backend path:',
|
|
119
|
+
initial: `${homedir()}/t8k-go-server/`,
|
|
120
|
+
validate: (value) => {
|
|
121
|
+
if (!value || value.trim().length === 0) {
|
|
122
|
+
return 'Backend path is required';
|
|
123
|
+
}
|
|
124
|
+
// Ensure it ends with trailing slash for consistency
|
|
125
|
+
return true;
|
|
126
|
+
},
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
type: 'confirm',
|
|
130
|
+
name: 'includeExamples',
|
|
131
|
+
message:
|
|
132
|
+
'Include CodeHook examples? (custom components, collections route)',
|
|
133
|
+
initial: includeExamples,
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
type: 'confirm',
|
|
137
|
+
name: 'enableMultiTenant',
|
|
138
|
+
message: 'Enable multi-tenant functionality?',
|
|
139
|
+
initial: enableMultiTenant,
|
|
140
|
+
},
|
|
141
|
+
]);
|
|
142
|
+
|
|
143
|
+
if (!responses.goBackend || !responses.tenantId) {
|
|
144
|
+
console.log(kleur.red('\n❌ Setup cancelled.'));
|
|
145
|
+
process.exit(1);
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
// Create .env file
|
|
149
|
+
const envContent = `# TractStack Configuration
|
|
150
|
+
PUBLIC_GO_BACKEND="${responses.goBackend}"
|
|
151
|
+
PUBLIC_TENANTID="${responses.tenantId}"
|
|
152
|
+
PRIVATE_GO_BACKEND_PATH="${responses.goBackendPath.endsWith('/') ? responses.goBackendPath : responses.goBackendPath + '/'}"
|
|
153
|
+
`;
|
|
154
|
+
|
|
155
|
+
try {
|
|
156
|
+
writeFileSync('.env', envContent);
|
|
157
|
+
console.log(kleur.green('✅ Created .env file'));
|
|
158
|
+
} catch (error) {
|
|
159
|
+
console.log(kleur.red('❌ Failed to create .env file:', error.message));
|
|
160
|
+
process.exit(1);
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
// Install dependencies
|
|
164
|
+
const packageManager = detectPackageManager();
|
|
165
|
+
const addCommand =
|
|
166
|
+
packageManager === 'pnpm' ? 'pnpm add' : `${packageManager} add`;
|
|
167
|
+
|
|
168
|
+
console.log(kleur.cyan('\nInstalling dependencies...'));
|
|
169
|
+
try {
|
|
170
|
+
// Install React and Node adapter
|
|
171
|
+
execSync(
|
|
172
|
+
`${addCommand} react@^18.3.1 react-dom@^18.3.1 @astrojs/react@^4.0.0 @astrojs/node@^9.4.3`,
|
|
173
|
+
{ stdio: 'inherit' }
|
|
174
|
+
);
|
|
175
|
+
console.log(kleur.green('✅ React and Node adapter installed'));
|
|
176
|
+
|
|
177
|
+
// Install core dependencies
|
|
178
|
+
execSync(
|
|
179
|
+
`${addCommand} @nanostores/react@^1.0.0 nanostores@^1.0.1 @nanostores/persistent ulid`,
|
|
180
|
+
{
|
|
181
|
+
stdio: 'inherit',
|
|
182
|
+
}
|
|
183
|
+
);
|
|
184
|
+
console.log(kleur.green('✅ State management installed'));
|
|
185
|
+
|
|
186
|
+
// Install UI components
|
|
187
|
+
execSync(
|
|
188
|
+
`${addCommand} @ark-ui/react@^5.21.0 @heroicons/react@^2.1.1 @internationalized/date@3.8.2`,
|
|
189
|
+
{
|
|
190
|
+
stdio: 'inherit',
|
|
191
|
+
}
|
|
192
|
+
);
|
|
193
|
+
console.log(kleur.green('✅ UI components installed'));
|
|
194
|
+
|
|
195
|
+
// Install visualization dependencies
|
|
196
|
+
execSync(
|
|
197
|
+
`${addCommand} d3@^7.9.0 d3-sankey@^0.12.3 recharts@^3.1.2 player.js@^0.1.0 tinycolor2 html-to-image`,
|
|
198
|
+
{
|
|
199
|
+
stdio: 'inherit',
|
|
200
|
+
}
|
|
201
|
+
);
|
|
202
|
+
console.log(kleur.green('✅ Visualization dependencies installed'));
|
|
203
|
+
|
|
204
|
+
// Install additional dependencies
|
|
205
|
+
execSync(`${addCommand} path-to-regexp@^8.0.0`, { stdio: 'inherit' });
|
|
206
|
+
console.log(kleur.green('✅ Additional dependencies installed'));
|
|
207
|
+
|
|
208
|
+
// Install dev dependencies
|
|
209
|
+
execSync(
|
|
210
|
+
`${addCommand} -D @types/node@^22.18.0 @types/react@^18.3.11 @types/react-dom@^18.3.0 @types/d3@^7.4.3 @types/d3-sankey@^0.12.3 prettier@^3.3.3 prettier-plugin-astro@^0.14.1 prettier-plugin-tailwindcss@^0.6.8 typescript@^5.9.2 @types/tinycolor2 @mhsdesign/jit-browser-tailwindcss`,
|
|
211
|
+
{ stdio: 'inherit' }
|
|
212
|
+
);
|
|
213
|
+
console.log(kleur.green('✅ Dev dependencies installed'));
|
|
214
|
+
} catch (error) {
|
|
215
|
+
console.log(kleur.red('❌ Failed to install dependencies'));
|
|
216
|
+
console.log('Please run manually:');
|
|
217
|
+
console.log(
|
|
218
|
+
kleur.cyan(
|
|
219
|
+
`${addCommand} react@^18.3.1 react-dom@^18.3.1 @astrojs/react@^4.0.0 @astrojs/node@^9.4.3 @nanostores/react@^1.0.0 nanostores@^1.0.1 @nanostores/persistent ulid @ark-ui/react@^5.21.0 @heroicons/react@^2.1.1 @internationalized/date@3.8.2 d3@^7.9.0 d3-sankey@^0.12.3 recharts@^3.1.2 player.js@^0.1.0 tinycolor2 html-to-image path-to-regexp@^8.0.0`
|
|
220
|
+
)
|
|
221
|
+
);
|
|
222
|
+
console.log(
|
|
223
|
+
kleur.cyan(
|
|
224
|
+
`${addCommand} -D @types/node@^22.18.0 @types/react@^18.3.11 @types/react-dom@^18.3.0 @types/d3@^7.4.3 @types/d3-sankey@^0.12.3 prettier@^3.3.3 prettier-plugin-astro@^0.14.1 prettier-plugin-tailwindcss@^0.6.8 typescript@^5.9.2 @types/tinycolor2 @mhsdesign/jit-browser-tailwindcss`
|
|
225
|
+
)
|
|
226
|
+
);
|
|
227
|
+
process.exit(1);
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
// Create .gitignore
|
|
231
|
+
const gitignoreContent = `# Node.js dependencies
|
|
232
|
+
node_modules/
|
|
233
|
+
.pnpm-store/
|
|
234
|
+
|
|
235
|
+
# Astro build output
|
|
236
|
+
dist/
|
|
237
|
+
.astro/
|
|
238
|
+
|
|
239
|
+
# Environment variables
|
|
240
|
+
.env
|
|
241
|
+
.env.local
|
|
242
|
+
.env.production
|
|
243
|
+
|
|
244
|
+
# OS-specific files
|
|
245
|
+
.DS_Store
|
|
246
|
+
Thumbs.db
|
|
247
|
+
|
|
248
|
+
# Editor directories and files
|
|
249
|
+
.vscode/
|
|
250
|
+
.idea/
|
|
251
|
+
*.swp
|
|
252
|
+
*.swo
|
|
253
|
+
|
|
254
|
+
# TypeScript
|
|
255
|
+
*.tsbuildinfo
|
|
256
|
+
|
|
257
|
+
# Logs
|
|
258
|
+
logs
|
|
259
|
+
*.log
|
|
260
|
+
npm-debug.log*
|
|
261
|
+
yarn-debug.log*
|
|
262
|
+
yarn-error.log*
|
|
263
|
+
lerna-debug.log*
|
|
264
|
+
|
|
265
|
+
# TractStack specific
|
|
266
|
+
public/media/
|
|
267
|
+
src/content/generated/
|
|
268
|
+
`;
|
|
269
|
+
|
|
270
|
+
if (!existsSync('.gitignore')) {
|
|
271
|
+
writeFileSync('.gitignore', gitignoreContent);
|
|
272
|
+
console.log(kleur.green('✅ Created .gitignore'));
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
// Create directories
|
|
276
|
+
const dirs = [
|
|
277
|
+
'src',
|
|
278
|
+
'src/components',
|
|
279
|
+
'src/layouts',
|
|
280
|
+
'src/pages',
|
|
281
|
+
'src/types',
|
|
282
|
+
'src/utils',
|
|
283
|
+
'src/stores',
|
|
284
|
+
'src/hooks',
|
|
285
|
+
'public',
|
|
286
|
+
'public/brand',
|
|
287
|
+
'public/socials',
|
|
288
|
+
];
|
|
289
|
+
|
|
290
|
+
dirs.forEach((dir) => {
|
|
291
|
+
if (!existsSync(dir)) {
|
|
292
|
+
mkdirSync(dir, { recursive: true });
|
|
293
|
+
}
|
|
294
|
+
});
|
|
295
|
+
|
|
296
|
+
console.log(kleur.green('✅ Created directory structure'));
|
|
297
|
+
|
|
298
|
+
// Remove unwanted index.astro
|
|
299
|
+
const indexAstroPath = resolve('src/pages/index.astro');
|
|
300
|
+
if (existsSync(indexAstroPath)) {
|
|
301
|
+
unlinkSync(indexAstroPath);
|
|
302
|
+
console.log(kleur.green('✅ Removed src/pages/index.astro'));
|
|
303
|
+
} else {
|
|
304
|
+
console.log(kleur.yellow('⚠️ No src/pages/index.astro found to remove'));
|
|
305
|
+
}
|
|
306
|
+
|
|
307
|
+
// Update Astro config
|
|
308
|
+
async function updateAstroConfig() {
|
|
309
|
+
const configs = ['astro.config.mjs', 'astro.config.ts'];
|
|
310
|
+
let configFile = null;
|
|
311
|
+
|
|
312
|
+
for (const config of configs) {
|
|
313
|
+
if (existsSync(config)) {
|
|
314
|
+
configFile = config;
|
|
315
|
+
break;
|
|
316
|
+
}
|
|
317
|
+
}
|
|
318
|
+
|
|
319
|
+
if (!configFile) {
|
|
320
|
+
console.log(kleur.red('❌ No Astro config file found'));
|
|
321
|
+
return;
|
|
322
|
+
}
|
|
323
|
+
|
|
324
|
+
try {
|
|
325
|
+
let newContent;
|
|
326
|
+
if (configFile.endsWith('.ts')) {
|
|
327
|
+
newContent = `import { defineConfig } from 'astro/config';
|
|
328
|
+
import react from '@astrojs/react';
|
|
329
|
+
import node from '@astrojs/node';
|
|
330
|
+
import tractstack from 'astro-tractstack';
|
|
331
|
+
|
|
332
|
+
export default defineConfig({
|
|
333
|
+
integrations: [
|
|
334
|
+
react(),
|
|
335
|
+
tractstack({
|
|
336
|
+
includeExamples: ${responses.includeExamples},
|
|
337
|
+
enableMultiTenant: ${responses.enableMultiTenant},
|
|
338
|
+
}),
|
|
339
|
+
],
|
|
340
|
+
output: 'server',
|
|
341
|
+
adapter: node({
|
|
342
|
+
mode: 'standalone',
|
|
343
|
+
}),
|
|
344
|
+
});`;
|
|
345
|
+
} else {
|
|
346
|
+
newContent = `import { defineConfig } from 'astro/config';
|
|
347
|
+
import react from '@astrojs/react';
|
|
348
|
+
import node from '@astrojs/node';
|
|
349
|
+
import tractstack from 'astro-tractstack';
|
|
350
|
+
|
|
351
|
+
export default defineConfig({
|
|
352
|
+
integrations: [
|
|
353
|
+
react(),
|
|
354
|
+
tractstack({
|
|
355
|
+
includeExamples: ${responses.includeExamples},
|
|
356
|
+
enableMultiTenant: ${responses.enableMultiTenant},
|
|
357
|
+
}),
|
|
358
|
+
],
|
|
359
|
+
output: 'server',
|
|
360
|
+
adapter: node({
|
|
361
|
+
mode: 'standalone',
|
|
362
|
+
}),
|
|
363
|
+
});`;
|
|
364
|
+
}
|
|
365
|
+
|
|
366
|
+
writeFileSync(configFile, newContent);
|
|
367
|
+
console.log(kleur.green(`✅ Updated ${configFile}`));
|
|
368
|
+
} catch (error) {
|
|
369
|
+
console.log(
|
|
370
|
+
kleur.red(`❌ Failed to update ${configFile}:`, error.message)
|
|
371
|
+
);
|
|
372
|
+
}
|
|
373
|
+
}
|
|
374
|
+
|
|
375
|
+
// Create prettier config
|
|
376
|
+
const prettierConfig = `{
|
|
377
|
+
"semi": true,
|
|
378
|
+
"singleQuote": true,
|
|
379
|
+
"tabWidth": 2,
|
|
380
|
+
"trailingComma": "es5",
|
|
381
|
+
"printWidth": 80,
|
|
382
|
+
"plugins": [
|
|
383
|
+
"prettier-plugin-astro",
|
|
384
|
+
"prettier-plugin-tailwindcss"
|
|
385
|
+
],
|
|
386
|
+
"overrides": [
|
|
387
|
+
{
|
|
388
|
+
"files": "*.astro",
|
|
389
|
+
"options": {
|
|
390
|
+
"parser": "astro"
|
|
391
|
+
}
|
|
392
|
+
}
|
|
393
|
+
]
|
|
394
|
+
}`;
|
|
395
|
+
|
|
396
|
+
if (!existsSync('.prettierrc')) {
|
|
397
|
+
writeFileSync('.prettierrc', prettierConfig);
|
|
398
|
+
console.log(kleur.green('✅ Created Prettier config'));
|
|
399
|
+
}
|
|
400
|
+
|
|
401
|
+
// Create tsconfig.json
|
|
402
|
+
const tsConfig = `{
|
|
403
|
+
"extends": "astro/tsconfigs/strict",
|
|
404
|
+
"compilerOptions": {
|
|
405
|
+
"baseUrl": ".",
|
|
406
|
+
"paths": { "@/*": ["src/*"] },
|
|
407
|
+
"types": ["astro/client", "@astrojs/react", "node", "@types/react", "@types/react-dom", "@types/tinycolor2"]
|
|
408
|
+
},
|
|
409
|
+
"include": ["src/**/*", "public/**/*", "tailwind.config.cjs"],
|
|
410
|
+
"exclude": ["node_modules", "dist", ".astro"]
|
|
411
|
+
}`;
|
|
412
|
+
writeFileSync('tsconfig.json', tsConfig);
|
|
413
|
+
console.log(kleur.green('✅ Updated tsconfig.json'));
|
|
414
|
+
|
|
415
|
+
// Update package.json
|
|
416
|
+
try {
|
|
417
|
+
const pkg = JSON.parse(readFileSync('package.json', 'utf-8'));
|
|
418
|
+
pkg.scripts = {
|
|
419
|
+
...pkg.scripts,
|
|
420
|
+
dev: 'astro dev',
|
|
421
|
+
build: 'astro build',
|
|
422
|
+
format: 'prettier --write .',
|
|
423
|
+
'format:check': 'prettier --check .',
|
|
424
|
+
};
|
|
425
|
+
|
|
426
|
+
writeFileSync('package.json', JSON.stringify(pkg, null, 2));
|
|
427
|
+
console.log(kleur.green('✅ Updated package.json scripts'));
|
|
428
|
+
} catch (error) {
|
|
429
|
+
console.log(kleur.red('❌ Failed to update package.json:', error.message));
|
|
430
|
+
}
|
|
431
|
+
|
|
432
|
+
await updateAstroConfig();
|
|
433
|
+
|
|
434
|
+
// Initialize TractStack integration and format project files
|
|
435
|
+
try {
|
|
436
|
+
console.log(kleur.cyan('🔧 Initializing TractStack integration...'));
|
|
437
|
+
execSync(`${packageManager} astro build`, { stdio: 'inherit' });
|
|
438
|
+
console.log(kleur.green('✅ TractStack templates injected'));
|
|
439
|
+
|
|
440
|
+
//execSync(`${packageManager} format`, { stdio: 'inherit' });
|
|
441
|
+
//console.log(kleur.green('✅ Formatted project files'));
|
|
442
|
+
} catch (error) {
|
|
443
|
+
console.log(
|
|
444
|
+
kleur.yellow(
|
|
445
|
+
'⚠️ Setup completed, but run `pnpm astro build && pnpm format` to finish'
|
|
446
|
+
)
|
|
447
|
+
);
|
|
448
|
+
}
|
|
449
|
+
|
|
450
|
+
// Success message
|
|
451
|
+
console.log(kleur.green('\n🎉 TractStack setup complete!'));
|
|
452
|
+
|
|
453
|
+
const runCommand =
|
|
454
|
+
packageManager === 'pnpm' ? 'pnpm run' : `${packageManager} run`;
|
|
455
|
+
|
|
456
|
+
console.log('\nNext steps:');
|
|
457
|
+
console.log(kleur.cyan('1. Start your Go backend:'));
|
|
458
|
+
console.log(' tractstack-go');
|
|
459
|
+
console.log(kleur.cyan('2. Start your Astro development server:'));
|
|
460
|
+
console.log(` ${runCommand} dev`);
|
|
461
|
+
|
|
462
|
+
if (responses.enableMultiTenant) {
|
|
463
|
+
console.log('\n' + kleur.bold('Multi-tenant features enabled:'));
|
|
464
|
+
console.log(` • Tenant registration: ${kleur.cyan('/sandbox/register')}`);
|
|
465
|
+
console.log(` • Subdomain routing middleware added`);
|
|
466
|
+
console.log(` • Admin-only tenant management`);
|
|
467
|
+
console.log(
|
|
468
|
+
`\n${kleur.yellow('Note:')} Make sure your Go backend has ENABLE_MULTI_TENANT=true`
|
|
469
|
+
);
|
|
470
|
+
}
|
|
471
|
+
|
|
472
|
+
if (responses.includeExamples) {
|
|
473
|
+
console.log(`\n${kleur.bold('Example components included:')}`);
|
|
474
|
+
console.log(
|
|
475
|
+
` • Collections route: ${kleur.cyan('/collections/[param1]')}`
|
|
476
|
+
);
|
|
477
|
+
console.log(` • Custom components and CodeHooks`);
|
|
478
|
+
}
|
|
479
|
+
|
|
480
|
+
console.log('\n📚 Documentation: https://tractstack.org/docs');
|
|
481
|
+
}
|
|
482
|
+
|
|
483
|
+
main().catch(console.error);
|