December Updates

V
Vu Nguyen
Dec 11, 2025· 2 min read

We've dramatically updated the platform to make it better.

Site

  • Support dark mode, you can enable/disable it on the dashboard

  • Fix many layout bugs

  • Improve performance, the site load significantly faster.

Dashboard

  • We've upgraded it to new tech, the app speed is improved.

  • Add some more configuration in the settings: theme, navigations, and some other options

Tech

We restructure our code base to monorepo, also change the platform to be with a better technologies behind it.

Site: nextjs + tailwind - leverage the latest RSC with better SSR, caching, make the site faster.

CMS: vite + react router (previously nextjs) - It's should be a SPA, vite + react router seem to be better, the site load faster.

Backend: hono + prisma (previously monolith with cms - now it's separate)