No description
  • TypeScript 98.8%
  • JavaScript 0.9%
  • Dockerfile 0.3%
Find a file
2026-07-17 10:41:14 +02:00
.agents added new skills 2026-07-17 09:17:22 +02:00
app fix landing 2026-07-17 09:48:10 +02:00
audit organize mds 2026-07-17 10:41:14 +02:00
components add minilands landing page 2026-07-17 08:17:35 +02:00
emails Add email tooling and project docs 2026-07-17 06:45:21 +02:00
hooks initial state didnt tested 2026-02-28 08:13:58 +01:00
lib initial state didnt tested 2026-02-28 08:13:58 +01:00
public/fonts mega cool switch update 2026-03-01 09:25:55 +01:00
.env.example initial state didnt tested 2026-02-28 08:13:58 +01:00
.eslintrc.json initial state didnt tested 2026-02-28 08:13:58 +01:00
.gitignore mega switch update + export 2026-03-03 08:39:24 +01:00
docker-compose.yaml commit 4 fix vscode 2026-07-17 06:57:27 +02:00
Dockerfile urgent updates 2026-02-28 09:39:32 +01:00
eslint.config.mjs initial state didnt tested 2026-02-28 08:13:58 +01:00
metadata.json initial state didnt tested 2026-02-28 08:13:58 +01:00
next-env.d.ts initial state didnt tested 2026-02-28 08:13:58 +01:00
next.config.ts mega switch update + export 2026-03-03 08:39:24 +01:00
package.json Add email tooling and project docs 2026-07-17 06:45:21 +02:00
postcss.config.mjs initial state didnt tested 2026-02-28 08:13:58 +01:00
README.md Add email tooling and project docs 2026-07-17 06:45:21 +02:00
tailwind.config.js urgent updates 2026-02-28 09:39:32 +01:00
tsconfig.json initial state didnt tested 2026-02-28 08:13:58 +01:00
yarn.lock Add email tooling and project docs 2026-07-17 06:45:21 +02:00

Sentica Website

Static marketing website for Sentica, currently implemented with Next.js App Router.

Note: the codebase is not Astro at the moment. It uses Next.js with output: 'export' for static deployment.

Stack

  • Next.js 15 App Router
  • React 19
  • Tailwind CSS
  • lucide-react icons
  • motion/react animations
  • React Email for email templates
  • Local Inter font files in public/fonts

Project Structure

  • app/: static site pages and global layout.
  • components/: shared UI components.
  • emails/: React Email templates.
  • public/: fonts and static assets.

Commands

npm run dev
npm run lint
npm run build
npm run start
npm run email

Static Export Notes

next.config.ts enables:

  • output: 'export'
  • trailingSlash: true
  • static-friendly image configuration

Keep new routes, assets, links, and images compatible with next build.