UNPKG

oneie

Version:

Build apps, websites, and AI agents in English. Zero-interaction setup for AI agents (Claude Code, Cursor, Windsurf). Download to your computer, run in the cloud, deploy to the edge. Open source and free forever.

19 lines 473 B
/** * Create Website Command * * Scaffolds a complete website with: * - Astro 5 + React 19 * - Tailwind CSS v4 * - shadcn/ui components * - Configured with organization branding */ interface WebsiteOptions { name?: string; orgName?: string; orgWebsite?: string; directory?: string; backendEnabled?: boolean; } export declare function createWebsite(options?: WebsiteOptions): Promise<void>; export {}; //# sourceMappingURL=create-website.d.ts.map