FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Add Create LINE Bot to Boilerplates by MankhongGarden · Pull Request #607 · unicodeveloper/awesome-nextjs · GitHub

Add Create LINE Bot to Boilerplates - #607

Open
MankhongGarden wants to merge 1 commit into
unicodeveloper:masterfrom
MankhongGarden:add-create-line-bot
Open

MankhongGarden wants to merge 1 commit into
unicodeveloper:masterfrom
MankhongGarden:add-create-line-bot

Conversation

Copy link
Copy Markdown

Adds Create LINE Bot to the Boilerplates section, appended at the end of the list.

What it is: a scaffolder (npx create-line-bot my-bot) for LINE Messaging API bots on Next.js 16 App Router + Supabase + Vercel. MIT licensed, published on npm as create-line-bot.

What it covers that a plain Next.js starter does not: LINE gives a webhook five seconds to return 200 before it retries, so the template verifies the signature, writes one row, acks, and moves the work to a separate worker route via after(). On top of that it ships four idempotency layers (webhook event id, single-use reply token, job claim with FOR UPDATE SKIP LOCKED, business dedupe key), an idempotent Rich Menu uploader, and LIFF login whose ID token is verified server-side.

Checked against the contribution guidelines: single suggestion, title case, [Title Case Name](link) - Description. format, description capitalised and ended with a period, appended at the end of its section, no trailing whitespace.

Thanks for maintaining the list.

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant


Back | FazBrowse Home | New Git URL