Skip to content

Add Eden Stack to Boilerplates#116

Open
magnusrodseth wants to merge 1 commit intooven-sh:mainfrom
magnusrodseth:add-eden-stack
Open

Add Eden Stack to Boilerplates#116
magnusrodseth wants to merge 1 commit intooven-sh:mainfrom
magnusrodseth:add-eden-stack

Conversation

@magnusrodseth
Copy link

Summary

Adds Eden Stack to the Boilerplates section.

Eden Stack is a production-ready AI-native SaaS starter kit built entirely on Bun with:

  • TanStack Start + Elysia (Bun-native web framework) + Eden Treaty for end-to-end type safety
  • Neon PostgreSQL + Drizzle ORM + pgvector for the data layer
  • Better Auth, Stripe payments, Inngest durable background jobs
  • Production-ready AI features: agentic chat, web search, deep research, document processing with RAG
  • 30+ Claude skills for AI-powered development
  • Expo + React Native for mobile

Bun is used as the package manager and runtime throughout the entire stack.

Website: https://eden-stack.com

@coderabbitai
Copy link

coderabbitai bot commented Feb 7, 2026

Walkthrough

A 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

Cohort / File(s) Summary
Documentation Update
README.md
Added a new boilerplate entry for Eden Stack, an AI-native SaaS starter kit built on Bun with TanStack Start, Elysia, Neon PostgreSQL, Stripe, and Inngest, including agentic chat, web search, deep research, document processing, and 30+ Claude skills.
🚥 Pre-merge checks | ✅ 2
✅ Passed checks (2 passed)
Check name Status Explanation
Title check ✅ Passed The title 'Add Eden Stack to Boilerplates' directly and clearly describes the main change in the pull request, which adds a new boilerplate entry to the README.
Description check ✅ Passed The description is well-detailed and directly related to the changeset, providing comprehensive information about Eden Stack and explaining why it's being added to the Boilerplates section.

✏️ 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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

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

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