{"id":40662083,"url":"https://github.com/amardeeplakshkar/dash","last_synced_at":"2026-01-21T09:01:31.982Z","repository":{"id":274154306,"uuid":"922079203","full_name":"amardeeplakshkar/dash","owner":"amardeeplakshkar","description":"A powerful web-based development environment that combines real-time code editing with AI assistance, built with Next.js, React, and WebContainer API.","archived":false,"fork":false,"pushed_at":"2025-02-01T09:29:17.000Z","size":293,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-01T10:24:49.490Z","etag":null,"topics":["boltnew","code-generation","pollinations-ai","webcontainers-api"],"latest_commit_sha":null,"homepage":"https://dash-seven-delta.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/amardeeplakshkar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-25T09:02:52.000Z","updated_at":"2025-02-01T09:29:21.000Z","dependencies_parsed_at":"2025-01-25T10:17:33.159Z","dependency_job_id":"f1315450-3e0e-40d3-93fe-05bc877769e1","html_url":"https://github.com/amardeeplakshkar/dash","commit_stats":null,"previous_names":["amardeeplakshkar/dash"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/amardeeplakshkar/dash","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amardeeplakshkar%2Fdash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amardeeplakshkar%2Fdash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amardeeplakshkar%2Fdash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amardeeplakshkar%2Fdash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/amardeeplakshkar","download_url":"https://codeload.github.com/amardeeplakshkar/dash/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amardeeplakshkar%2Fdash/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28630938,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T04:47:28.174Z","status":"ssl_error","status_checked_at":"2026-01-21T04:47:22.943Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["boltnew","code-generation","pollinations-ai","webcontainers-api"],"created_at":"2026-01-21T09:00:48.737Z","updated_at":"2026-01-21T09:01:31.957Z","avatar_url":"https://github.com/amardeeplakshkar.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DASH - Interactive Code Editor with AI Integration\n\nA powerful web-based development environment that combines real-time code editing with AI assistance, built with Next.js, React, and WebContainer API.\n\n![DASH Screenshot](https://your-screenshot-url.png)\n\n## 🌟 Features\n\n- **Live Code Editor**: Built with Monaco Editor for a VS Code-like experience\n- **Real-time Preview**: Instant preview of your React applications\n- **AI Integration**: Powered by Pollinations AI for intelligent code suggestions\n- **WebContainer Integration**: Run Node.js applications directly in the browser\n- **Modern UI**: Built with Tailwind CSS and shadcn/ui components\n- **Dark/Light Mode**: Full theme support with system preference detection\n\n## 🚀 Getting Started\n\n### Prerequisites\n\n- Node.js 18+ \n- pnpm (recommended) or npm\n\n### Installation\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/amardeeplakshkar/DASH.git\ncd DASH\n```\n\n2. Install dependencies:\n```bash\npnpm install\n# or\nnpm install\n```\n\n3. Start the development server:\n```bash\npnpm dev\n# or\nnpm run dev\n```\n\n4. Open [http://localhost:3000](http://localhost:3000) in your browser\n\n## 🛠️ Tech Stack\n\n- **Framework**: [Next.js 15](https://nextjs.org/)\n- **UI Library**: [React 19](https://react.dev/)\n- **Styling**: [Tailwind CSS](https://tailwindcss.com/)\n- **Components**: [shadcn/ui](https://ui.shadcn.com/)\n- **Editor**: [Monaco Editor](https://microsoft.github.io/monaco-editor/)\n- **Runtime**: [WebContainer API](https://webcontainers.io/)\n- **AI Integration**: [Pollinations React](https://pollinations.ai/)\n\n## 📁 Project Structure\n\n```\nDASH/\n├── app/                  # Next.js app directory\n│   ├── (routes)/        # Application routes\n│   ├── globals.css      # Global styles\n│   └── layout.tsx       # Root layout\n├── components/          # React components\n│   ├── ui/             # UI components\n│   └── context/        # React context providers\n├── lib/                # Utility functions\n└── public/             # Static assets\n```\n\n## 🎯 Key Components\n\n- **ChatComponent**: AI-powered chat interface for code generation\n- **SdkComponent**: WebContainer-based code editor and preview\n- **FileGroupContext**: Manages file state across components\n- **ThemeProvider**: Handles application theming\n\n## 🔧 Configuration\n\nThe project includes several configuration files:\n\n- `next.config.ts`: Next.js configuration\n- `tailwind.config.ts`: Tailwind CSS configuration\n- `tsconfig.json`: TypeScript configuration\n- `postcss.config.mjs`: PostCSS configuration\n\n## 🤝 Contributing\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/amazing-feature`)\n3. Commit your changes (`git commit -m 'Add some amazing feature'`)\n4. Push to the branch (`git push origin feature/amazing-feature`)\n5. Open a Pull Request\n\n## 📄 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## 🙏 Acknowledgments\n\n- [Next.js](https://nextjs.org/) team for the amazing framework\n- [Vercel](https://vercel.com/) for hosting and deployment\n- [shadcn](https://twitter.com/shadcn) for the beautiful UI components\n- [WebContainer](https://webcontainers.io/) team for the browser-based runtime\n\n## 📞 Contact\n\n[@AmardeepDevs](https://twitter.com/AmardeepDevs)\n\nProject Link: [https://github.com/amardeeplakshkar/DASH](https://github.com/amardeeplakshkar/DASH)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famardeeplakshkar%2Fdash","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famardeeplakshkar%2Fdash","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famardeeplakshkar%2Fdash/lists"}