A comprehensive platform for script management and execution, built with modern web technologies and deployed on Cloudflare's edge network.
A modern web application built with Next.js, TypeScript, Supabase and Tailwind CSS. Provides the main user interface for script discovery, installation, and management.
A high-performance API service for the Dione platform, built with Hono.js and deployed on Cloudflare Workers. Provides backend functionality for script management, user authentication, and real-time communication.
A modern documentation site built with Astro, TypeScript, and Tailwind CSS. Provides comprehensive guides, tutorials, and API documentation for developers and users.
# clone the repository
git clone https://github.com/dioneapp/getdione.app.git
cd getdione.app
# install dependencies
pnpm install
# run development servers
pnpm dev
This is a monorepo using pnpm workspaces. Each component can be developed independently:
# run web app
pnpm --filter web dev
# run api
pnpm --filter api dev
# run docs
pnpm --filter docs dev
This project is licensed under the terms of the MIT license included in the repository.