{"id":21622664,"url":"https://github.com/midoahmed/flexinote-nextjs","last_synced_at":"2026-04-11T10:37:23.595Z","repository":{"id":177426469,"uuid":"660362412","full_name":"MidoAhmed/flexiNote-nextjs","owner":"MidoAhmed","description":"[Learning Next.js] FlexiNote is an MVP app built with Next.js for note-taking, inspired by applications like Notion/Wiki.","archived":false,"fork":false,"pushed_at":"2023-07-19T08:46:15.000Z","size":1210,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-06T20:55:27.566Z","etag":null,"topics":["jwt","next-auth","nextjs","oauth","typescript"],"latest_commit_sha":null,"homepage":"","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/MidoAhmed.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":"2023-06-29T20:53:25.000Z","updated_at":"2023-06-30T02:56:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"742a652d-64f0-4a23-800c-79d8898191d2","html_url":"https://github.com/MidoAhmed/flexiNote-nextjs","commit_stats":null,"previous_names":["midoahmed/flexinote-nextjs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MidoAhmed/flexiNote-nextjs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MidoAhmed%2FflexiNote-nextjs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MidoAhmed%2FflexiNote-nextjs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MidoAhmed%2FflexiNote-nextjs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MidoAhmed%2FflexiNote-nextjs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MidoAhmed","download_url":"https://codeload.github.com/MidoAhmed/flexiNote-nextjs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MidoAhmed%2FflexiNote-nextjs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31677819,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T08:18:19.405Z","status":"ssl_error","status_checked_at":"2026-04-11T08:17:08.892Z","response_time":54,"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":["jwt","next-auth","nextjs","oauth","typescript"],"created_at":"2024-11-25T00:09:36.987Z","updated_at":"2026-04-11T10:37:23.565Z","avatar_url":"https://github.com/MidoAhmed.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"- FlexiNote is an MVP app built with Next.js for note-taking purposes, inspired by applications like Notion/Wiki.\n\n  NB: This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).\n\n## Stack\n\n- Typescript\n- eslint and prettier setup\n- Next.js v13\n- Node v18.16.0 (LTS)\n- MongoDB (can use free hosted one, will cover this later)\n- Tailwind CSS\n\n## MVP features\n\n- User Registration and Authentication :\n\n  - [next-auth](https://next-auth.js.org/) It handles all of our auth needs and more.\n  - We want to allow users to signup with a Github account and then use a JWT to authenticate requests.\n\n- Static routes and content:\n\n  - Landing page that matches the published content from our CMS (Fake CMS content)\n\n- Dynamic routes and content:\n\n  - Blog Posts\n\n- Conntecting to a DB (MongoDB)\n- Creating API routes\n- ~~previewing content~~\n- ~~previewing your entire app~~\n\n## Simple Architecture\n\n![alt text](./public/FlexiNote-arch.png 'Architecture ')\n\n## Getting Started\n\nFirst, run the development server:\n\n```bash\nnpm run dev\n# or\nyarn dev\n# or\npnpm dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\nYou can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.\n\nThis project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.\n\n## Learn More\n\nTo learn more about Next.js, take a look at the following resources:\n\n- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.\n- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.\n\nYou can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!\n\n## Deploy on Vercel\n\nThe easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template\u0026filter=next.js\u0026utm_source=create-next-app\u0026utm_campaign=create-next-app-readme) from the creators of Next.js.\n\nCheck out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmidoahmed%2Fflexinote-nextjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmidoahmed%2Fflexinote-nextjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmidoahmed%2Fflexinote-nextjs/lists"}