{"id":28405504,"url":"https://github.com/mihaicristianfarcas/adso","last_synced_at":"2025-06-29T06:31:12.743Z","repository":{"id":292343007,"uuid":"953030932","full_name":"mihaicristianfarcas/adso","owner":"mihaicristianfarcas","description":"Notion-like note-taking app specialized on organizing thoughts and exploring ideas.","archived":false,"fork":false,"pushed_at":"2025-05-28T07:20:07.000Z","size":3231,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-25T17:28:43.082Z","etag":null,"topics":["blocknotejs","clerkauth","convex-database","edgestore","full-stack","nextjs","notebook","notes-app","notion-clone","shadcn-ui","typescript"],"latest_commit_sha":null,"homepage":"https://adso-one.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mihaicristianfarcas.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null}},"created_at":"2025-03-22T12:10:39.000Z","updated_at":"2025-06-25T07:38:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"ea948500-b337-4f48-98b7-854fb48d710d","html_url":"https://github.com/mihaicristianfarcas/adso","commit_stats":null,"previous_names":["forquosh/adso","mihaicristianfarcas/adso"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mihaicristianfarcas/adso","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mihaicristianfarcas%2Fadso","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mihaicristianfarcas%2Fadso/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mihaicristianfarcas%2Fadso/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mihaicristianfarcas%2Fadso/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mihaicristianfarcas","download_url":"https://codeload.github.com/mihaicristianfarcas/adso/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mihaicristianfarcas%2Fadso/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262546738,"owners_count":23327022,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["blocknotejs","clerkauth","convex-database","edgestore","full-stack","nextjs","notebook","notes-app","notion-clone","shadcn-ui","typescript"],"created_at":"2025-06-01T21:36:54.576Z","updated_at":"2025-06-29T06:31:12.737Z","avatar_url":"https://github.com/mihaicristianfarcas.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Adso - Modern Note-Taking Application\n\nAdso is a feature-rich, Notion-like note-taking application built with Next.js,\nallowing you to create, organize, and share documents with a clean, intuitive\ninterface.\n\n![Adso Logo](public/logo.png)\n\n## Features\n\n- **Rich Text Editor**: Create and edit documents with a powerful block-based\n  editor\n- **Document Organization**: Organize your notes with a sidebar navigation\n  system\n- **Real-time Collaboration**: Changes sync instantly with Convex backend\n- **Light/Dark Mode**: Toggle between light and dark themes\n- **Cover Images**: Add beautiful cover images to your documents\n- **Icon Customization**: Personalize documents with custom icons\n- **User Authentication**: Secure login with Clerk authentication\n- **File Storage**: Upload and store images with EdgeStore\n- **Responsive Design**: Works seamlessly across desktop and mobile devices\n\n## Tech Stack\n\n- **Frontend**: Next.js 15, React 19, TypeScript, Tailwind CSS\n- **Backend**: Convex (for real-time database)\n- **Authentication**: Clerk\n- **Editor**: BlockNote\n- **File Storage**: EdgeStore\n- **Styling**: Tailwind CSS, Radix UI\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js 18.x or higher\n- pnpm, npm, or yarn\n\n### Installation\n\n1. Clone the repository\n\n   ```bash\n   git clone https://github.com/yourusername/adso.git\n   cd adso\n   ```\n\n2. Install dependencies\n\n   ```bash\n   pnpm install\n   ```\n\n3. Set up environment variables Create a `.env.local` file in the root directory\n   with:\n\n   ```\n   # Clerk Authentication\n   NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=\n   CLERK_SECRET_KEY=\n\n   # Convex\n   NEXT_PUBLIC_CONVEX_URL=\n\n   # EdgeStore\n   EDGE_STORE_ACCESS_KEY=\n   EDGE_STORE_SECRET_KEY=\n   ```\n\n4. Start the development server\n\n   ```bash\n   pnpm dev\n   ```\n\n5. Open [http://localhost:3000](http://localhost:3000) with your browser to see\n   the app.\n\n## Usage\n\n- **Create a document**: Click the \"+ New Page\" button in the sidebar\n- **Edit content**: Click on any document to open the editor\n- **Add cover image**: Use the cover image tool in the editor toolbar\n- **Customize icon**: Click the icon picker to change document icons\n- **Publish your work**: Use the \"Publish\" button to share your work easily via\n  the provided preview link\n- **Toggle theme**: Use the theme toggle in the navbar\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n## License\n\nThis project is licensed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmihaicristianfarcas%2Fadso","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmihaicristianfarcas%2Fadso","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmihaicristianfarcas%2Fadso/lists"}