{"id":27054789,"url":"https://github.com/bitkarrot/laisee-frontpage","last_synced_at":"2026-02-11T11:02:10.015Z","repository":{"id":41494697,"uuid":"428068869","full_name":"bitkarrot/laisee-frontpage","owner":"bitkarrot","description":null,"archived":false,"fork":false,"pushed_at":"2024-02-13T04:21:50.000Z","size":5120,"stargazers_count":0,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-09T09:42:30.660Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://laisee.org","language":"JavaScript","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/bitkarrot.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}},"created_at":"2021-11-14T23:48:57.000Z","updated_at":"2022-01-11T01:36:19.000Z","dependencies_parsed_at":"2024-02-13T05:37:22.933Z","dependency_job_id":null,"html_url":"https://github.com/bitkarrot/laisee-frontpage","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bitkarrot/laisee-frontpage","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitkarrot%2Flaisee-frontpage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitkarrot%2Flaisee-frontpage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitkarrot%2Flaisee-frontpage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitkarrot%2Flaisee-frontpage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bitkarrot","download_url":"https://codeload.github.com/bitkarrot/laisee-frontpage/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitkarrot%2Flaisee-frontpage/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29332292,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T06:13:03.264Z","status":"ssl_error","status_checked_at":"2026-02-11T06:12:55.843Z","response_time":97,"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":[],"created_at":"2025-04-05T09:17:04.698Z","updated_at":"2026-02-11T11:02:09.999Z","avatar_url":"https://github.com/bitkarrot.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Laisee.org\n\n## 🧧Little red envelopes with money in them: ⚡Lightning Laisee.\nWhat is a Laisee?\n\nLaisee are little red envelopes with money. Lightning Laisee contain Bitcoin on the Lightning Network. They can exist in both physical and digital form. You can send a Lightning Laisee to anyone in the world.\n\n## Built with A statically generated blog example using Next.js and Markdown\n\nThis example showcases Next.js's [Static Generation](https://nextjs.org/docs/basic-features/pages) feature using Markdown files as the data source.\n\nThe blog posts are stored in `/_posts` as Markdown files with front matter support. Adding a new Markdown file in there will create a new blog post.\n\nTo create the blog posts we use [`remark`](https://github.com/remarkjs/remark) and [`remark-html`](https://github.com/remarkjs/remark-html) to convert the Markdown files into an HTML string, and then send it down as a prop to the page. The metadata of every post is handled by [`gray-matter`](https://github.com/jonschlinkert/gray-matter) and also sent in props to the page.\n\n## Lightning Addresses\n\nLightning addresses are dynamically added by external script to `public/.well-known/lnurlp` directory\n\nAn example address: `user@laisee.org`\n\n**PLEASE BE AWARE THAT ANY CHANGES TO FILES IN THIS DIRECTORY \nCOULD ADVERSELY AFFECT TG USER ACCOUNTS, \nAS DATA IS NOT SYNCED WITH LNBITS OR POSTGRES**\n\n## Demo\n\n[https://laisee-frontpage.vercel.app/](https://laisee-frontpage.vercel.app/)\n\n\n## How to run\n\n```\ngit clone https://github.com/bitkarrot/laisee-frontpage\ncd laisee-frontpage\nnpm i\nnpm run dev \n```\n\nYour blog should be up and running on [http://localhost:3000](http://localhost:3000)! If it doesn't work, post on [GitHub discussions](https://github.com/vercel/next.js/discussions).\n\nRequires npm 16.10 or higher. npm can be [installed as instructed here](https://www.linode.com/docs/guides/how-to-install-use-node-version-manager-nvm/).\n\n\n\u003e **Pushing to this repo will auto deploy with Vercel**\n\nDeploy it to the cloud with [Vercel](https://vercel.com/new?utm_source=github\u0026utm_medium=readme\u0026utm_campaign=next-example) ([Documentation](https://nextjs.org/docs/deployment)).\n\n## Preview\n\nPreview the example live on [StackBlitz](http://stackblitz.com/):\n\n[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/bitkarrot/laisee-frontpage)\n\n\n\n# Notes\n\nThis blog-starter uses [Tailwind CSS](https://tailwindcss.com). To control the generated stylesheet's filesize, this example uses Tailwind CSS' v2.0 [`purge` option](https://tailwindcss.com/docs/controlling-file-size/#removing-unused-css) to remove unused CSS.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitkarrot%2Flaisee-frontpage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbitkarrot%2Flaisee-frontpage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitkarrot%2Flaisee-frontpage/lists"}