Perfect.
This commit is contained in:
parent
df8c3f1e09
commit
e99cceaa52
@ -3,17 +3,17 @@
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
||||
<title>Snek – Web Community for Developers, Testers & AI Enthusiasts</title>
|
||||
<meta name="description" content="Snek is a privacy-first web community for developers, testers, and AI enthusiasts. Share files, code, chat, self-host, and explore AI-powered tools with zero email, no logs, and instant signup." />
|
||||
<meta name="keywords" content="Snek, developer community, web community, testers, AI, artificial intelligence, file sharing, Git, SFTP, WebDAV, chat, media, open source, self-host, privacy, PWA, Ubuntu terminal, web terminal, no logs, no email" />
|
||||
<meta property="og:title" content="Snek – Web Community for Developers, Testers & AI Enthusiasts" />
|
||||
<meta property="og:description" content="Join Snek: a global, privacy-first community platform for developers, testers, and AI enthusiasts. Chat, share files, collaborate on code, and self-host your own instance." />
|
||||
<title>Snek – Professional Community for Developers, Testers & AI Professionals</title>
|
||||
<meta name="description" content="Snek is a privacy-focused web platform for developers, testers, and AI professionals. Share files, collaborate on code, communicate securely, self-host, and utilize advanced AI tools—all with rapid onboarding, no email, and no logs." />
|
||||
<meta name="keywords" content="Snek, developer platform, web community, testers, AI, artificial intelligence, file sharing, Git, SFTP, WebDAV, communication, collaboration, open source, self-hosting, privacy, PWA, Ubuntu terminal, web terminal, audit-free, no email" />
|
||||
<meta property="og:title" content="Snek – Professional Community for Developers, Testers & AI Professionals" />
|
||||
<meta property="og:description" content="Join Snek: a trusted, privacy-focused platform for developers, testers, and AI professionals. Collaborate, share, and self-host with confidence." />
|
||||
<meta property="og:image" content="/image/snek_logo_256x256.png" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://snek.community/" />
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:title" content="Snek – Web Community for Developers, Testers & AI Enthusiasts" />
|
||||
<meta name="twitter:description" content="A privacy-first platform for devs, testers, and AI fanatics. No email, no logs – just code, chat, and collaborate." />
|
||||
<meta name="twitter:title" content="Snek – Professional Community for Developers, Testers & AI Professionals" />
|
||||
<meta name="twitter:description" content="A privacy-focused platform for developers, testers, and AI professionals. No email, no logs—just secure collaboration and innovation." />
|
||||
<meta name="twitter:image" content="/image/snek_logo_256x256.png" />
|
||||
<link rel="canonical" href="https://snek.community/" />
|
||||
<link rel="stylesheet" href="/sandbox.css" />
|
||||
@ -21,7 +21,7 @@
|
||||
* { margin:0; padding:0; box-sizing:border-box; }
|
||||
html, body { height: 100%; }
|
||||
.card {
|
||||
opacity: 0.7;
|
||||
opacity: 0.9;
|
||||
z-index: 10;
|
||||
}
|
||||
.star {
|
||||
@ -147,7 +147,7 @@
|
||||
<body>
|
||||
<header class="container hero">
|
||||
<h1>Snek</h1>
|
||||
<p>Web Community for Developers, Testers & AI Enthusiasts</p>
|
||||
<p>Professional Platform for Developers, Testers & AI Professionals</p>
|
||||
<a href="/login.html" class="btn">Login</a>
|
||||
<a href="/register.html" class="btn">Register</a>
|
||||
<a href="/about.html" class="about-link">About</a>
|
||||
@ -155,81 +155,81 @@
|
||||
<main class="container">
|
||||
<section id="features" class="grid">
|
||||
<div class="card">
|
||||
<h3>File Sharing</h3>
|
||||
<h3>File Management</h3>
|
||||
<ul>
|
||||
<li>SFTP storage with your Snek credentials</li>
|
||||
<li>WebDAV support – same login</li>
|
||||
<li>Access secure SFTP storage with your Snek credentials</li>
|
||||
<li>WebDAV integration with unified authentication</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="card">
|
||||
<h3>Git Repositories</h3>
|
||||
<h3>Git Repository Hosting</h3>
|
||||
<ul>
|
||||
<li>Configure repos for any official Git client</li>
|
||||
<li>Instant setup, push & pull</li>
|
||||
<li>Configure repositories with any official Git client</li>
|
||||
<li>Immediate setup for push and pull operations</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="card">
|
||||
<h3>AI Powerhouse</h3>
|
||||
<h3>AI Integration</h3>
|
||||
<ul>
|
||||
<li>Chat with free & commercial AIs</li>
|
||||
<li>Generate AI-powered images</li>
|
||||
<li>Build your own AI bots in <5 minutes (copy/paste example)</li>
|
||||
<li>Interact with both free and commercial AI models</li>
|
||||
<li>AI-driven image generation</li>
|
||||
<li>Rapid custom AI bot deployment (example included)</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="card">
|
||||
<h3>Dev & Terminal</h3>
|
||||
<h3>Development & Terminal Access</h3>
|
||||
<ul>
|
||||
<li>Ubuntu web terminal in-browser</li>
|
||||
<li>Full profile & permissions management</li>
|
||||
<li>In-browser Ubuntu terminal environment</li>
|
||||
<li>Comprehensive profile and permission management</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="card">
|
||||
<h3>Chat & Media</h3>
|
||||
<h3>Communication & Media</h3>
|
||||
<ul>
|
||||
<li>Upload any file type in chat</li>
|
||||
<li>Rich media support (audio, video, images…)</li>
|
||||
<li>Direct messaging with other users</li>
|
||||
<li>Share any file format via chat</li>
|
||||
<li>Rich media playback including audio, video, and images</li>
|
||||
<li>Direct messaging functionality</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="card">
|
||||
<h3>Privacy & Community</h3>
|
||||
<h3>Privacy & Global Community</h3>
|
||||
<ul>
|
||||
<li>No logging—never even your IP</li>
|
||||
<li>No email required to sign up</li>
|
||||
<li>Multi-national, open community</li>
|
||||
<li>Hacking encouraged!</li>
|
||||
<li>Zero logging—no IP or activity tracking</li>
|
||||
<li>Email-free registration process</li>
|
||||
<li>International, open community</li>
|
||||
<li>Ethical hacking and innovation encouraged</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="card">
|
||||
<h3>Customization & Deployment</h3>
|
||||
<ul>
|
||||
<li>Full layout & theme customization</li>
|
||||
<li>Install as a PWA on your phone</li>
|
||||
<li>Optionally self-host: <code>pip install</code>, zero config</li>
|
||||
<li>Full layout and theme personalization</li>
|
||||
<li>Install as a PWA for mobile and desktop</li>
|
||||
<li>Self-host with <code>pip install</code>; no configuration required</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
<section id="signup">
|
||||
<h2>Ready to join?</h2>
|
||||
<p>No email. No logs. Just sign up, pick a username, and dive in!</p>
|
||||
<a href="/register" class="btn">Sign Up Now</a>
|
||||
<h2>Start Now</h2>
|
||||
<p>No email. No activity logs. Register a username and access the platform immediately.</p>
|
||||
<a href="/register" class="btn">Sign Up</a>
|
||||
<br>
|
||||
<a href="/about.html" class="about-link">Learn more about Snek</a>
|
||||
</section>
|
||||
<section id="selfhost" style="margin-bottom:4rem;">
|
||||
<h2>Self-Host in Seconds</h2>
|
||||
<p>Just run:</p>
|
||||
<h2>Deploy Your Own Instance</h2>
|
||||
<p>Execute the following commands:</p>
|
||||
<pre>
|
||||
pip install git+https://retoor.molodetz.nl/retoor/snek.git
|
||||
snek serve
|
||||
</pre>
|
||||
<p>No configuration required—it's that simple.</p>
|
||||
<a href="/about.html" class="about-link">Why self-host? Read more…</a>
|
||||
<p>Deployment is immediate—no configuration is necessary.</p>
|
||||
<a href="/about.html" class="about-link">Discover the benefits of self-hosting</a>
|
||||
</section>
|
||||
{% include "sandbox.html" %}
|
||||
</main>
|
||||
<footer>
|
||||
<p>© 2025 Snek – Join our global community of developers, testers & AI enthusiasts.</p>
|
||||
<p>© 2025 Snek – The premier global platform for developers, testers, and AI professionals.</p>
|
||||
<a href="/about.html" class="about-link">About Snek</a>
|
||||
</footer>
|
||||
</body>
|
||||
|
Loading…
Reference in New Issue
Block a user