{"id":26221417,"url":"https://github.com/i-adarsh-i/nest---note-taking-app","last_synced_at":"2026-04-14T06:03:05.901Z","repository":{"id":276556450,"uuid":"929619649","full_name":"I-Adarsh-I/Nest---Note-taking-app","owner":"I-Adarsh-I","description":"Nest is an advanced note-taking app  real-time sync, rich text editing, and seamless organization for enhanced productivity and collaboration.","archived":false,"fork":false,"pushed_at":"2025-03-11T16:38:41.000Z","size":804,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-27T16:13:00.294Z","etag":null,"topics":["blocknote","convex","nextjs","react","reactjs","tailwindcss"],"latest_commit_sha":null,"homepage":"https://nest-notes-app.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/I-Adarsh-I.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-02-09T00:53:12.000Z","updated_at":"2025-03-11T16:38:44.000Z","dependencies_parsed_at":"2025-03-05T15:20:12.904Z","dependency_job_id":"33a0a17d-238c-4891-baaf-39488c91367a","html_url":"https://github.com/I-Adarsh-I/Nest---Note-taking-app","commit_stats":null,"previous_names":["i-adarsh-i/nest---note-taking-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/I-Adarsh-I/Nest---Note-taking-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/I-Adarsh-I%2FNest---Note-taking-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/I-Adarsh-I%2FNest---Note-taking-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/I-Adarsh-I%2FNest---Note-taking-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/I-Adarsh-I%2FNest---Note-taking-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/I-Adarsh-I","download_url":"https://codeload.github.com/I-Adarsh-I/Nest---Note-taking-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/I-Adarsh-I%2FNest---Note-taking-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31784255,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T02:24:21.117Z","status":"ssl_error","status_checked_at":"2026-04-14T02:24:20.627Z","response_time":153,"last_error":"SSL_read: 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":["blocknote","convex","nextjs","react","reactjs","tailwindcss"],"created_at":"2025-03-12T16:20:14.932Z","updated_at":"2026-04-14T06:03:05.879Z","avatar_url":"https://github.com/I-Adarsh-I.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nest - Note-Taking App\n\nNest is a powerful and intuitive note-taking application built using **Next.js**, **Convex**, **Clerk** and **Edge Store** for seamless file storage. The app allows users to create, manage, and store their notes efficiently with a modern and user-friendly interface.\n\n## Features\n\n- **Fast \u0026 Responsive UI**: Built with Next.js for a smooth experience.\n- **Realtime Sync**: Data is managed and updated in real-time using Convex.\n- **Secure File Storage**: Edge Store ensures safe and efficient file management.\n- **Organized Note Management**: Create, edit, delete, and organize notes effortlessly.\n- **Authentication \u0026 Login**: Secure authentication using Clerk.\n- **Ask AI**: An AI-powered interface to help users resolve their queries.\n\n## Tech Stack\n\n- **Frontend**: [Next.js](https://nextjs.org/)\n- **Backend/Database**: [Convex](https://convex.dev/)\n- **File Storage**: [Edge Store](https://edgestore.dev/)\n- **Authentication**: [Clerk](https://clerk.com/)\n- **Styling**: Tailwind CSS\n\n## Folder Structure - \n```\n📦 nest-note-app\n├── 📂 convex                 # Convex backend logic\n│   ├── 📂 _generated        # Auto-generated Convex files\n│   ├── 📄 auth.config.ts    # Authentication configuration\n│   ├── 📄 documents.ts      # Document-related Convex functions\n│   ├── 📄 messages.ts       # Message handling in Convex\n│   ├── 📄 schema.ts         # Database schema definition\n├── 📂 public                 # Public assets (images, icons, etc.)\n├── 📂 src                    # Source code directory\n│   ├── 📂 app               # Main application pages\n│   │   ├── 📂 landing      # Landing page\n│   │   ├── 📂 chat         # Chat interface\n│   │   ├── 📂 main         # Main application logic\n│   │   ├── 📂 public       # Public-facing routes\n│   ├── 📂 api               # API routes\n│   ├── 📄 favicon.ico       # Favicon for the app\n│   ├── 📄 globals.css       # Global styles\n│   ├── 📄 layout.tsx        # Root layout component\n│   ├── 📂 components        # Reusable UI components\n│   ├── 📂 hooks             # Custom React hooks\n│   ├── 📂 lib               # Utility functions and libraries\n│   ├── 📂 utils             # Additional utilities\n│   │   ├── 📂 y-sweet      # YJS-related utilities for real-time collaboration\n├── 📄 .gitignore            # Git ignore file\n├── 📄 README.md             # Project documentation\n├── 📄 components.json       # Component configuration file\n├── 📄 eslint.config.mjs     # ESLint configuration\n├── 📄 liveblocks.config.ts  # Liveblocks configuration for real-time collaboration\n├── 📄 next.config.mjs       # Next.js configuration (MJS format)\n├── 📄 next.config.ts        # Next.js configuration (TS format)\n├── 📄 package-lock.json     # npm package lock file\n├── 📄 package.json          # Project dependencies and scripts\n├── 📄 postcss.config.mjs    # PostCSS configuration\n├── 📄 tailwind.config.ts    # Tailwind CSS configuration\n├── 📄 tsconfig.json         # TypeScript configuration\n```\n\n\n## Installation\n\nFollow these steps to set up the project locally:\n\n```sh\n# Clone the repository\ngit clone [https://github.com/yourusername/nest-note-app.git](https://github.com/I-Adarsh-I/Nest---Note-taking-app.git)\n\n# Navigate to the project directory\ncd nest-note-app\n\n# Install dependencies\nnpm install\n\n# Set up environment variables\ncp .env.example .env  # Update the .env file with your credentials\n\n# Run the development server\nnpm run dev\n```\n\nThe app will be available at `http://localhost:3000`.\n\n## Configuration\n\nMake sure to set up your environment variables in the `.env` file correctly. Example:\n\n```sh\nNEXT_PUBLIC_CONVEX_URL=\nNEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=\nCLERK_SECRET_KEY=\nEDGE_STORE_ACCESS_KEY=\nEDGE_STORE_SECRET_KEY=\n\n# Google Generative AI API key\nGOOGLE_GENERATIVE_AI_API_KEY=\nGOOGLE_CALENDAR_API_KEY=\nGOOGLE_OAUTH_CLIENT_SECERET=\n\n#Web-push\nNEXT_PUBLIC_VAPID_PUBLIC_KEY=\nVAPID_PRIVATE_KEY=\nNODE_ENV=\n```\n\n***EdgeStore configuration***\n- To configure EdgeStore in NextJs, please refer to their docs  - [EdgeStore](https://edgestore.dev/docs/quick-start)\n\n## Contributing\n\nContributions are welcome! Feel free to open an issue or submit a pull request.\n\n## Contact\n\nFor any questions or feedback, reach out to me at [adarshsi.inofo@gmail.com](mailto:adarshsi.inofo@gmail.com) or open an issue on [GitHub](https://github.com/I-Adarsh-I/Nest---Note-taking-app).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fi-adarsh-i%2Fnest---note-taking-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fi-adarsh-i%2Fnest---note-taking-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fi-adarsh-i%2Fnest---note-taking-app/lists"}