Conversation
WalkthroughA new boilerplate entry for Eden Stack was added to the README.md file. Eden Stack is described as a production-ready AI-native SaaS starter kit built on Bun with TanStack Start, Elysia, Neon PostgreSQL, Stripe, and Inngest. Changes
🚥 Pre-merge checks | ✅ 2✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In `@README.md`:
- Line 71: The README entry for "Eden Stack" uses an external site URL rather
than the GitHub link used by the other boilerplates; update the "Eden Stack"
list item so it follows the same pattern as the other entries by replacing
https://eden-stack.com with the project's GitHub repository URL (or, if no repo
exists, add a parenthetical note stating that only a website is available) so
the boilerplates section remains consistent with the other entries.
| - [Bun OpenAI Whisper Microservice with Docker](https://github.com/Illyism/whisper-docker) | ||
| - [DBest Stack](https://github.com/itsyoboieltr/dbest-stack) | ||
| - [🐵 Xmonkey Userscript: Bun + TypeScript Boilerplate](https://github.com/genzj/bun-ts-userscript-starter) | ||
| - [Eden Stack](https://eden-stack.com) - Production-ready AI-native SaaS starter kit built on Bun with TanStack Start, Elysia, Neon PostgreSQL, Stripe, and Inngest. Includes agentic chat, web search, deep research, document processing, and 30+ Claude skills for AI-powered development. |
There was a problem hiding this comment.
🧩 Analysis chain
🏁 Script executed:
# First, let's see the boilerplate section context in README.md
grep -n "Boilerplates\|eden-stack\|github.com" README.md | head -30Repository: oven-sh/awesome-bun
Length of output: 3143
🏁 Script executed:
# Check URL accessibility
curl -I -s -o /dev/null -w "HTTP Status: %{http_code}\n" https://eden-stack.comRepository: oven-sh/awesome-bun
Length of output: 79
🌐 Web query:
Eden Stack GitHub repository boilerplate starter kit
💡 Result:
I couldn’t find a single, widely-recognized GitHub repo literally named “Eden Stack” boilerplate, but people use “Eden stack” to mean different things. Here are the two most relevant starter/boilerplate repos that match common interpretations:
-
Edenia Full-Stack Boilerplate (web3 dApp template)
Repo:edenia/full-stack-boilerplate— a full-stack monorepo template (React + Hapi + Hasura + Kubernetes + Antelope/EOSIO integration). (github.com) -
Elysia + Eden (Treaty) + Better Auth “stack” template
Repo:masrurimz/tanstack-start-elysia-better-auth-bun— full-stack monorepo template using TanStack Start (frontend) + Elysia (backend) + a type-safe client via Eden Treaty, plus Better Auth. (github.com)
If you tell me which “Eden” you mean (Edenia web3 boilerplate vs Elysia + Eden Treaty), I can narrow it to the best canonical starter and the recommended “use this template”/CLI command.
Citations:
- 1: https://github.com/edenia/full-stack-boilerplate?utm_source=openai
- 2: https://github.com/masrurimz/tanstack-start-elysia-better-auth-bun?utm_source=openai
Inconsistent linking pattern in boilerplates section.
This entry breaks the established pattern: all 16 other boilerplate entries (lines 55–70) link to GitHub repositories, while this entry links to a website (https://eden-stack.com). Consider linking to a GitHub repository instead for consistency, or clarify if a repository exists that should be referenced.
🧰 Tools
🪛 LanguageTool
[style] ~71-~71: Consider a different adjective to strengthen your wording.
Context: ...est. Includes agentic chat, web search, deep research, document processing, and 30+ ...
(DEEP_PROFOUND)
🤖 Prompt for AI Agents
In `@README.md` at line 71, The README entry for "Eden Stack" uses an external
site URL rather than the GitHub link used by the other boilerplates; update the
"Eden Stack" list item so it follows the same pattern as the other entries by
replacing https://eden-stack.com with the project's GitHub repository URL (or,
if no repo exists, add a parenthetical note stating that only a website is
available) so the boilerplates section remains consistent with the other
entries.
Summary
Adds Eden Stack to the Boilerplates section.
Eden Stack is a production-ready AI-native SaaS starter kit built entirely on Bun with:
Bun is used as the package manager and runtime throughout the entire stack.
Website: https://eden-stack.com