@seip/blue-bird 1.1.1 → 1.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,145 +1,145 @@
1
- <!DOCTYPE html>
2
- <html lang="en" data-theme="dark">
3
-
4
- <head>
5
- <meta charset="UTF-8">
6
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
7
- <title>Blue Bird</title>
8
- <link rel="canonical" href="https://seip25.github.io/Blue-bird/" />
9
- <meta name="description" content="Blue Bird is a fast, structured, and opinionated Express.js framework for developers who want
10
- visual elegance and performance with raw HTML and CSS.">
11
- <meta name="keywords" content="">
12
- <meta name="author" content="Seip25">
13
- <link rel="icon" href="/images/favicon.ico" />
14
- <script src="/js/tailwind.js"></script>
15
- <script src="/js/utils.js"></script>
16
- <style type="text/tailwindcss">
17
- @custom-variant dark (&:where(.dark, .dark *));
18
- </style>
19
- </head>
20
-
21
- <body class="min-h-screen bg-slate-950 text-white font-sans antialiased selection:bg-blue-500 selection:text-white">
22
- <header class="sticky top-0 z-50 px-4 py-3">
23
- <div
24
- class="max-w-7xl mx-auto flex items-center justify-between backdrop-blur-md bg-slate-900/60 border border-white/10 rounded-2xl px-6 py-3 shadow-lg">
25
- <div class="flex items-center space-x-3">
26
- <div
27
- class="w-10 h-10 bg-gradient-to-tr from-blue-500 to-indigo-600 rounded-xl flex items-center justify-center shadow-md shadow-blue-500/30">
28
- <svg class="w-6 h-6 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24">
29
- <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
30
- d="M12 19l9 2-9-18-9 18 9-2zm0 0v-8" />
31
- </svg>
32
- </div>
33
- <span
34
- class="text-xl font-bold tracking-tight bg-gradient-to-r from-blue-400 via-indigo-200 to-white bg-clip-text text-transparent">Blue
35
- Bird</span>
36
- </div>
37
-
38
- <nav class="flex space-x-8 text-sm font-medium text-slate-300">
39
- <a href="/" class="hover:text-blue-400 transition-colors">Home</a>
40
- <a href="/about" class="hover:text-blue-400 transition-colors">About</a>
41
- </nav>
42
- </div>
43
- </header>
44
-
45
- <main class="max-w-7xl mx-auto px-4 pt-12 pb-24">
46
-
47
- <div
48
- class="relative py-16 px-6 md:px-12 rounded-3xl overflow-hidden bg-gradient-to-b from-blue-900/20 to-slate-950 border border-white/5 shadow-2xl">
49
- <div class="absolute -top-40 -left-40 w-96 h-96 bg-blue-500/10 rounded-full blur-3xl"></div>
50
- <div class="absolute -right-40 -bottom-40 w-96 h-96 bg-indigo-500/10 rounded-full blur-3xl"></div>
51
-
52
- <div class="relative max-w-4xl mx-auto text-center space-y-8">
53
- <span
54
- class="inline-flex items-center px-4 py-1.5 rounded-full text-xs font-semibold tracking-wider bg-blue-500/10 text-blue-400 border border-blue-500/20 uppercase">
55
- Welcome to Blue Bird
56
- </span>
57
-
58
- <h1
59
- class="text-4xl sm:text-6xl font-extrabold tracking-tight bg-gradient-to-r from-blue-400 via-indigo-300 to-white bg-clip-text text-transparent">
60
- Hello, Developer! Welcome to the next level.
61
- </h1>
62
-
63
- <p class="text-lg sm:text-xl text-slate-400 leading-relaxed max-w-2xl mx-auto">
64
- Blue Bird is a fast, structured, and opinionated Express.js framework for developers who want
65
- visual elegance and performance with raw HTML and CSS.
66
- </p>
67
-
68
- <div class="flex flex-wrap justify-center gap-4 pt-4">
69
- <a href="/about"
70
- class="px-8 py-3.5 rounded-xl font-semibold bg-gradient-to-r from-blue-500 to-indigo-600 hover:from-blue-600 hover:to-indigo-700 shadow-lg shadow-blue-500/20 transform hover:-translate-y-0.5 transition-all">
71
- About Us &rarr;
72
- </a>
73
- <a href="https://github.com/seip25/Blue-bird" target="_blank"
74
- class="px-8 py-3.5 rounded-xl font-semibold bg-slate-900 border border-white/10 hover:bg-slate-800 transition-all">
75
- GitHub
76
- </a>
77
- </div>
78
- </div>
79
- </div>
80
-
81
- <section class="mt-24 space-y-12">
82
- <div class="text-center space-y-3">
83
- <h2 class="text-3xl font-bold bg-gradient-to-r from-white to-slate-400 bg-clip-text text-transparent">
84
- High-Performance Core Features</h2>
85
- <p class="text-slate-400">Everything preconfigured to serve raw, optimized HTML with minimal
86
- overhead.</p>
87
- </div>
88
-
89
- <div class="grid grid-cols-1 md:grid-cols-3 gap-6">
90
- <div
91
- class="group relative p-8 rounded-2xl bg-slate-900/40 border border-white/5 hover:border-blue-500/30 transition-all duration-300 hover:shadow-xl hover:shadow-blue-500/5 hover:-translate-y-1">
92
- <div
93
- class="w-12 h-12 bg-blue-500/10 text-blue-400 rounded-xl flex items-center justify-center mb-6 group-hover:scale-110 transition-transform">
94
- <svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24">
95
- <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
96
- d="M13 10V3L4 14h7v7l9-11h-7z" />
97
- </svg>
98
- </div>
99
- <h3 class="text-xl font-semibold mb-3 group-hover:text-blue-400 transition-colors">Ultra-Fast
100
- HTML Render</h3>
101
- <p class="text-sm text-slate-400 leading-relaxed">Direct static HTML rendering using high-speed
102
- string placeholder replacement, bypassing heavy parsing engines completely.</p>
103
- </div>
104
-
105
- <div
106
- class="group relative p-8 rounded-2xl bg-slate-900/40 border border-white/5 hover:border-blue-500/30 transition-all duration-300 hover:shadow-xl hover:shadow-blue-500/5 hover:-translate-y-1">
107
- <div
108
- class="w-12 h-12 bg-indigo-500/10 text-indigo-400 rounded-xl flex items-center justify-center mb-6 group-hover:scale-110 transition-transform">
109
- <svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24">
110
- <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
111
- d="M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z" />
112
- </svg>
113
- </div>
114
- <h3 class="text-xl font-semibold mb-3 group-hover:text-indigo-400 transition-colors">In-Memory
115
- HTML Caching</h3>
116
- <p class="text-sm text-slate-400 leading-relaxed">Configurable time-to-live caching. Rendered
117
- pages are stored in RAM for instant, sub-millisecond delivery in production.</p>
118
- </div>
119
-
120
- <div
121
- class="group relative p-8 rounded-2xl bg-slate-900/40 border border-white/5 hover:border-blue-500/30 transition-all duration-300 hover:shadow-xl hover:shadow-blue-500/5 hover:-translate-y-1">
122
- <div
123
- class="w-12 h-12 bg-teal-500/10 text-teal-400 rounded-xl flex items-center justify-center mb-6 group-hover:scale-110 transition-transform">
124
- <svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24">
125
- <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
126
- d="M12 15v2m-6 4h12a2 2 0 002-2v-6a2 2 0 00-2-2H6a2 2 0 00-2 2v6a2 2 0 002 2zm10-10V7a4 4 0 00-8 0v4h8z" />
127
- </svg>
128
- </div>
129
- <h3 class="text-xl font-semibold mb-3 group-hover:text-teal-400 transition-colors">JWT & Route
130
- Security</h3>
131
- <p class="text-sm text-slate-400 leading-relaxed">Secure cookie management, GCM-encrypted JWT
132
- tokens, custom helmet configurations, and route rate limiting built-in.</p>
133
- </div>
134
- </div>
135
- </section>
136
- </main>
137
-
138
- <footer class="border-t border-white/5 py-8 bg-slate-950 mt-16">
139
- <div class="max-w-7xl mx-auto px-4 text-center text-sm text-slate-500">
140
- <p>Powered by Blue Bird Framework. All rights reserved.</p>
141
- </div>
142
- </footer>
143
- </body>
144
-
1
+ <!DOCTYPE html>
2
+ <html lang="en" data-theme="dark">
3
+
4
+ <head>
5
+ <meta charset="UTF-8">
6
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
7
+ <title>Blue Bird Framework</title>
8
+ <link rel="canonical" href="https://seip25.github.io/Blue-bird/" />
9
+ <meta name="description"
10
+ content="Blue Bird is a fast, structured, and opinionated Express.js framework for developers who want visual elegance and performance with raw HTML and CSS.">
11
+ <meta name="keywords" content="Blue Bird, Express.js, Node.js, Semantic CSS, Performance, Nginx, Redis">
12
+ <meta name="author" content="Seip25">
13
+ <link rel="icon" href="/images/favicon.ico" />
14
+ <link rel="stylesheet" href="/css/bluebird.css" />
15
+ <script src="/js/bluebird.js"></script>
16
+ </head>
17
+
18
+ <body>
19
+ <header>
20
+ <nav>
21
+ <a href="/" class="flex items-center gap-2">
22
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
23
+ stroke-linecap="round" stroke-linejoin="round" class="text-blue">
24
+ <path d="M12 19l9 2-9-18-9 18 9-2zm0 0v-8" />
25
+ </svg>
26
+ <strong class="text-xl text-gradient">Blue Bird</strong>
27
+ </a>
28
+ </nav>
29
+ </header>
30
+
31
+ <main>
32
+ <aside>
33
+ <h4>Menu</h4>
34
+ <a href="/" class="active badge badge-glow px-3 py-3">Home</a>
35
+ <a href="/about">About</a>
36
+ <a href="https://seip25.github.io/Blue-bird-css/" target="_blank">Blue Bird CSS</a>
37
+ <a href="https://github.com/seip25/Blue-bird" target="_blank" role="button"
38
+ class="btn-sm outline">GitHub</a>
39
+ </aside>
40
+
41
+ <div>
42
+ <section class="hero ">
43
+ <h1 class="mt-3 text-gradient font-bold">Hello, Developer!</h1>
44
+ <p class="lead">
45
+ Blue Bird is a fast, structured, and opinionated Express.js framework for developers who want
46
+ visual elegance and performance with raw HTML and CSS.
47
+ </p>
48
+ <div class="hero-actions">
49
+ <a href="/about" role="button">About Us &rarr;</a>
50
+ <a href="https://seip25.github.io/Blue-bird-css/" target="_blank" role="button" class="outline">Blue
51
+ Bird CSS Docs</a>
52
+ <a href="https://github.com/seip25/Blue-bird" target="_blank" role="button"
53
+ class="outline">GitHub</a>
54
+ </div>
55
+ </section>
56
+
57
+ <div class="mt-8">
58
+ <div class="grid cols-3 gap-4">
59
+ <article class="hover-glow ">
60
+ <header>
61
+ <span class="badge badge-primary mb-2">Rendering</span>
62
+ <h3 class="text-gradient-blue">Ultra-Fast HTML Render</h3>
63
+ </header>
64
+ <p>Direct static HTML rendering using high-speed string placeholder
65
+ replacement, bypassing heavy
66
+ parsing engines completely.</p>
67
+ </article>
68
+
69
+ <article class="hover-glow ">
70
+ <header>
71
+ <span class="badge badge-primary mb-2">Performance</span>
72
+ <h3 class="text-gradient-blue">In-Memory Caching</h3>
73
+ </header>
74
+ <p>Configurable time-to-live caching. Rendered pages are stored in RAM for
75
+ instant,
76
+ sub-millisecond
77
+ delivery in production.</p>
78
+ </article>
79
+
80
+ <article class="hover-glow ">
81
+ <header>
82
+ <span class="badge badge-primary mb-2">Security</span>
83
+ <h3 class="text-gradient-blue">JWT &amp; Route Security</h3>
84
+ </header>
85
+ <p>Secure cookie management, GCM-encrypted JWT tokens, custom helmet
86
+ configurations, and route
87
+ rate
88
+ limiting built-in.</p>
89
+ </article>
90
+
91
+ <article class="hover-glow ">
92
+ <header>
93
+ <span class="badge badge-primary mb-2">Database</span>
94
+ <h3 class="text-gradient-blue">Unified DB Layer</h3>
95
+ </header>
96
+ <p>Built-in support for SQLite (WAL mode), MySQL, and PostgreSQL with
97
+ connection pooling,
98
+ retries,
99
+ and Redis query caching.</p>
100
+ </article>
101
+
102
+ <article class="hover-glow ">
103
+ <header>
104
+ <span class="badge badge-primary mb-2">DevOps</span>
105
+ <h3 class="text-gradient-blue">Zero-Config Docker</h3>
106
+ </header>
107
+ <p>Containerized development &amp; production orchestration with Nginx
108
+ static delivery and Redis
109
+ caching out of the box.</p>
110
+ </article>
111
+
112
+ <article class="hover-glow ">
113
+ <header>
114
+ <span class="badge badge-primary mb-2">Design</span>
115
+ <h3 class="text-gradient-blue">Pure Semantic CSS</h3>
116
+ </header>
117
+ <p>Clean semantic markup styled by <a href="https://seip25.github.io/Blue-bird-css/"
118
+ target="_blank">Blue Bird CSS</a> with
119
+ zero JavaScript framework bloat or compile steps.
120
+ </p>
121
+ </article>
122
+ </div>
123
+ </div>
124
+ </div>
125
+ </main>
126
+
127
+ <footer>
128
+ <div class="footer-content">
129
+ <p>Powered by <strong class="text-gradient">Blue Bird Framework</strong> &amp;
130
+ <strong class="text-gradient-blue">
131
+ <a href="https://seip25.github.io/Blue-bird-css/" target="_blank">Blue Bird
132
+ CSS</a>
133
+ </strong>.
134
+ </p>
135
+ <div class="lang-switcher">
136
+ <a href="/" class="lang-link">Home</a>
137
+ <a href="/about" class="lang-link">About</a>
138
+ <a href="https://github.com/seip25/Blue-bird" target="_blank" class="github-star mt-2">&#9733;
139
+ GitHub</a>
140
+ </div>
141
+ </div>
142
+ </footer>
143
+ </body>
144
+
145
145
  </html>