Files
twenty/packages/twenty-apps/examples/hello-world/LLMS.md
T
martmullandGitHub 119014f86d Improve apps (#19256)
- simplify the base application template
- remove --exhaustive option and replace by a --example option like in
next.js https://nextjs.org/docs/app/api-reference/cli
- Fix some bugs and logs
- add a post-card app in twenty-apps/examples/
2026-04-03 12:44:03 +00:00

708 B

Base documentation

UUID requirement

  • All generated UUIDs must be valid UUID v4.

Common Pitfalls

  • Creating an object without an index view associated. Unless this is a technical object, user will need to visualize it.
  • Creating a view without a navigationMenuItem associated. This will make the view available on the left sidebar.
  • Creating a front-end component that has a scroll instead of being responsive to its fixed widget height and width, unless it is specifically meant to be used in a canvas tab.