22
33This repository is the starter app that Samebase copies into a new GitHub repository.
44
5+ It is a small, complete app base. It includes working authentication, real-time data, sharing, and
6+ deployment paths without adding product-specific services that a new app might not need.
7+
58For the complete provider setup, use the
69[ Samebase do-it-yourself guide] ( https://samebase.com/docs/do-it-yourself ) . This README covers work
710inside the repository.
@@ -11,11 +14,12 @@ inside the repository.
1114- React 19 and TanStack Start in SPA mode
1215- Convex for the real-time backend, database, and guest authentication
1316- Cloudflare Workers Static Assets for delivery
17+ - shadcn/ui primitives for the user interface
1418- Vite+ for development, formatting, linting, tests, and builds
1519- Node.js 24 for application and automation code
1620
1721The example app is a public todo list. Guests can sign in without an external identity provider,
18- create todos, and see who created each item .
22+ create todos, see real-time updates, and scan a QR code to open the same list on another device .
1923
2024## Local development
2125
@@ -102,18 +106,6 @@ Do not hand-edit generated files when their source tool can update them.
102106When a Convex AI-file update changes the installed source snapshot, confirm its distribution license
103107and update ` THIRD_PARTY_NOTICES.md ` when its third-party material changes.
104108
105- ## Repository history
106-
107- The early numbered commits show how the starter was assembled. ` REPO_HISTORY.md ` keeps the same
108- construction notes in the checked-out tree because GitHub template copies do not preserve commit
109- history.
110-
111- New maintenance uses normal pull requests and append-only commits. The public ` main ` history is not
112- rewritten to keep later updates inside the original numbered sequence.
113-
114- Use GitHub's template button for a clean new repository. Fork this repository only when you also
115- want its history.
116-
117109## License
118110
119111Licensed under the [ Apache License 2.0] ( ./LICENSE ) . See
0 commit comments