We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df11d35 commit bcac198Copy full SHA for bcac198
src/pages/examples/_config.ts
@@ -328,5 +328,25 @@ export const examples: Example[] = [
328
"vuetify",
329
],
330
},
331
+ {
332
+ title: "FalkChat",
333
+ description:
334
+ "FalkChat is your go-to destination for seamless and engaging online conversations.",
335
+ website: "https://chat.falkomer.tech",
336
+ version: VERSIONS.V2,
337
+ updatedAt: "2023-12-21",
338
+ source: "https://github.com/falkomerr/falkchat",
339
+ preview: require("./img/falkchat.png"),
340
+ tech: [
341
+ "react",
342
+ "next",
343
+ "prettier",
344
+ "clerk",
345
+ "typescript",
346
+ "tailwind",
347
+ "shadcn/ui",
348
+ "zustand",
349
+ ],
350
+ },
351
// Reverse the list (last examples should be at the top)
352
].reverse();
src/pages/examples/img/falkchat.png
123 KB
0 commit comments