Skip to content

Commit 20819be

Browse files
GeneAIclaude
andcommitted
feat: Create Smart AI Memory company landing page with Railway deployment
Created comprehensive company landing page for smartaimemory.com: Website Updates: - New company-focused landing page highlighting Smart AI Memory's mission - Featured products: Empathy Framework v1.6.0 and MemDocs - Transformative development stack section (Claude Code + VS Code + MemDocs + Empathy) - Example projects section with two demo dashboards: * Medical Workflows Dashboard (/dashboard) - 18+ Healthcare Wizards * Software Development Dashboard (/dev-dashboard) - 16+ Software Wizards - Both dashboards clearly labeled as built with the transformative stack - Updated metadata and SEO optimization - 5 Levels of AI Empathy educational section - Professional footer with proper branding Infrastructure Changes: - Added railway.toml for Railway.com deployment configuration - Updated package.json: Removed --turbopack flags for Railway compatibility - Updated README.md: Changed deployment instructions from Vercel to Railway - Removed Vercel references from .gitignore Branding: - Updated page title: "Smart AI Memory - Building the Future of AI-Human Collaboration" - Consistent branding across all sections - Links to GitHub organization: https://github.com/Smart-AI-Memory Ready for deployment to Railway.com 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 75c598a commit 20819be

File tree

6 files changed

+368
-286
lines changed

6 files changed

+368
-286
lines changed

website/.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ yarn-error.log*
3333
# env files (can opt-in for committing if needed)
3434
.env*
3535

36-
# vercel
37-
.vercel
38-
3936
# typescript
4037
*.tsbuildinfo
4138
next-env.d.ts

website/README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Open [http://localhost:3000](http://localhost:3000) with your browser to see the
1818

1919
You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.
2020

21-
This project uses [`next/font`](https://nextjs.org/docs/app/building-your-application/optimizing/fonts) to automatically optimize and load [Geist](https://vercel.com/font), a new font family for Vercel.
21+
This project uses [`next/font`](https://nextjs.org/docs/app/building-your-application/optimizing/fonts) to automatically optimize and load fonts.
2222

2323
## Learn More
2424

@@ -27,10 +27,8 @@ To learn more about Next.js, take a look at the following resources:
2727
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
2828
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
2929

30-
You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js) - your feedback and contributions are welcome!
30+
## Deploy on Railway
3131

32-
## Deploy on Vercel
32+
This project is deployed on [Railway](https://railway.app). Railway provides a simple deployment workflow for Next.js applications.
3333

34-
The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
35-
36-
Check out our [Next.js deployment documentation](https://nextjs.org/docs/app/building-your-application/deploying) for more details.
34+
Check out the [Next.js deployment documentation](https://nextjs.org/docs/app/building-your-application/deploying) for more details.

website/app/layout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ const geistMono = Geist_Mono({
1313
});
1414

1515
export const metadata: Metadata = {
16-
title: "Create Next App",
17-
description: "Generated by create next app",
16+
title: "Smart AI Memory - Building the Future of AI-Human Collaboration",
17+
description: "Production-ready frameworks for building Level 4 Anticipatory AI systems. Empathy Framework, MemDocs, and tools that enable AI to predict problems before they happen.",
1818
};
1919

2020
export default function RootLayout({

0 commit comments

Comments
 (0)