{"id":15147615,"url":"https://github.com/chromeuniverse/luccanotes","last_synced_at":"2026-02-26T07:43:39.255Z","repository":{"id":195230393,"uuid":"597801435","full_name":"ChromeUniverse/luccanotes","owner":"ChromeUniverse","description":"A full-stack note-taking app for Markdown lovers 💙","archived":false,"fork":false,"pushed_at":"2024-03-25T06:31:28.000Z","size":2109,"stargazers_count":21,"open_issues_count":6,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-10-10T01:44:10.550Z","etag":null,"topics":["markdown","nextjs","note-taking","t3-stack","typescript"],"latest_commit_sha":null,"homepage":"https://luccanotes.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/ChromeUniverse.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-02-05T17:22:51.000Z","updated_at":"2024-05-14T19:57:44.000Z","dependencies_parsed_at":"2024-09-26T13:01:19.058Z","dependency_job_id":null,"html_url":"https://github.com/ChromeUniverse/luccanotes","commit_stats":{"total_commits":122,"total_committers":1,"mean_commits":122.0,"dds":0.0,"last_synced_commit":"3992c89554fcf394847d98a08cebf3958c69fc97"},"previous_names":["chromeuniverse/luccanotes"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChromeUniverse%2Fluccanotes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChromeUniverse%2Fluccanotes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChromeUniverse%2Fluccanotes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChromeUniverse%2Fluccanotes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ChromeUniverse","download_url":"https://codeload.github.com/ChromeUniverse/luccanotes/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219867141,"owners_count":16555821,"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":["markdown","nextjs","note-taking","t3-stack","typescript"],"created_at":"2024-09-26T13:00:16.956Z","updated_at":"2025-10-24T03:30:48.413Z","avatar_url":"https://github.com/ChromeUniverse.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LuccaNotes\n\nA full-stack note-taking app made by Lucca Rodrigues for fellow lovers of Markdown. 💙\n\nBuilt with the awesome [T3 stack](https://create.t3.gg/) for [Next.js](https://nextjs.org/), deployed on [Supabase](https://supabase.com/) and [Vercel](https://vercel.com/).\n\n[LuccaNotes is now live!](https://luccanotes.vercel.app/) Go check it out.\n\n![LuccaNotes landing page](https://blaring.net/images/portfolio/luccanotes/landing-page.png)\n\n## Features\n\nHere are just a few of LuccaNotes' awesome features:\n\n- **GitHub Flavored Markdown**: The best flavor of Markdown! The GFM spec is supported by LuccaNotes' text editor and Markdown renderer for note previews.\n- **Auto-saving**: Changes to your notes are automatically saved to LuccaNotes' backend, meaning you'll never need to worry about losing your work.\n- **Tags keep notes tidy**: Our tagging system allows you to effortlessly group, organize, and search through your notes - regardless if you have 5 or 5000!\n- **Note previews**: The toggleable Markdown preview displays a fully rendered version of your note's content as you type it out in the text editor.\n- **Keyboard navigation \u0026 a11y**: LuccaNotes is built with full accessibility in mind. In addition to a more inclusive UX, this allows for speedy keyboard navigation throughout the entire app.\n- **Sort, Filter \u0026 Search**: A sensible and easy-to-use search tool lets you quickly browse your collection and find the note you're looking for. It's as simple as that!\n\n## Local development\n\n**Prerequisites**: Make sure [Node.js](https://nodejs.org/) and [PostgreSQL](https://www.postgresql.org/) are installed on your system.\n\n- Clone and `cd` into this repo. \n```\n$ git clone https://github.com/ChromeUniverse/luccanotes.git\n$ cd luccanotes\n```\n- Install dependencies:\n```\nnpm i\n```\n- Register new OAuth2 apps with Google and Discord. See [NextAuth docs on Authentication Providers](https://next-auth.js.org/providers/) for more information.\n- Create a new `.env` file by copying and pasting `.env.example`, then populate it with your environment variables, including Prisma connection string, OAuth2 credentials and NextAuth secret.\n- Create a new PostgreSQL database for this app and push the Prisma schema.\n```\nnpx prisma db push\n```\n- Start the local development server.\n```\nnpm run dev\n```\n\n## Deploying\n\nLuccaNotes' live demo is deployed on Vercel (Next.js app) and Supabase (PostgreSQL database), but any hosting services with support for Next.js and/or PostgreSQL should work fine.\n\n**First, set up your database.** To deploy on Supabase, first create a new project. Once it's set up, go to Project Settings -\u003e Database -\u003e Connection String. Copy the Node.js connection string and temporarily change it to your local `.env`, then push your Prisma schema by running `npx prisma db push` locally.\n\n**Now, the Next.js app.** To deploy on Vercel, simply visit your [dashboard](https://vercel.com/dashboard), select your GitHub repo, set up your environment variables, and voilà! ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchromeuniverse%2Fluccanotes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchromeuniverse%2Fluccanotes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchromeuniverse%2Fluccanotes/lists"}