Eazo App Starter

Build your next app with Eazo

You now have a clean foundation with auth, data access, and platform integrations ready for your product.

Read the docs

Open AGENTS.md and README.md to understand the template architecture.

AGENTS.md + README.md

Replace this page

Move your product UI into src/components and keep page.tsx thin.

src/app/page.tsx

Build your first feature

Add API routes under src/app/api and call them from typed helpers.

src/app/api/*

Add translations

Edit en-US / zh-CN strings in src/i18n/locales. LanguageSwitcher and I18nProvider in layout.tsx are already wired.

src/i18n/locales/

Next command

Start developing and iterate in real time.

bun dev