flowershow/flowershow
This is an external open-source GitHub repository imported into the WOCSOL Marketplace for discovery. The original repository owner is the primary creator.
Repository Details
Repository Description
๐ Publish markdown (and html) websites, docs, wikis and websites in seconds. Integrates with your AI.
๐ Publish markdown (and html) websites, docs, wikis and websites in seconds. Integrates with your AI.
[](https://skills.sh/flowershow/skills) # Flowershow ๐ > ## Publish markdown quickly and easily - for docs, knowledgebases, websites and more ### Try it out now and sign up at https://flowershow.app/ Want to see it in action? ๐ https://flowershow.app itself is built and published with Flowershow ๐ - ๐ Docs: https://flowershow.app/docs - ๐ค for AI: https://flowershow.app/cli - ๐ for Obsidian: https://flowershow.app/uses/obsidian Flowershow is proudly open-source. Flowershow is a product of [Datopian](https://datopian.com) - dedicated to democratising the power of data & knowledge. --- --- # For Developers The information below is for folks interesting in contributing to or using Flowershow from source. ## Monorepo Structure This is a [Turborepo](https://turbo.build/) monorepo managed with [pnpm](https://pnpm.io/) workspaces. ``` apps/ flowershow/ # Next.js web application (flowershow.app) cli/ # Go CLI (`fl`) โ publish markdown files from the terminal or AI agents packages/ api-contract/ # @flowershow/api-contract โ Zod schemas, TS types, OpenAPI 3.1 spec cloudflare-worker/ # Markdown processing Cloudflare worker remark-wiki-link/ # @flowershow/remark-wiki-link โ remark plugin for wiki-style links content/ flowershow-app/ # Marketing site content (Obsidian vault, not a workspace package) ``` ## Quick Start **Prerequisites:** [Node.js 22+](https://nodejs.org/), [pnpm](https://pnpm.io/installation), and [Docker](https://docs.docker.com/get-docker/). ```bash # Clone (include the e2e test-site submodule) git clone --recurse-submodules https://github.com/flowershow/flowershow.git cd flowershow # Install dependencies pnpm install # Copy env template (then edit apps/flowershow/.env with your secrets) cp apps/flowershow/.en
Related Repositories
Product Discussion
Ask questions or discuss this product. New comments are reviewed before publishing.
Loading comments...