Skip to content

Commit 39be133

Browse files
committed
Update the blog post with a little better formatting and examples
1 parent 4dbc8eb commit 39be133

File tree

1 file changed

+16
-10
lines changed

1 file changed

+16
-10
lines changed

content/blog/post/2025-07-07-sea.md

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,12 @@ date: 2025-07-07
88
tags: ["sea", "nginx", "search"]
99
---
1010

11-
Our [previous post](/post/2025-06-01-chatgpt-default-search-engine/)
11+
Our [previous post](/blog/post/2025-06-01-chatgpt-default-search-engine/)
1212
explained how to make ChatGPT your search engine.
13-
Search Engine Adapter (SEA) builds on that idea.
13+
14+
15+
[Search Engine Adapter (SEA)](https://github.com/dense-analysis/sea)
16+
builds on that idea.
1417

1518
SEA is a lightweight nginx proxy that chooses between Google, the ChatGPT API,
1619
or Wikipedia based on keywords in your query.
@@ -19,15 +22,18 @@ a small and secure deployment.
1922

2023
## Key Features
2124

22-
* Dynamic keyword routing with nginx's `map` directive
23-
* One HTTPS endpoint easily secured with Let's Encrypt
24-
* Minimal dependencies and small attack surface
25+
* Dynamic keyword routing with nginx's `map` directive.
26+
* One HTTPS endpoint easily secured with Let's Encrypt.
27+
* Minimal dependencies and small attack surface.
2528

2629
You can configure SEA using `config-example.toml`, then compile the final
2730
`nginx.conf`. Once deployed, every search is forwarded to the matching service.
2831

29-
A live instance is available at <https://search.denseanalysis.org/?q=%s> for
30-
anyone who wants to try it.
31-
32-
The project is hosted on [GitHub](https://github.com/dense-analysis/sea). We
33-
welcome feedback and contributions.
32+
A live instance is available at
33+
[https://search.denseanalysis.org/?q=%s](https://search.denseanalysis.org/?q=who+is+w0rp+and+what+is+ALE)
34+
for anyone who wants to try it. The instance does not log any access or error
35+
logs, so Dense Analysis pledges not to spy on your searches, but don't trust us.
36+
The configuration and program to make it are available on
37+
[GitHub](https://github.com/dense-analysis/sea), and you may deploy your own
38+
instance locally, remotely, or wherever you want. We welcome feedback and
39+
contributions!

0 commit comments

Comments
 (0)