Read the docs
Open AGENTS.md and README.md to understand the template architecture.
AGENTS.md + README.mdYou now have a clean foundation with auth, data access, and platform integrations ready for your product.
Open AGENTS.md and README.md to understand the template architecture.
AGENTS.md + README.mdMove your product UI into src/components and keep page.tsx thin.
src/app/page.tsxAdd API routes under src/app/api and call them from typed helpers.
src/app/api/*Edit en-US / zh-CN strings in src/i18n/locales. LanguageSwitcher and I18nProvider in layout.tsx are already wired.
src/i18n/locales/Start developing and iterate in real time.
bun dev