Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ Bun is an incredibly fast JavaScript runtime, bundler, transpiler and package ma
- [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.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

🧩 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 -30

Repository: 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.com

Repository: 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:

  1. 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)

  2. 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:


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.


## Extensions

Expand Down